Home
last modified time | relevance | path

Searched refs:C_VerifyUpdate (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Verify.c134 C_VerifyUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, in C_VerifyUpdate() function
142 return (fast_funcs->C_VerifyUpdate(hSession, pPart, in C_VerifyUpdate()
158 rv = FUNCLIST(sessp->se_slotid)->C_VerifyUpdate(sessp->se_handle, in C_VerifyUpdate()
H A Dmapfile-vers108 C_VerifyUpdate;
H A Dpkcs11General.c93 C_VerifyUpdate,
H A DmetaUtil.c676 rv = FUNCLIST(fw_st_id)->C_VerifyUpdate(hSession, in, in meta_do_operation()
824 (void) FUNCLIST(fw_st_id)->C_VerifyUpdate(hSession, in meta_operation_cleanup()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDualCrypt.c143 return (C_VerifyUpdate(hSession, pPart, *pulPartLen)); in C_DecryptVerifyUpdate()
H A Dmapfile-vers108 C_VerifyUpdate;
H A DsoftVerify.c163 C_VerifyUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, in C_VerifyUpdate() function
H A DsoftGeneral.c101 C_VerifyUpdate,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A Dmapfile-vers108 C_VerifyUpdate;
H A DkernelGeneral.c91 C_VerifyUpdate,
H A DkernelVerify.c273 C_VerifyUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, in C_VerifyUpdate() function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmapfile-vers105 C_VerifyUpdate;
H A Dapi_interface.c1296 PK11_Functions.C_VerifyUpdate = C_VerifyUpdate; in C_GetFunctionList()
2249 C_VerifyUpdate(CK_SESSION_HANDLE hSession, in C_VerifyUpdate() function
/illumos-gate/usr/src/lib/pkcs11/libkcfd/common/
H A Dmapfile-vers299 C_VerifyUpdate {
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h677 CK_PKCS11_FUNCTION_INFO(C_VerifyUpdate)
/illumos-gate/usr/src/test/crypto-tests/tests/common/
H A Dcryptotest_pkcs.c269 rv = C_VerifyUpdate(op->hsession, op->in + offset, len); in verify_update()