Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_flags (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/evp/
HDevp_lib.c220 EVP_CIPHER_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_flags() function
/dragonfly/crypto/libressl/include/openssl/
HDevp.h379 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
380 #define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE)
/dragonfly/crypto/libressl/ssl/
HDssl_ciph.c514 if (EVP_CIPHER_flags(*enc) & EVP_CIPH_FLAG_AEAD_CIPHER) in ssl_cipher_get_evp()