Searched defs:ppFunctionList (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGeneral.c262 meta_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) argument
H A Dpkcs11General.c528 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) argument
530 if (ppFunctionList == NULL) {
534 *ppFunctionList = &functionList;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c437 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) argument
439 if (ppFunctionList == NULL) {
443 *ppFunctionList = &functionList;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c457 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) argument
459 if (ppFunctionList == NULL) {
463 *ppFunctionList = &functionList;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1242 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) argument
1314 if (ppFunctionList) {
1315 (*ppFunctionList) = &PK11_Functions;

Completed in 53 milliseconds