Searched refs:aes_128_ctr (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/lib/libcrypto/evp/
H A De_aes.c765 static const EVP_CIPHER aes_128_ctr = { variable
780 return AESNI_CAPABLE ? &aesni_128_ctr : &aes_128_ctr;
782 return &aes_128_ctr;

Completed in 178 milliseconds