Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_get_flags (Results 1 – 19 of 19) sorted by relevance

/openssl/ssl/record/methods/
H A Dtls1_meth.c62 if ((EVP_CIPHER_get_flags(ciph) & EVP_CIPH_FLAG_AEAD_CIPHER) == 0) { in tls1_set_crypto_state()
113 if ((EVP_CIPHER_get_flags(ciph) & EVP_CIPH_FLAG_AEAD_CIPHER) != 0 in tls1_set_crypto_state()
238 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds)) in tls1_cipher()
251 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds)) in tls1_cipher()
414 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds)) in tls1_cipher()
454 (EVP_CIPHER_get_flags(enc) in tls1_cipher()
H A Dtls_multib.c34 && (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(rl->enc_ctx)) in tls_is_multiblock_capable()
H A Dtls_common.c73 if ((EVP_CIPHER_get_flags(ciph) & EVP_CIPH_FLAG_AEAD_CIPHER) == 0 in ossl_set_tls_provider_parameters()
734 && (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(rl->enc_ctx)) in tls_get_more_records()
1526 && (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(rl->enc_ctx)) in tls_get_max_records_default()
/openssl/crypto/pkcs12/
H A Dp12_decr.c55 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in PKCS12_pbe_crypt_ex()
98 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in PKCS12_pbe_crypt_ex()
/openssl/crypto/cms/
H A Dcms_enc.c106 if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER)) { in ossl_cms_EncryptedContent_init_bio()
172 if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER)) { in ossl_cms_EncryptedContent_init_bio()
H A Dcms_kari.c434 if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_GET_WRAP_CIPHER) != 0) { in cms_wrap_init()
H A Dcms_env.c1155 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in cms_EnvelopedData_Decryption_init_bio()
1275 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in ossl_cms_EnvelopedData_final()
H A Dcms_smime.c649 cms = (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) in CMS_encrypt_ex()
/openssl/crypto/evp/
H A Devp_lib.c109 } else if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_CUSTOM_ASN1) == 0) { in evp_cipher_param_to_asn1_ex()
180 } else if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_CUSTOM_ASN1) == 0) { in evp_cipher_asn1_to_param_ex()
455 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_get_flags() function
513 else if ((EVP_CIPHER_get_flags(ctx->cipher) in EVP_CIPHER_CTX_get_iv_length()
733 return EVP_CIPHER_get_flags(cipher) & EVP_CIPH_MODE; in EVP_CIPHER_get_mode()
H A Devp_enc.c390 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in evp_cipher_init_internal()
/openssl/test/
H A Devp_libctx_test.c487 if (((EVP_CIPHER_get_flags(cipher) in test_cipher_reinit_partialupdate()
626 && TEST_int_eq(EVP_CIPHER_get_flags(aes_cipher) & EVP_CIPH_RAND_KEY, 0) in test_cipher_tdes_randkey()
628 && TEST_int_ne(EVP_CIPHER_get_flags(tdes_cipher) & EVP_CIPH_RAND_KEY, 0) in test_cipher_tdes_randkey()
H A Devp_test.c909 || ((EVP_CIPHER_get_flags(cdat->cipher) & EVP_CIPH_FLAG_CTS) != 0) in cipher_test_valid_fragmentation()
952 if (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) in cipher_test_init()
1207 || ((EVP_CIPHER_get_flags(expected->cipher) & EVP_CIPH_CUSTOM_IV) == 0 in cipher_test_enc()
1443 || ((EVP_CIPHER_get_flags(expected->cipher) & EVP_CIPH_CUSTOM_IV) == 0 in cipher_test_enc()
/openssl/doc/man3/
H A DEVP_EncryptInit.pod48 EVP_CIPHER_get_flags,
182 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *e);
223 #define EVP_CIPHER_flags EVP_CIPHER_get_flags
604 =item EVP_CIPHER_get_flags()
621 A deprecated macro calling C<EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx))>.
703 Use (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) to retrieve the
711 Use (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_CUSTOM_IV) to retrieve the
720 Use (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_CTS) to retrieve the
728 Use (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK) to retrieve the
/openssl/apps/
H A Denc.c748 || (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) != 0 in show_ciphers()
H A Dspeed.c881 if (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) & EVP_CIPH_FLAG_AEAD_CIPHER) { in EVP_Update_loop()
2340 } else if (!(EVP_CIPHER_get_flags(evp_cipher) & in speed_main()
2374 } else if (!(EVP_CIPHER_get_flags(evp_cipher) & in speed_main()
2818 if (multiblock && (EVP_CIPHER_get_flags(evp_cipher) & in speed_main()
2829 } else if (aead && (EVP_CIPHER_get_flags(evp_cipher) & in speed_main()
/openssl/include/openssl/
H A Devp.h606 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher);
607 # define EVP_CIPHER_flags EVP_CIPHER_get_flags
656 # define EVP_CIPHER_CTX_flags(c) EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(c))
/openssl/apps/lib/
H A Dopt.c435 flags = EVP_CIPHER_get_flags(c); in opt_cipher()
/openssl/ssl/
H A Dssl_ciph.c539 || (EVP_CIPHER_get_flags(*enc) & EVP_CIPH_FLAG_AEAD_CIPHER)) in ssl_cipher_get_evp()
/openssl/util/
H A Dlibcrypto.num200 EVP_CIPHER_get_flags 204 3_0_0 EXIST::FUNCTION:

Completed in 97 milliseconds