Searched refs:EVP_CIPHER_flags (Results 1 – 3 of 3) sorted by relevance
220 EVP_CIPHER_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_flags() function
379 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);380 #define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE)
514 if (EVP_CIPHER_flags(*enc) & EVP_CIPH_FLAG_AEAD_CIPHER) in ssl_cipher_get_evp()