Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A De_aes.c896 static const EVP_CIPHER aes_192_cfb = { variable
911 return AESNI_CAPABLE ? &aesni_192_cfb : &aes_192_cfb; in EVP_aes_192_cfb()
913 return &aes_192_cfb; in EVP_aes_192_cfb()