Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/objects/
H A Dobj_mac.num914 aes_256_xts 914
/openbsd/lib/libcrypto/evp/
H A De_aes.c1965 static const EVP_CIPHER aes_256_xts = { variable
1982 return AESNI_CAPABLE ? &aesni_256_xts : &aes_256_xts; in EVP_aes_256_xts()
1984 return &aes_256_xts; in EVP_aes_256_xts()