Searched refs:round_key (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | aes-gcm-avx10-x86_64.S | 536 // the round key that has been broadcast to all 128-bit lanes of \round_key. 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 | 635 // Do a non-last round of AES on AESDATA[0-7] using \round_key. 636 .macro _aesenc_8x round_key argument 638 aesenc \round_key, AESDATA\i 642 // Do the last round of AES on AESDATA[0-7] using \round_key. 643 .macro _aesenclast_8x round_key argument 645 aesenclast \round_key, AESDATA\i
|