Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A De_aes.c1675 static const EVP_CIPHER aesni_192_gcm = { variable
1706 return AESNI_CAPABLE ? &aesni_192_gcm : &aes_192_gcm; in EVP_aes_192_gcm()