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 88 __pmull_p8_tail \rq, \ad\().8b, SHASH.8b, 8b,, sh1, sh2, sh3, sh4 96 __pmull_p8_tail \rq, \ad\().16b, SHASH.16b, 16b, 2, sh1, sh2, sh3, sh4 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 165 eor SHASH2.16b, SHASH2.16b, SHASH.16b 186 tbl sh1.16b, {SHASH.16b}, perm1.16b 187 tbl sh2.16b, {SHASH.16b}, perm2.16b 188 tbl sh3.16b, {SHASH.16b}, perm3.16b [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
|