Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/openssl/
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/src/lib/libcrypto/evp/
Devp_cipher.c1101 EVP_CIPHER_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_flags() function
1105 LCRYPTO_ALIAS(EVP_CIPHER_flags);
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/src/lib/libssl/
Dssl_ciph.c466 if (EVP_CIPHER_flags(*enc) & EVP_CIPH_FLAG_AEAD_CIPHER) in ssl_cipher_get_evp()
/openbsd/src/lib/libcrypto/
DSymbols.list1109 EVP_CIPHER_flags