Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_mode (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/evp/
H A Devp_enc.c306 if (inl == 0 && EVP_CIPHER_mode(ctx->cipher) != EVP_CIPH_CCM_MODE) in EVP_EncryptUpdate()
447 if (inl == 0 && EVP_CIPHER_mode(ctx->cipher) != EVP_CIPH_CCM_MODE) in EVP_DecryptUpdate()
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_ameth.c805 if (!kekcipher || EVP_CIPHER_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in ecdh_cms_set_shared_info()
/dragonfly/crypto/libressl/ssl/
H A Dssl_ciph.c516 if (EVP_CIPHER_mode(*enc) == EVP_CIPH_GCM_MODE) in ssl_cipher_get_evp()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h380 #define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE) macro