Searched refs:EVP_CIPHER_get_flags (Results 1 – 19 of 19) sorted by relevance
62 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()
34 && (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(rl->enc_ctx)) in tls_is_multiblock_capable()
73 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()
55 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()
106 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()
434 if ((EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_GET_WRAP_CIPHER) != 0) { in cms_wrap_init()
1155 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()
649 cms = (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) in CMS_encrypt_ex()
109 } 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() function513 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()
390 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in evp_cipher_init_internal()
487 if (((EVP_CIPHER_get_flags(cipher) in test_cipher_reinit_partialupdate()643 && TEST_int_eq(EVP_CIPHER_get_flags(aes_cipher) & EVP_CIPH_RAND_KEY, 0) in test_cipher_tdes_randkey()645 && TEST_int_ne(EVP_CIPHER_get_flags(tdes_cipher) & EVP_CIPH_RAND_KEY, 0) in test_cipher_tdes_randkey()
909 || ((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()
48 EVP_CIPHER_get_flags,182 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *e);223 #define EVP_CIPHER_flags EVP_CIPHER_get_flags604 =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 the711 Use (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_CUSTOM_IV) to retrieve the720 Use (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_CTS) to retrieve the728 Use (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK) to retrieve the
748 || (EVP_CIPHER_get_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) != 0 in show_ciphers()
2443 } else if (!(EVP_CIPHER_get_flags(evp_cipher) & in speed_main()2477 } else if (!(EVP_CIPHER_get_flags(evp_cipher) & in speed_main()2939 if (multiblock && (EVP_CIPHER_get_flags(evp_cipher) in speed_main()
606 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher);607 # define EVP_CIPHER_flags EVP_CIPHER_get_flags656 # define EVP_CIPHER_CTX_flags(c) EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(c))
435 flags = EVP_CIPHER_get_flags(c); in opt_cipher()
539 || (EVP_CIPHER_get_flags(*enc) & EVP_CIPH_FLAG_AEAD_CIPHER)) in ssl_cipher_get_evp()
200 EVP_CIPHER_get_flags 204 3_0_0 EXIST::FUNCTION:
Completed in 159 milliseconds