Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A De_aes.c691 static const EVP_CIPHER aes_128_cfb1 = { variable
706 return AESNI_CAPABLE ? &aesni_128_cfb1 : &aes_128_cfb1; in EVP_aes_128_cfb1()
708 return &aes_128_cfb1; in EVP_aes_128_cfb1()