Searched refs:pFuncList (Results 1 - 4 of 4) sorted by relevance
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11_pub.c | 755 rv = pFuncList->C_EncryptInit(sp->session, p_mech, 766 rv = pFuncList->C_Encrypt(sp->session, 812 rv = pFuncList->C_SignInit(sp->session, p_mech, 823 rv = pFuncList->C_Sign(sp->session, 870 rv = pFuncList->C_DecryptInit(sp->session, p_mech, 881 rv = pFuncList->C_Decrypt(sp->session, 927 rv = pFuncList->C_VerifyRecoverInit(sp->session, 938 rv = pFuncList->C_VerifyRecover(sp->session, 1076 rv = pFuncList->C_SignInit(sp->session, p_mech, h_priv_key); 1085 rv = pFuncList [all...] |
H A D | e_pk11.c | 788 CK_FUNCTION_LIST_PTR pFuncList = NULL; variable 1198 rv = p(&pFuncList); 1205 rv = pFuncList->C_Initialize(NULL_PTR); 1212 rv = pFuncList->C_GetInfo(&info); 1235 rv = pFuncList->C_OpenSession(SLOTID, CKF_SERIAL_SESSION, 1249 if (pFuncList->C_GetOperationState(global_session, NULL, &ul_state_len) 1314 OPENSSL_assert(pFuncList != NULL); 1326 pFuncList->C_CloseSession(global_session); 1335 pFuncList->C_Finalize(NULL); 1343 pFuncList [all...] |
H A D | e_pk11_uri.c | 80 extern CK_FUNCTION_LIST_PTR pFuncList; 402 rv = pFuncList->C_GetTokenInfo(pubkey_SLOTID, token_info); 678 if ((rv = pFuncList->C_Login(session, 790 if ((rv = pFuncList->C_Login(session, CKU_USER,
|
H A D | e_pk11.h | 252 extern CK_FUNCTION_LIST_PTR pFuncList;
|
Completed in 69 milliseconds