Home
last modified time | relevance | path

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

/openbsd/usr.bin/openssl/
H A Denc.c301 if ((EVP_CIPHER_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) != 0) in skip_aead_and_xts()
404 (EVP_CIPHER_flags(cfg.cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) != 0) { in enc_main()
/openbsd/lib/libcrypto/evp/
H A Devp_cipher.c1101 EVP_CIPHER_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_flags() function
1105 LCRYPTO_ALIAS(EVP_CIPHER_flags);
H A Devp.h361 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
362 #define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE)
/openbsd/lib/libcrypto/hidden/openssl/
H A Devp.h41 LCRYPTO_USED(EVP_CIPHER_flags);
/openbsd/lib/libssl/
H A Dssl_ciph.c466 if (EVP_CIPHER_flags(*enc) & EVP_CIPH_FLAG_AEAD_CIPHER) in ssl_cipher_get_evp()
/openbsd/lib/libcrypto/
H A DSymbols.list1109 EVP_CIPHER_flags