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

/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A De_aes.c259 # define AES_GCM_ASM(gctx) (gctx->ctr==aesni_ctr32_encrypt_blocks && \ macro
1383 # if defined(AES_GCM_ASM)
1384 if (len >= 32 && AES_GCM_ASM(gctx)) {
1424 # if defined(AES_GCM_ASM)
1425 if (len >= 16 && AES_GCM_ASM(gctx)) {
1493 # if defined(AES_GCM_ASM)
1494 if (len >= 32 && AES_GCM_ASM(gctx)) {
1537 # if defined(AES_GCM_ASM)
1538 if (len >= 16 && AES_GCM_ASM(gctx)) {

Completed in 17 milliseconds