Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
H A Daesni-intel_glue.c916 # define FLAG_AVX10_256 BIT(3) macro
923 # define FLAG_AVX10_256 0 macro
930 if (flags & (FLAG_AVX10_256 | FLAG_AVX10_512)) in aes_gcm_key_get()
959 else if (flags & FLAG_AVX10_256) in aes_gcm_precompute()
980 if (flags & (FLAG_AVX10_256 | FLAG_AVX10_512)) in aes_gcm_aad_update()
1036 else if (flags & FLAG_AVX10_256) in aes_gcm_update()
1052 else if (flags & FLAG_AVX10_256) in aes_gcm_update()
1086 if (flags & (FLAG_AVX10_256 | FLAG_AVX10_512)) in aes_gcm_enc_final()
1122 if (flags & (FLAG_AVX10_256 | FLAG_AVX10_512)) in aes_gcm_dec_final()
1245 if (flags & (FLAG_AVX10_256 | FLAG_AVX10_512)) { in gcm_setkey()
[all …]