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

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

Completed in 78 milliseconds