Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/evp/
H A De_aes.c896 static const EVP_CIPHER aesni_192_cfb = { variable
923 return AESNI_CAPABLE ? &aesni_192_cfb : &aes_192_cfb; in EVP_aes_192_cfb128()