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

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11General.c527 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) argument
529 if (ppFunctionList == NULL) {
533 *ppFunctionList = &functionList;
H A DmetaGeneral.c257 meta_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) argument
H A DmetaGlobal.h703 CK_RV meta_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList);
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c436 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) argument
438 if (ppFunctionList == NULL) {
442 *ppFunctionList = &functionList;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsGeneral.c488 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) argument
490 if (ppFunctionList == NULL) {
494 *ppFunctionList = &functionList;
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c463 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) argument
465 if (ppFunctionList == NULL) {
469 *ppFunctionList = &functionList;
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h61 CK_FUNCTION_LIST_PTR_PTR ppFunctionList /* receives pointer to
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1241 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) argument
1315 if (ppFunctionList) {
1316 (*ppFunctionList) = &PK11_Functions;
H A Dtpmtok_int.h1266 (void *ppFunctionList, CK_SLOT_ID slotID, CK_CHAR_PTR pCorrelator);
1277 (CK_FUNCTION_LIST_PTR_PTR ppFunctionList);

Completed in 282 milliseconds