Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/objects/
H A Dobj_mac.num654 aes_192_cfb8 654
/openbsd/lib/libcrypto/evp/
H A De_aes.c978 static const EVP_CIPHER aes_192_cfb8 = { variable
993 return AESNI_CAPABLE ? &aesni_192_cfb8 : &aes_192_cfb8; in EVP_aes_192_cfb8()
995 return &aes_192_cfb8; in EVP_aes_192_cfb8()