Home
last modified time | relevance | path

Searched refs:ppFunctionList (Results 1 – 9 of 9) sorted by relevance

/onnv-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11General.c528 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) in C_GetFunctionList() argument
530 if (ppFunctionList == NULL) { in C_GetFunctionList()
534 *ppFunctionList = &functionList; in C_GetFunctionList()
H A DmetaGeneral.c257 meta_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) in meta_GetFunctionList() argument
H A DmetaGlobal.h699 CK_RV meta_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList);
/onnv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsGeneral.c478 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) in C_GetFunctionList() argument
480 if (ppFunctionList == NULL) { in C_GetFunctionList()
484 *ppFunctionList = &functionList; in C_GetFunctionList()
/onnv-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c437 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) in C_GetFunctionList() argument
439 if (ppFunctionList == NULL) { in C_GetFunctionList()
443 *ppFunctionList = &functionList; in C_GetFunctionList()
/onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c464 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) in C_GetFunctionList() argument
466 if (ppFunctionList == NULL) { in C_GetFunctionList()
470 *ppFunctionList = &functionList; in C_GetFunctionList()
/onnv-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h61 CK_FUNCTION_LIST_PTR_PTR ppFunctionList /* receives pointer to
/onnv-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1242 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) in C_GetFunctionList() argument
1316 if (ppFunctionList) { in C_GetFunctionList()
1317 (*ppFunctionList) = &PK11_Functions; in C_GetFunctionList()
H A Dtpmtok_int.h1267 (void *ppFunctionList, CK_SLOT_ID slotID, CK_CHAR_PTR pCorrelator);
1278 (CK_FUNCTION_LIST_PTR_PTR ppFunctionList);