Searched refs:SHASH (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_asm.S | 25 #define SHASH %xmm1 macro 49 pshufd $0b01001110, SHASH, T3 51 pxor SHASH, T3 53 pclmulqdq $0x00, SHASH, DATA # DATA = a0 * b0 54 pclmulqdq $0x11, SHASH, T1 # T1 = a1 * b1 95 movups (%rsi), SHASH 115 movups (%rcx), SHASH
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | ghash-ce-core.S | 12 SHASH .req v0 151 trn1 SHASH2.2d, SHASH.2d, HH.2d 152 trn2 T1.2d, SHASH.2d, HH.2d 164 ext SHASH2.16b, SHASH.16b, SHASH.16b, #8 186 tbl sh1.16b, {SHASH.16b}, perm1.16b 187 tbl sh2.16b, {SHASH.16b}, perm2.16b 189 tbl sh4.16b, {SHASH.16b}, T1.16b 241 ld1 {SHASH.2d}, [x3] 443 ld1 {SHASH.2d}, [x3], #16 446 trn1 SHASH2.2d, SHASH.2d, HH.2d [all …]
|
/openbmc/linux/arch/arm/crypto/ |
H A D | ghash-ce-core.S | 15 SHASH .req q0 332 vld1.64 {SHASH}, [r3]! 351 vld1.64 {SHASH}, [r3] 537 vld1.64 {SHASH}, [r3] 555 vld1.64 {SHASH}, [r3] 600 vld1.64 {SHASH}, [r3, :128] 657 vld1.64 {SHASH}, [r3]
|
/openbmc/linux/Documentation/crypto/ |
H A D | api-samples.rst | 93 Code Example For Use of Operational State Memory With SHASH
|
H A D | architecture.rst | 406 During initialization of the HMAC cipher, the SHASH cipher type of 413 2. The HMAC instance now invokes the SHASH API with the SHA256 cipher
|
H A D | devel-algos.rst | 145 whether the transformation is synchronous [SHASH] or asynchronous
|