Searched refs:C_DecryptFinal (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Crypt.c | 361 * C_DecryptFinal is a pure wrapper to the underlying provider. 365 C_DecryptFinal(CK_SESSION_HANDLE hSession, function 374 return (fast_funcs->C_DecryptFinal(hSession, pLastPart, 390 rv = FUNCLIST(sessp->se_slotid)->C_DecryptFinal(sessp->se_handle,
|
H A D | pkcs11General.c | 79 C_DecryptFinal,
|
H A D | metaUtil.c | 633 rv = FUNCLIST(fw_st_id)->C_DecryptFinal(hSession, out,
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelGeneral.c | 77 C_DecryptFinal,
|
H A D | kernelDecrypt.c | 64 * C_Decrypt or C_DecryptFinal to actually obtain the final piece 427 C_DecryptFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pLastPart, function 455 * C_DecryptFinal.
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softDecrypt.c | 79 * C_Decrypt or C_DecryptFinal to actually obtain the final piece 270 C_DecryptFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pLastPart, function 296 * C_DecryptFinal.
|
H A D | softGeneral.c | 83 C_DecryptFinal,
|
/illumos-gate/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 460 /* C_DecryptFinal finishes a multiple-part decryption 462 CK_PKCS11_FUNCTION_INFO(C_DecryptFinal)
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 604 C_DecryptFinal(CK_SESSION_HANDLE hSession, function 1282 PK11_Functions.C_DecryptFinal = C_DecryptFinal;
|
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/ |
H A D | decrypt.c | 142 C_DecryptFinal
|
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 1441 rv = C_DecryptFinal(dec_context->hSession, buf, &ulLen); 1445 "C_DecryptFinal failed:0x%.8X\n", rv);
|
Completed in 89 milliseconds