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

/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c99 # define AESNI_CAPABLE (1<<(57-32)) macro
995 return (OPENSSL_ia32cap_P[1] & AESNI_CAPABLE ?
1001 return (OPENSSL_ia32cap_P[1] & AESNI_CAPABLE ?
H A De_aes_cbc_hmac_sha256.c99 # define AESNI_CAPABLE (1<<(57-32)) macro
974 return ((OPENSSL_ia32cap_P[1] & AESNI_CAPABLE) &&
981 return ((OPENSSL_ia32cap_P[1] & AESNI_CAPABLE) &&
H A De_aes.c198 # define AESNI_CAPABLE (OPENSSL_ia32cap_P[1]&(1<<(57-32))) macro
460 { return AESNI_CAPABLE?&aesni_##keylen##_##mode:&aes_##keylen##_##mode; }
482 { return AESNI_CAPABLE?&aesni_##keylen##_##mode:&aes_##keylen##_##mode; }

Completed in 117 milliseconds