Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
A Daes-gcm-avx10-x86_64.S537 .macro _vaesenc_4x round_key
538 vaesenc \round_key, V0, V0
539 vaesenc \round_key, V1, V1
540 vaesenc \round_key, V2, V2
541 vaesenc \round_key, V3, V3
A Daes-gcm-aesni-x86_64.S636 .macro _aesenc_8x round_key
638 aesenc \round_key, AESDATA\i
643 .macro _aesenclast_8x round_key
645 aesenclast \round_key, AESDATA\i
/linux/drivers/staging/rtl8712/
A Drtl871x_security.c864 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()

Completed in 13 milliseconds