Searched refs:round_key (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/x86/crypto/ |
D | aes-gcm-avx10-x86_64.S | 537 .macro _vaesenc_4x round_key argument 538 vaesenc \round_key, V0, V0 539 vaesenc \round_key, V1, V1 540 vaesenc \round_key, V2, V2 541 vaesenc \round_key, V3, V3
|
D | aes-gcm-aesni-x86_64.S | 636 .macro _aesenc_8x round_key argument 638 aesenc \round_key, AESDATA\i 643 .macro _aesenclast_8x round_key argument 645 aesenclast \round_key, AESDATA\i
|
/linux-6.12.1/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 864 u8 round_key[16]; in aes128k128d() local 867 round_key[i] = key[i]; in aes128k128d() 870 xor_128(round_key, data, ciphertext); in aes128k128d() 871 next_key(round_key, round); in aes128k128d() 875 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 883 xor_128(intermediatea, round_key, ciphertext); in aes128k128d() 884 next_key(round_key, round); in aes128k128d()
|