Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A De_aes.c1893 static const EVP_CIPHER aes_128_xts = { variable
1910 return AESNI_CAPABLE ? &aesni_128_xts : &aes_128_xts; in EVP_aes_128_xts()
1912 return &aes_128_xts; in EVP_aes_128_xts()