Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/crypto/
H A Daesni-intel_glue.c932 # define FLAG_AVX10_512 BIT(4) macro
939 # define FLAG_AVX10_512 0 macro
945 if (flags & (FLAG_AVX10_256 | FLAG_AVX10_512)) in aes_gcm_key_get()
972 if (flags & FLAG_AVX10_512) in aes_gcm_precompute()
995 if (flags & (FLAG_AVX10_256 | FLAG_AVX10_512)) in aes_gcm_aad_update()
1047 if (flags & FLAG_AVX10_512) in aes_gcm_update()
1063 if (flags & FLAG_AVX10_512) 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 …]