Searched defs:C_VerifyRecover (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Verify.c | 216 * required to be called before C_VerifyRecover. 269 * C_VerifyRecover is a pure wrapper to the underlying provider. 273 C_VerifyRecover(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pSignature, function 281 return (fast_funcs->C_VerifyRecover(hSession, pSignature, 297 rv = FUNCLIST(sessp->se_slotid)->C_VerifyRecover(sessp->se_handle,
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softVerify.c | 308 * C_VerifyRecover to actually obtain the recovered message. 332 C_VerifyRecover(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pSignature, function
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelVerify.c | 505 * C_VerifyRecover to verify a signature on data. 563 C_VerifyRecover(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pSignature, function
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 1299 PK11_Functions.C_VerifyRecover = C_VerifyRecover; 2199 C_VerifyRecover(CK_SESSION_HANDLE hSession, function
|
Completed in 76 milliseconds