Symbol: AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1012
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1013
return AESNI_CAPABLE ? &aesni_192_ctr : &aes_192_ctr;
crypto/libressl/crypto/evp/e_aes.c
1020
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1047
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1048
return AESNI_CAPABLE ? &aesni_256_cbc : &aes_256_cbc;
crypto/libressl/crypto/evp/e_aes.c
1054
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1081
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1082
return AESNI_CAPABLE ? &aesni_256_ecb : &aes_256_ecb;
crypto/libressl/crypto/evp/e_aes.c
1088
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1115
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1116
return AESNI_CAPABLE ? &aesni_256_ofb : &aes_256_ofb;
crypto/libressl/crypto/evp/e_aes.c
1122
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1149
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1150
return AESNI_CAPABLE ? &aesni_256_cfb : &aes_256_cfb;
crypto/libressl/crypto/evp/e_aes.c
1156
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1183
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1184
return AESNI_CAPABLE ? &aesni_256_cfb1 : &aes_256_cfb1;
crypto/libressl/crypto/evp/e_aes.c
1190
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1217
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1218
return AESNI_CAPABLE ? &aesni_256_cfb8 : &aes_256_cfb8;
crypto/libressl/crypto/evp/e_aes.c
1224
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1251
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1252
return AESNI_CAPABLE ? &aesni_256_ctr : &aes_256_ctr;
crypto/libressl/crypto/evp/e_aes.c
1636
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1667
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1668
return AESNI_CAPABLE ? &aesni_128_gcm : &aes_128_gcm;
crypto/libressl/crypto/evp/e_aes.c
1674
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1705
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1706
return AESNI_CAPABLE ? &aesni_192_gcm : &aes_192_gcm;
crypto/libressl/crypto/evp/e_aes.c
1712
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1743
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1744
return AESNI_CAPABLE ? &aesni_256_gcm : &aes_256_gcm;
crypto/libressl/crypto/evp/e_aes.c
1878
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1909
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1910
return AESNI_CAPABLE ? &aesni_128_xts : &aes_128_xts;
crypto/libressl/crypto/evp/e_aes.c
1916
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1947
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
1948
return AESNI_CAPABLE ? &aesni_256_xts : &aes_256_xts;
crypto/libressl/crypto/evp/e_aes.c
2112
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
2143
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
2144
return AESNI_CAPABLE ? &aesni_128_ccm : &aes_128_ccm;
crypto/libressl/crypto/evp/e_aes.c
2150
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
2181
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
2182
return AESNI_CAPABLE ? &aesni_192_ccm : &aes_192_ccm;
crypto/libressl/crypto/evp/e_aes.c
2188
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
2219
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
2220
return AESNI_CAPABLE ? &aesni_256_ccm : &aes_256_ccm;
crypto/libressl/crypto/evp/e_aes.c
2262
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
2263
if (AESNI_CAPABLE) {
crypto/libressl/crypto/evp/e_aes.c
542
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
569
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
570
return AESNI_CAPABLE ? &aesni_128_cbc : &aes_128_cbc;
crypto/libressl/crypto/evp/e_aes.c
576
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
603
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
604
return AESNI_CAPABLE ? &aesni_128_ecb : &aes_128_ecb;
crypto/libressl/crypto/evp/e_aes.c
610
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
637
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
638
return AESNI_CAPABLE ? &aesni_128_ofb : &aes_128_ofb;
crypto/libressl/crypto/evp/e_aes.c
644
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
671
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
672
return AESNI_CAPABLE ? &aesni_128_cfb : &aes_128_cfb;
crypto/libressl/crypto/evp/e_aes.c
678
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
705
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
706
return AESNI_CAPABLE ? &aesni_128_cfb1 : &aes_128_cfb1;
crypto/libressl/crypto/evp/e_aes.c
712
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
739
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
740
return AESNI_CAPABLE ? &aesni_128_cfb8 : &aes_128_cfb8;
crypto/libressl/crypto/evp/e_aes.c
746
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
773
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
774
return AESNI_CAPABLE ? &aesni_128_ctr : &aes_128_ctr;
crypto/libressl/crypto/evp/e_aes.c
781
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
808
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
809
return AESNI_CAPABLE ? &aesni_192_cbc : &aes_192_cbc;
crypto/libressl/crypto/evp/e_aes.c
815
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
842
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
843
return AESNI_CAPABLE ? &aesni_192_ecb : &aes_192_ecb;
crypto/libressl/crypto/evp/e_aes.c
849
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
876
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
877
return AESNI_CAPABLE ? &aesni_192_ofb : &aes_192_ofb;
crypto/libressl/crypto/evp/e_aes.c
883
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
910
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
911
return AESNI_CAPABLE ? &aesni_192_cfb : &aes_192_cfb;
crypto/libressl/crypto/evp/e_aes.c
917
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
944
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
945
return AESNI_CAPABLE ? &aesni_192_cfb1 : &aes_192_cfb1;
crypto/libressl/crypto/evp/e_aes.c
951
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
978
#ifdef AESNI_CAPABLE
crypto/libressl/crypto/evp/e_aes.c
979
return AESNI_CAPABLE ? &aesni_192_cfb8 : &aes_192_cfb8;
crypto/libressl/crypto/evp/e_aes.c
985
#ifdef AESNI_CAPABLE