Searched refs:C_Encrypt (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Crypt.c39 * provider. Policy is checked for C_EncryptInit, and not C_Encrypt
41 * before C_Encrypt and C_EncryptUpdate.
92 * C_Encrypt is a pure wrapper to the underlying provider.
96 C_Encrypt(CK_SESSION_HANDLE hSession, function
107 return (fast_funcs->C_Encrypt(hSession, pData, ulDataLen,
123 rv = FUNCLIST(sessp->se_slotid)->C_Encrypt(sessp->se_handle, pData,
H A Dpkcs11General.c73 C_Encrypt,
H A DmetaUtil.c493 * 1) The spec says you cannot do a C_Encrypt after a C_EncUpdate,
617 rv = FUNCLIST(fw_st_id)->C_Encrypt(hSession, in,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/des/
H A Dd3_cbc.c81 rv = C_Encrypt(krb_ctx_hSession(context), (CK_BYTE_PTR)in,
91 "C_Encrypt/C_Decrypt failed in mit_des3_cbc_encrypt: "
H A Df_cbc.c84 rv = C_Encrypt(krb_ctx_hSession(context), (CK_BYTE_PTR)in,
94 "C_Encrypt/C_Decrypt failed in mit_des_cbc_encrypt: "
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c71 C_Encrypt,
H A DkernelEncrypt.c84 * C_Encrypt or C_EncryptFinal to actually obtain the final piece
167 C_Encrypt(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
205 /* Application must call C_EncryptInit before calling C_Encrypt. */
212 * C_Encrypt must be called without intervening C_EncryptUpdate
217 * C_Encrypt can not be used to terminate a multi-part
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEncrypt.c79 * C_Encrypt or C_EncryptFinal to actually obtain the final piece
104 C_Encrypt(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
145 /* Application must call C_EncryptInit before calling C_Encrypt. */
152 * C_Encrypt must be called without intervening C_EncryptUpdate
157 * C_Encrypt can not be used to terminate a multi-part
H A DsoftGeneral.c77 C_Encrypt,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Darcfour_provider.c105 * (i.e. call C_Encrypt) instead of a constantly updating
262 rv = C_Encrypt(session,
H A Daes_provider.c357 * C_Encrypt/Decrypt requires a pointer to long, not a pointer
362 rv = C_Encrypt(krb_ctx_hSession(context),
369 KRB5_LOG(KRB5_ERR, "C_Encrypt failed in "
437 KRB5_LOG(KRB5_ERR, "C_Encrypt failed in "
835 * C_Encrypt/Decrypt requires a pointer to long, not a pointer
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h383 /* C_Encrypt encrypts single-part data. */
384 CK_PKCS11_FUNCTION_INFO(C_Encrypt)
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c634 ckRv = C_Encrypt(ckSession, (CK_BYTE_PTR)in_data, block_size,
664 ckRv = C_Encrypt(ckSession, (CK_BYTE_PTR)in_data, in_len,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c919 C_Encrypt(CK_SESSION_HANDLE hSession, function
1276 PK11_Functions.C_Encrypt = C_Encrypt;
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c130 C_Encrypt,

Completed in 155 milliseconds