Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_is_encrypting (Results 1 – 24 of 24) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A De_des.c66 EVP_CIPHER_CTX_is_encrypting(ctx)); in des_ecb_cipher()
106 EVP_CIPHER_CTX_is_encrypting(ctx)); in des_cbc_cipher()
115 EVP_CIPHER_CTX_is_encrypting(ctx)); in des_cbc_cipher()
127 EVP_CIPHER_CTX_is_encrypting(ctx)); in des_cfb64_cipher()
138 EVP_CIPHER_CTX_is_encrypting(ctx)); in des_cfb64_cipher()
162 EVP_CIPHER_CTX_is_encrypting(ctx)); in des_cfb1_cipher()
184 EVP_CIPHER_CTX_is_encrypting(ctx)); in des_cfb8_cipher()
193 EVP_CIPHER_CTX_is_encrypting(ctx)); in des_cfb8_cipher()
H A De_aria.c291 if (arg <= 0 || arg > 16 || EVP_CIPHER_CTX_is_encrypting(c)) in aria_gcm_ctrl()
298 if (arg <= 0 || arg > 16 || !EVP_CIPHER_CTX_is_encrypting(c) in aria_gcm_ctrl()
319 if (EVP_CIPHER_CTX_is_encrypting(c) in aria_gcm_ctrl()
342 || EVP_CIPHER_CTX_is_encrypting(c)) in aria_gcm_ctrl()
364 if (!EVP_CIPHER_CTX_is_encrypting(c)) { in aria_gcm_ctrl()
416 if (EVP_CIPHER_CTX_ctrl(ctx, EVP_CIPHER_CTX_is_encrypting(ctx) ? in aria_gcm_tls_cipher()
428 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in aria_gcm_tls_cipher()
476 } else if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in aria_gcm_cipher()
485 if (!EVP_CIPHER_CTX_is_encrypting(ctx)) { in aria_gcm_cipher()
575 if (!EVP_CIPHER_CTX_is_encrypting(c)) { in aria_ccm_ctrl()
[all …]
H A De_des3.c76 &data(ctx)->ks3, EVP_CIPHER_CTX_is_encrypting(ctx)); in des_ede_ecb_cipher()
122 EVP_CIPHER_CTX_is_encrypting(ctx)); in des_ede_cbc_cipher()
131 EVP_CIPHER_CTX_is_encrypting(ctx)); in des_ede_cbc_cipher()
143 &num, EVP_CIPHER_CTX_is_encrypting(ctx)); in des_ede_cfb64_cipher()
154 &num, EVP_CIPHER_CTX_is_encrypting(ctx)); in des_ede_cfb64_cipher()
177 EVP_CIPHER_CTX_is_encrypting(ctx)); in des_ede3_cfb1_cipher()
192 EVP_CIPHER_CTX_is_encrypting(ctx)); in des_ede3_cfb8_cipher()
201 EVP_CIPHER_CTX_is_encrypting(ctx)); in des_ede3_cfb8_cipher()
402 if (EVP_CIPHER_CTX_is_encrypting(ctx)) in des_ede3_wrap_cipher()
H A De_camellia.c227 EVP_CIPHER_CTX_is_encrypting(ctx)); in camellia_cbc_cipher()
228 else if (EVP_CIPHER_CTX_is_encrypting(ctx)) in camellia_cbc_cipher()
270 EVP_CIPHER_CTX_is_encrypting(ctx), dat->block); in camellia_cfb_cipher()
282 EVP_CIPHER_CTX_is_encrypting(ctx), dat->block); in camellia_cfb8_cipher()
295 EVP_CIPHER_CTX_is_encrypting(ctx), in camellia_cfb1_cipher()
305 EVP_CIPHER_CTX_is_encrypting(ctx), in camellia_cfb1_cipher()
316 EVP_CIPHER_CTX_is_encrypting(ctx), in camellia_cfb1_cipher()
H A De_aes.c184 ctx->iv, EVP_CIPHER_CTX_is_encrypting(ctx)); in aesni_cbc_cipher()
198 EVP_CIPHER_CTX_is_encrypting(ctx)); in aesni_ecb_cipher()
1071 const int enc = EVP_CIPHER_CTX_is_encrypting(ctx); in s390x_aes_cfb_cipher()
1396 enc = EVP_CIPHER_CTX_is_encrypting(c); in s390x_aes_gcm_ctrl()
1405 enc = EVP_CIPHER_CTX_is_encrypting(c); in s390x_aes_gcm_ctrl()
1429 enc = EVP_CIPHER_CTX_is_encrypting(c); in s390x_aes_gcm_ctrl()
1455 enc = EVP_CIPHER_CTX_is_encrypting(c); in s390x_aes_gcm_ctrl()
1481 enc = EVP_CIPHER_CTX_is_encrypting(c); in s390x_aes_gcm_ctrl()
1565 const int enc = EVP_CIPHER_CTX_is_encrypting(ctx); in s390x_aes_gcm_tls_cipher()
1654 enc = EVP_CIPHER_CTX_is_encrypting(ctx); in s390x_aes_gcm_cipher()
[all …]
H A De_xcbc_d.c79 EVP_CIPHER_CTX_is_encrypting(ctx)); in desx_cbc_cipher()
88 EVP_CIPHER_CTX_is_encrypting(ctx)); in desx_cbc_cipher()
H A De_rc4_hmac_md5.c91 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in rc4_hmac_md5_cipher()
231 if (!EVP_CIPHER_CTX_is_encrypting(ctx)) { in rc4_hmac_md5_ctrl()
H A De_aes_cbc_hmac_sha1.c427 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in aesni_cbc_hmac_sha1_cipher()
816 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in aesni_cbc_hmac_sha1_ctrl()
854 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in aesni_cbc_hmac_sha1_ctrl()
H A De_aes_cbc_hmac_sha256.c442 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in aesni_cbc_hmac_sha256_cipher()
797 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in aesni_cbc_hmac_sha256_ctrl()
838 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in aesni_cbc_hmac_sha256_ctrl()
H A Dbio_enc.c314 EVP_CIPHER_CTX_is_encrypting(ctx->cipher))) in enc_ctrl()
H A Devp_lib.c465 int EVP_CIPHER_CTX_is_encrypting(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_is_encrypting() function
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_decr.c54 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in PKCS12_pbe_crypt_ex()
94 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in PKCS12_pbe_crypt_ex()
/freebsd/crypto/openssl/include/crypto/
H A Devp.h364 …cb_encrypt(in + i, out + i, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_is_encrypting(ctx)); \
394 …(long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct,ctx)->ksched, ctx->iv, EVP_CIPHER_CTX_is_encrypting(ctx));\
400 …in, out, (long)inl, &EVP_C_DATA(kstruct,ctx)->ksched, ctx->iv, EVP_CIPHER_CTX_is_encrypting(ctx));\
418 &num, EVP_CIPHER_CTX_is_encrypting(ctx));\
/freebsd/crypto/openssl/engines/
H A De_afalg.c648 if (EVP_CIPHER_CTX_is_encrypting(ctx) == 0) { in afalg_do_cipher()
655 EVP_CIPHER_CTX_is_encrypting(ctx)); in afalg_do_cipher()
665 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in afalg_do_cipher()
H A De_padlock.c346 if (EVP_CIPHER_CTX_is_encrypting(ctx)) in padlock_cfb_cipher()
634 cdata->cword.b.encdec = (EVP_CIPHER_CTX_is_encrypting(ctx) == 0); in padlock_aes_init_key()
H A De_ossltest.c804 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in ossltest_aes128_cbc_hmac_sha1_cipher()
875 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in ossltest_aes128_cbc_hmac_sha1_ctrl()
H A De_devcrypto.c268 if (!EVP_CIPHER_CTX_is_encrypting(ctx)) { in cipher_do_cipher()
294 if (EVP_CIPHER_CTX_is_encrypting(ctx)) in cipher_do_cipher()
H A De_dasync.c693 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in dasync_cipher_ctrl_helper()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod74 EVP_CIPHER_CTX_is_encrypting,
205 int EVP_CIPHER_CTX_is_encrypting(const EVP_CIPHER_CTX *ctx);
222 #define EVP_CIPHER_CTX_encrypting EVP_CIPHER_CTX_is_encrypting
595 =item EVP_CIPHER_CTX_is_encrypting()
1244 EVP_CIPHER_CTX_is_encrypting() returns 1 if the I<ctx> is set up for encryption
1734 EVP_CIPHER_CTX_is_encrypting() in OpenSSL 3.0. The old name is kept as
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_env.c1284 if (!EVP_CIPHER_CTX_is_encrypting(ctx)) in ossl_cms_AuthEnvelopedData_final()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h612 int EVP_CIPHER_CTX_is_encrypting(const EVP_CIPHER_CTX *ctx);
613 # define EVP_CIPHER_CTX_encrypting EVP_CIPHER_CTX_is_encrypting
/freebsd/secure/lib/libcrypto/
H A DVersion.map4450 EVP_CIPHER_CTX_is_encrypting;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1698 MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_CTX_is_encrypting.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3611 EVP_CIPHER_CTX_is_encrypting 3694 3_0_0 EXIST::FUNCTION: