Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
H A Daesni-intel_asm.S49 #define IVP %r8 macro
62 #define IVP %ebp macro
732 pushl IVP
740 movl (FRAME_OFFSET+36)(%esp), IVP # iv
745 movups (IVP), STATE # load iv as initial state
757 movups STATE, (IVP)
763 popl IVP
776 pushl IVP
784 movl (FRAME_OFFSET+36)(%esp), IVP # iv
790 movups (IVP), IV
[all …]
H A Daegis128-aesni-asm.S147 .set IVP, %rdx define
150 movdqu (IVP), T1
/linux/arch/riscv/crypto/
H A Daes-riscv64-zvkned.S57 #define IVP a4 macro
99 vle32.v v16, (IVP) // Load IV
110 vse32.v v16, (IVP) // Store next IV
116 vle32.v v16, (IVP) // Load IV
134 vse32.v v16, (IVP) // Store next IV
292 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)