Searched refs:H_CUR (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | aes-gcm-aesni-x86_64.S | 501 .set H_CUR, %xmm2 define 546 movdqa H_POW1, H_CUR 550 _ghash_mul H_POW1, H_POW1_X64, H_CUR, GFPOLY, %xmm0, %xmm1 552 movdqa H_CUR, OFFSETOF_H_POWERS(KEY,%rax,2) 554 pshufd $0x4e, H_CUR, %xmm0 555 pxor H_CUR, %xmm0
|
H A D | aes-gcm-avx10-x86_64.S | 336 .set H_CUR, V3 define 411 vinserti64x4 $1, H_CUR_YMM, H_INC, H_CUR 416 vmovdqu8 H_CUR, (POWERS_PTR) 425 _ghash_mul H_INC, H_CUR, H_CUR, GFPOLY, V0, V1, V2 426 vmovdqu8 H_CUR, (POWERS_PTR)
|