Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/evp/
H A De_aes.c1912 static const EVP_CIPHER aesni_128_xts = { variable
1943 return AESNI_CAPABLE ? &aesni_128_xts : &aes_128_xts; in EVP_aes_128_xts()