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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/evp/
H A De_aes.c264 # define AES_GCM_ASM2(gctx) (gctx->gcm.block==(block128_f)aesni_encrypt && \ macro
266 # undef AES_GCM_ASM2 /* minor size optimization */ macro
1400 # if defined(AES_GCM_ASM2)
1401 if (len >= 32 && AES_GCM_ASM2(gctx)) {
1441 # if defined(AES_GCM_ASM2)
1442 if (len >= 16 && AES_GCM_ASM2(gctx)) {
1514 # if defined(AES_GCM_ASM2)
1515 if (len >= 32 && AES_GCM_ASM2(gctx)) {
1558 # if defined(AES_GCM_ASM2)
1559 if (len >= 16 && AES_GCM_ASM2(gct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/evp/
H A De_aes.c264 # define AES_GCM_ASM2(gctx) (gctx->gcm.block==(block128_f)aesni_encrypt && \ macro
266 # undef AES_GCM_ASM2 /* minor size optimization */ macro
1400 # if defined(AES_GCM_ASM2)
1401 if (len >= 32 && AES_GCM_ASM2(gctx)) {
1441 # if defined(AES_GCM_ASM2)
1442 if (len >= 16 && AES_GCM_ASM2(gctx)) {
1514 # if defined(AES_GCM_ASM2)
1515 if (len >= 32 && AES_GCM_ASM2(gctx)) {
1558 # if defined(AES_GCM_ASM2)
1559 if (len >= 16 && AES_GCM_ASM2(gct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/evp/
H A De_aes.c264 # define AES_GCM_ASM2(gctx) (gctx->gcm.block==(block128_f)aesni_encrypt && \ macro
266 # undef AES_GCM_ASM2 /* minor size optimization */ macro
1400 # if defined(AES_GCM_ASM2)
1401 if (len >= 32 && AES_GCM_ASM2(gctx)) {
1441 # if defined(AES_GCM_ASM2)
1442 if (len >= 16 && AES_GCM_ASM2(gctx)) {
1514 # if defined(AES_GCM_ASM2)
1515 if (len >= 32 && AES_GCM_ASM2(gctx)) {
1558 # if defined(AES_GCM_ASM2)
1559 if (len >= 16 && AES_GCM_ASM2(gct
[all...]

Completed in 159 milliseconds