Searched refs:round_key (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/x86/crypto/ |
| H A 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
|
| H A 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
|