/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_des.c | 66 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 D | e_aria.c | 291 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 D | e_des3.c | 76 &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 D | e_camellia.c | 227 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 D | e_aes.c | 184 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 D | e_xcbc_d.c | 79 EVP_CIPHER_CTX_is_encrypting(ctx)); in desx_cbc_cipher() 88 EVP_CIPHER_CTX_is_encrypting(ctx)); in desx_cbc_cipher()
|
H A D | e_rc4_hmac_md5.c | 91 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 D | e_aes_cbc_hmac_sha1.c | 427 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 D | e_aes_cbc_hmac_sha256.c | 442 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 D | bio_enc.c | 314 EVP_CIPHER_CTX_is_encrypting(ctx->cipher))) in enc_ctrl()
|
H A D | evp_lib.c | 465 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 D | p12_decr.c | 54 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 D | evp.h | 364 …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 D | e_afalg.c | 648 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 D | e_padlock.c | 346 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 D | e_ossltest.c | 804 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 D | e_devcrypto.c | 268 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 D | e_dasync.c | 693 if (EVP_CIPHER_CTX_is_encrypting(ctx)) { in dasync_cipher_ctrl_helper()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_EncryptInit.pod | 74 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 D | cms_env.c | 1284 if (!EVP_CIPHER_CTX_is_encrypting(ctx)) in ossl_cms_AuthEnvelopedData_final()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 612 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 D | Version.map | 4450 EVP_CIPHER_CTX_is_encrypting;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1698 MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_CTX_is_encrypting.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3611 EVP_CIPHER_CTX_is_encrypting 3694 3_0_0 EXIST::FUNCTION:
|