Searched refs:C_Decrypt (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Crypt.c297 * provider. Policy is checked for C_DecryptInit, and not C_Decrypt
299 * before C_Decrypt and C_DecryptUpdate.
350 * C_Decrypt is a pure wrapper to the underlying provider.
354 C_Decrypt(CK_SESSION_HANDLE hSession, function
365 return (fast_funcs->C_Decrypt(hSession, pEncryptedData,
398 rv = FUNCLIST(sessp->se_slotid)->C_Decrypt(sessp->se_handle,
H A Dpkcs11General.c76 C_Decrypt,
H A DmetaUtil.c640 rv = FUNCLIST(fw_st_id)->C_Decrypt(hSession, in,
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c74 C_Decrypt,
H A DkernelDecrypt.c64 * C_Decrypt or C_DecryptFinal to actually obtain the final piece
200 /* Application must call C_DecryptInit before calling C_Decrypt. */
207 * C_Decrypt must be called without intervening C_DecryptUpdate
212 * C_Decrypt cannot be used to terminate a multiple-part
270 C_Decrypt(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedData, function
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsDecrypt.c155 * C_Decrypt or C_DecryptFinal to actually obtain the final piece
179 C_Decrypt(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedData, function
217 /* Application must call C_DecryptInit before calling C_Decrypt. */
224 * C_Decrypt must be called without intervening C_DecryptUpdate
229 * C_Decrypt can not be used to terminate a multi-part
H A DkmsGeneral.c145 C_Decrypt,
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecrypt.c79 * C_Decrypt or C_DecryptFinal to actually obtain the final piece
104 C_Decrypt(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedData, function
143 /* Application must call C_DecryptInit before calling C_Decrypt. */
150 * C_Decrypt must be called without intervening C_DecryptUpdate
155 * C_Decrypt can not be used to terminate a multi-part
H A DsoftGeneral.c78 C_Decrypt,
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h433 /* C_Decrypt decrypts encrypted data in a single part. */
434 CK_PKCS11_FUNCTION_INFO(C_Decrypt)
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c549 C_Decrypt(CK_SESSION_HANDLE hSession, function
1281 PK11_Functions.C_Decrypt = C_Decrypt;
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c4711 rv = id_cryptoctx->p11->C_Decrypt(id_cryptoctx->session, pEncryptedData,
4778 if ((r = id_cryptoctx->p11->C_Decrypt(id_cryptoctx->session, data,
4781 pkiDebug("C_Decrypt: %s\n", pkinit_pkcs11_code_to_text(r));
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2415 ckrv = C_Decrypt(hSession, in_data, block_len,

Completed in 1249 milliseconds