Searched refs:C_DecryptFinal (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Crypt.c361 * 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 Dpkcs11General.c79 C_DecryptFinal,
H A DmetaUtil.c633 rv = FUNCLIST(fw_st_id)->C_DecryptFinal(hSession, out,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c77 C_DecryptFinal,
H A DkernelDecrypt.c64 * 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 DsoftDecrypt.c79 * 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 DsoftGeneral.c83 C_DecryptFinal,
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h460 /* 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 Dapi_interface.c604 C_DecryptFinal(CK_SESSION_HANDLE hSession, function
1282 PK11_Functions.C_DecryptFinal = C_DecryptFinal;
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c142 C_DecryptFinal
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1441 rv = C_DecryptFinal(dec_context->hSession, buf, &ulLen);
1445 "C_DecryptFinal failed:0x%.8X\n", rv);

Completed in 311 milliseconds