Home
last modified time | relevance | path

Searched refs:fast_funcs (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c63 return (fast_funcs->C_OpenSession(TRUEID(slotID+1), in C_OpenSession()
66 return (fast_funcs->C_OpenSession(slotID, flags, in C_OpenSession()
123 return (fast_funcs->C_CloseSession(hSession)); in C_CloseSession()
185 return (fast_funcs->C_CloseAllSessions( in C_CloseAllSessions()
188 return (fast_funcs->C_CloseAllSessions(slotID)); in C_CloseAllSessions()
254 rv = fast_funcs->C_GetSessionInfo(hSession, pInfo); in C_GetSessionInfo()
312 return (fast_funcs->C_GetOperationState(hSession, in C_GetOperationState()
354 return (fast_funcs->C_SetOperationState(hSession, in C_SetOperationState()
397 return (fast_funcs->C_Login(hSession, userType, pPin, in C_Login()
436 return (fast_funcs->C_Logout(hSession)); in C_Logout()
H A Dpkcs11Object.c48 return (fast_funcs->C_CreateObject(hSession, pTemplate, in C_CreateObject()
89 return (fast_funcs->C_CopyObject(hSession, hObject, in C_CopyObject()
128 return (fast_funcs->C_DestroyObject(hSession, hObject)); in C_DestroyObject()
167 return (fast_funcs->C_GetAttributeValue(hSession, hObject, in C_GetAttributeValue()
208 return (fast_funcs->C_SetAttributeValue(hSession, hObject, in C_SetAttributeValue()
248 return (fast_funcs->C_GetObjectSize(hSession, hObject, in C_GetObjectSize()
288 return (fast_funcs->C_FindObjectsInit(hSession, pTemplate, in C_FindObjectsInit()
330 return (fast_funcs->C_FindObjects(hSession, phObject, in C_FindObjects()
369 return (fast_funcs->C_FindObjectsFinal(hSession)); in C_FindObjectsFinal()
H A Dpkcs11Crypt.c56 return (fast_funcs->C_EncryptInit(hSession, pMechanism, hKey)); in C_EncryptInit()
105 return (fast_funcs->C_Encrypt(hSession, pData, ulDataLen, in C_Encrypt()
148 return (fast_funcs->C_EncryptUpdate(hSession, pPart, ulPartLen, in C_EncryptUpdate()
189 return (fast_funcs->C_EncryptFinal(hSession, in C_EncryptFinal()
239 return (fast_funcs->C_DecryptInit(hSession, pMechanism, hKey)); in C_DecryptInit()
288 return (fast_funcs->C_Decrypt(hSession, pEncryptedData, in C_Decrypt()
331 return (fast_funcs->C_DecryptUpdate(hSession, pEncryptedPart, in C_DecryptUpdate()
372 return (fast_funcs->C_DecryptFinal(hSession, pLastPart, in C_DecryptFinal()
H A Dpkcs11Sign.c55 return (fast_funcs->C_SignInit(hSession, pMechanism, hKey)); in C_SignInit()
104 return (fast_funcs->C_Sign(hSession, pData, ulDataLen, in C_Sign()
144 return (fast_funcs->C_SignUpdate(hSession, pPart, ulPartLen)); in C_SignUpdate()
184 return (fast_funcs->C_SignFinal(hSession, pSignature, in C_SignFinal()
232 return (fast_funcs->C_SignRecoverInit(hSession, pMechanism, in C_SignRecoverInit()
280 return (fast_funcs->C_SignRecover(hSession, pData, ulDataLen, in C_SignRecover()
H A Dpkcs11Verify.c54 return (fast_funcs->C_VerifyInit(hSession, pMechanism, hKey)); in C_VerifyInit()
101 return (fast_funcs->C_Verify(hSession, pData, ulDataLen, in C_Verify()
142 return (fast_funcs->C_VerifyUpdate(hSession, pPart, in C_VerifyUpdate()
182 return (fast_funcs->C_VerifyFinal(hSession, pSignature, in C_VerifyFinal()
230 return (fast_funcs->C_VerifyRecoverInit(hSession, pMechanism, in C_VerifyRecoverInit()
279 return (fast_funcs->C_VerifyRecover(hSession, pSignature, in C_VerifyRecover()
H A Dpkcs11Digest.c54 return (fast_funcs->C_DigestInit(hSession, pMechanism)); in C_DigestInit()
101 return (fast_funcs->C_Digest(hSession, pData, ulDataLen, in C_Digest()
142 return (fast_funcs->C_DigestUpdate(hSession, pPart, in C_DigestUpdate()
181 return (fast_funcs->C_DigestKey(hSession, hKey)); in C_DigestKey()
219 return (fast_funcs->C_DigestFinal(hSession, pDigest, in C_DigestFinal()
H A Dpkcs11DualCrypt.c49 return (fast_funcs->C_DigestEncryptUpdate(hSession, pPart, in C_DigestEncryptUpdate()
94 return (fast_funcs->C_DecryptDigestUpdate(hSession, in C_DecryptDigestUpdate()
140 return (fast_funcs->C_SignEncryptUpdate(hSession, pPart, in C_SignEncryptUpdate()
184 return (fast_funcs->C_DecryptVerifyUpdate(hSession, in C_DecryptVerifyUpdate()
H A Dpkcs11Keys.c53 return (fast_funcs->C_GenerateKey(hSession, pMechanism, in C_GenerateKey()
111 return (fast_funcs->C_GenerateKeyPair(hSession, pMechanism, in C_GenerateKeyPair()
170 return (fast_funcs->C_WrapKey(hSession, pMechanism, in C_WrapKey()
227 return (fast_funcs->C_UnwrapKey(hSession, pMechanism, in C_UnwrapKey()
284 return (fast_funcs->C_DeriveKey(hSession, pMechanism, in C_DeriveKey()
H A Dpkcs11SlotToken.c64 return (fast_funcs->C_GetSlotList(tokenPresent, pSlotList, in C_GetSlotList()
146 return (fast_funcs->C_GetSlotInfo(slotID, pInfo)); in C_GetSlotInfo()
180 return (fast_funcs->C_GetTokenInfo(slotID, pInfo)); in C_GetTokenInfo()
224 return (fast_funcs->C_WaitForSlotEvent(flags, pSlot, in C_WaitForSlotEvent()
601 return (fast_funcs->C_GetMechanismList(slotID, in C_GetMechanismList()
617 prov_funcs = fast_funcs; in C_GetMechanismList()
736 return (fast_funcs->C_GetMechanismInfo(slotID, type, pInfo)); in C_GetMechanismInfo()
751 prov_funcs = fast_funcs; in C_GetMechanismInfo()
786 return (fast_funcs->C_InitToken(slotID, pPin, ulPinLen, in C_InitToken()
820 return (fast_funcs->C_InitPIN(hSession, pPin, ulPinLen)); in C_InitPIN()
[all …]
H A Dpkcs11Rand.c52 return (fast_funcs->C_SeedRandom(hSession, pSeed, ulSeedLen)); in C_SeedRandom()
105 return (fast_funcs->C_GenerateRandom(hSession, pRandomData, in C_GenerateRandom()
H A Dpkcs11Global.h43 extern CK_FUNCTION_LIST_PTR fast_funcs;
H A Dpkcs11General.c398 fast_funcs = NULL; in finalize_common()
492 return (fast_funcs->C_GetInfo(pInfo)); in C_GetInfo()
H A Dpkcs11Conf.c59 CK_FUNCTION_LIST_PTR fast_funcs = NULL; variable
699 fast_funcs = cur_slot->sl_func_list; in pkcs11_slot_mapping()
702 fast_funcs = cur_slot->sl_func_list; in pkcs11_slot_mapping()