Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/crypto/
H A Daesni-intel_glue.c931 # define FLAG_AVX10_256 BIT(3) macro
938 # define FLAG_AVX10_256 0 macro
945 if (flags & (FLAG_AVX10_256 | FLAG_AVX10_512)) in aes_gcm_key_get()
974 else if (flags & FLAG_AVX10_256) in aes_gcm_precompute()
995 if (flags & (FLAG_AVX10_256 | FLAG_AVX10_512)) in aes_gcm_aad_update()
1051 else if (flags & FLAG_AVX10_256) in aes_gcm_update()
1067 else if (flags & FLAG_AVX10_256) in aes_gcm_update()
1101 if (flags & (FLAG_AVX10_256 | FLAG_AVX10_512)) in aes_gcm_enc_final()
1137 if (flags & (FLAG_AVX10_256 | FLAG_AVX10_512)) in aes_gcm_dec_final()
1260 if (flags & (FLAG_AVX10_256 | FLAG_AVX10_512)) { in gcm_setkey()
[all …]