Searched refs:C_Encrypt (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Crypt.c | 39 * 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 D | pkcs11General.c | 73 C_Encrypt,
|
H A D | metaUtil.c | 493 * 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 D | d3_cbc.c | 81 rv = C_Encrypt(krb_ctx_hSession(context), (CK_BYTE_PTR)in, 91 "C_Encrypt/C_Decrypt failed in mit_des3_cbc_encrypt: "
|
H A D | f_cbc.c | 84 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 D | kernelGeneral.c | 71 C_Encrypt,
|
H A D | kernelEncrypt.c | 84 * 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 D | softEncrypt.c | 79 * 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 D | softGeneral.c | 77 C_Encrypt,
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/ |
H A D | arcfour_provider.c | 105 * (i.e. call C_Encrypt) instead of a constantly updating 262 rv = C_Encrypt(session,
|
H A D | aes_provider.c | 357 * 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 D | pkcs11f.h | 383 /* C_Encrypt encrypts single-part data. */ 384 CK_PKCS11_FUNCTION_INFO(C_Encrypt)
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | pk11keys.c | 634 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 D | api_interface.c | 919 C_Encrypt(CK_SESSION_HANDLE hSession, function 1276 PK11_Functions.C_Encrypt = C_Encrypt;
|
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/ |
H A D | decrypt.c | 130 C_Encrypt,
|
Completed in 155 milliseconds