Searched refs:IVP (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/crypto/ |
| H A D | aesni-intel_asm.S | 49 #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 D | aegis128-aesni-asm.S | 147 .set IVP, %rdx define 150 movdqu (IVP), T1
|
| /linux/arch/riscv/crypto/ |
| H A D | aes-riscv64-zvkned.S | 57 #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 D | aes-riscv64-zvkned-zvkb.S | 56 #define IVP a4 macro 76 vle32.v v31, (IVP) 131 vse32.v v16, (IVP)
|