Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A De_aes.c2165 static const EVP_CIPHER aes_192_ccm = { variable
2182 return AESNI_CAPABLE ? &aesni_192_ccm : &aes_192_ccm; in EVP_aes_192_ccm()
2184 return &aes_192_ccm; in EVP_aes_192_ccm()