Home
last modified time | relevance | path

Searched refs:IVP (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/x86/crypto/
H A Daesni-intel_asm.S49 #define IVP %r8 macro
757 pushl IVP
788 popl IVP
801 pushl IVP
881 popl IVP
894 pushl IVP
938 popl IVP
951 pushl IVP
999 popl IVP
1163 pushl IVP
[all …]
H A Daegis128-aesni-asm.S147 .set IVP, %rdx define
150 movdqu (IVP), T1
/linux-6.15/arch/riscv/crypto/
H A Daes-riscv64-zvkned.S57 #define IVP a4 macro
126 vle32.v v16, (IVP) // Load IV
137 vse32.v v16, (IVP) // Store next IV
143 vle32.v v16, (IVP) // Load IV
161 vse32.v v16, (IVP) // Store next IV
319 vle32.v v16, (IVP) // Load IV
H A Daes-riscv64-zvkned-zvkb.S56 #define IVP a4 macro
76 vle32.v v31, (IVP)
131 vse32.v v16, (IVP)
H A Dchacha-riscv64-zvkb.S53 #define IVP a4 macro
172 lw COUNTER, 0(IVP)
173 lw NONCE0, 4(IVP)
174 lw NONCE1, 8(IVP)
175 lw NONCE2, 12(IVP)