Home
last modified time | relevance | path

Searched refs:use_aesni_avx2 (Results 1 – 6 of 6) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dcamellia-glue.c102 unsigned int use_aesni_avx2:1;/* AES-NI/AVX2 implementation shall be used. */ member
250 ctx->use_aesni_avx2 = (hwf & HWF_INTEL_AESNI) && (hwf & HWF_INTEL_AVX2); in camellia_setkey()
389 if (ctx->use_aesni_avx2) in _gcry_camellia_ctr_enc()
478 if (ctx->use_aesni_avx2) in _gcry_camellia_cbc_dec()
564 if (ctx->use_aesni_avx2) in _gcry_camellia_cfb_dec()
654 if (ctx->use_aesni_avx2) in _gcry_camellia_ocb_crypt()
803 if (ctx->use_aesni_avx2) in _gcry_camellia_ocb_auth()
H A Dsm4.c95 unsigned int use_aesni_avx2:1; member
373 ctx->use_aesni_avx2 = (hwf & HWF_INTEL_AESNI) && (hwf & HWF_INTEL_AVX2); in sm4_setkey()
527 if (ctx->use_aesni_avx2) in _gcry_sm4_ctr_enc()
628 if (ctx->use_aesni_avx2) in _gcry_sm4_cbc_dec()
722 if (ctx->use_aesni_avx2) in _gcry_sm4_cfb_dec()
819 if (ctx->use_aesni_avx2) in _gcry_sm4_ocb_crypt()
988 if (ctx->use_aesni_avx2) in _gcry_sm4_ocb_auth()
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dcamellia-glue.c108 unsigned int use_aesni_avx2:1;/* AES-NI/AVX2 implementation shall be used. */ member
297 ctx->use_aesni_avx2 = (hwf & HWF_INTEL_AESNI) && (hwf & HWF_INTEL_AVX2); in camellia_setkey()
440 if (ctx->use_aesni_avx2) in _gcry_camellia_ctr_enc()
537 if (ctx->use_aesni_avx2) in _gcry_camellia_cbc_dec()
631 if (ctx->use_aesni_avx2) in _gcry_camellia_cfb_dec()
729 if (ctx->use_aesni_avx2) in _gcry_camellia_ocb_crypt()
891 if (ctx->use_aesni_avx2) in _gcry_camellia_ocb_auth()
H A Dsm4.c95 unsigned int use_aesni_avx2:1; member
373 ctx->use_aesni_avx2 = (hwf & HWF_INTEL_AESNI) && (hwf & HWF_INTEL_AVX2); in sm4_setkey()
527 if (ctx->use_aesni_avx2) in _gcry_sm4_ctr_enc()
628 if (ctx->use_aesni_avx2) in _gcry_sm4_cbc_dec()
722 if (ctx->use_aesni_avx2) in _gcry_sm4_cfb_dec()
819 if (ctx->use_aesni_avx2) in _gcry_sm4_ocb_crypt()
988 if (ctx->use_aesni_avx2) in _gcry_sm4_ocb_auth()
/dports/security/libgcrypt/libgcrypt-1.9.4/
H A DChangeLog1257 (SM4_context) [USE_AESNI_AVX2]: Add 'use_aesni_avx2'.
10687 better alignment; Make 'use_aesni_avx' and 'use_aesni_avx2' bitfield
13024 (CAMELLIA_context) [USE_AESNI_AVX2]: Add 'use_aesni_avx2'.
13029 and set 'ctx->use_aesni_avx2'.
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/
H A DChangeLog888 (SM4_context) [USE_AESNI_AVX2]: Add 'use_aesni_avx2'.
10318 better alignment; Make 'use_aesni_avx' and 'use_aesni_avx2' bitfield
12655 (CAMELLIA_context) [USE_AESNI_AVX2]: Add 'use_aesni_avx2'.
12660 and set 'ctx->use_aesni_avx2'.