Searched refs:pFuncList (Results 1 - 4 of 4) sorted by relevance
/solaris-userland/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11_pub.c | 747 rv = pFuncList->C_EncryptInit(sp->session, p_mech, 756 rv = pFuncList->C_Encrypt(sp->session, 802 rv = pFuncList->C_SignInit(sp->session, p_mech, 812 rv = pFuncList->C_Sign(sp->session, 859 rv = pFuncList->C_DecryptInit(sp->session, p_mech, 869 rv = pFuncList->C_Decrypt(sp->session, 916 rv = pFuncList->C_VerifyRecoverInit(sp->session, 926 rv = pFuncList->C_VerifyRecover(sp->session, 1060 rv = pFuncList->C_SignInit(sp->session, p_mech, h_priv_key); 1067 rv = pFuncList [all...] |
H A D | e_pk11.c | 765 CK_FUNCTION_LIST_PTR pFuncList = NULL; variable 1187 rv = p(&pFuncList); 1193 rv = pFuncList->C_Initialize(NULL_PTR); 1199 rv = pFuncList->C_GetInfo(&info); 1222 rv = pFuncList->C_OpenSession(SLOTID, CKF_SERIAL_SESSION, 1235 if (pFuncList->C_GetOperationState(global_session, NULL, &ul_state_len) 1301 OPENSSL_assert(pFuncList != NULL); 1314 pFuncList->C_CloseSession(global_session); 1323 pFuncList->C_Finalize(NULL); 1330 pFuncList [all...] |
H A D | e_pk11_uri.c | 81 extern CK_FUNCTION_LIST_PTR pFuncList; 218 rv = pFuncList->C_GetTokenInfo(pubkey_SLOTID, token_info); 491 if ((rv = pFuncList->C_Login(session, CKU_USER, 588 if ((rv = pFuncList->C_Login(session, CKU_USER,
|
H A D | e_pk11.h | 243 extern CK_FUNCTION_LIST_PTR pFuncList;
|
Completed in 22 milliseconds