Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/evp/
H A De_aes.c1210 static const EVP_CIPHER aesni_256_cfb8 = { variable
1237 return AESNI_CAPABLE ? &aesni_256_cfb8 : &aes_256_cfb8; in EVP_aes_256_cfb8()