Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/
H A Dossl_x86.c140 sc->has_aes_gcm = true; in ossl_cpuid()
146 sc->has_aes_gcm = true; in ossl_cpuid()
148 sc->has_aes_gcm = false; in ossl_cpuid()
151 sc->has_aes_gcm = false; in ossl_cpuid()
H A Dossl_arm.c58 sc->has_aes_gcm = true; in ossl_cpuid()
H A Dossl.h49 bool has_aes_gcm; member
H A Dossl.c78 sc->has_aes = sc->has_aes_gcm = false; in ossl_attach()
196 if (!sc->has_aes_gcm || ossl_lookup_cipher(csp) == NULL) in ossl_probesession()