/openbmc/qemu/tests/tcg/multiarch/ |
H A D | sha512.c | 274 uint64_t w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; in Transform() local 289 Round(d, e, f, &g, h, a, b, &c, 0x80deb1fe3b1696b1ull, w13 = be64_to_cpu(chunk[13])); in Transform() 297 Round(e, f, g, &h, a, b, c, &d, 0x2de92c6f592b0275ull, w4 += sigma1(w2) + w13 + sigma0(w5)); in Transform() 305 Round(e, f, g, &h, a, b, c, &d, 0xc6e00bf33da88fc2ull, w12 += sigma1(w10) + w5 + sigma0(w13)); in Transform() 306 Round(d, e, f, &g, h, a, b, &c, 0xd5a79147930aa725ull, w13 += sigma1(w11) + w6 + sigma0(w14)); in Transform() 308 Round(b, c, d, &e, f, g, h, &a, 0x142929670a0e6e70ull, w15 += sigma1(w13) + w8 + sigma0(w0)); in Transform() 314 Round(e, f, g, &h, a, b, c, &d, 0x650a73548baf63deull, w4 += sigma1(w2) + w13 + sigma0(w5)); in Transform() 322 Round(e, f, g, &h, a, b, c, &d, 0xd192e819d6ef5218ull, w12 += sigma1(w10) + w5 + sigma0(w13)); in Transform() 323 Round(d, e, f, &g, h, a, b, &c, 0xd69906245565a910ull, w13 += sigma1(w11) + w6 + sigma0(w14)); in Transform() 325 Round(b, c, d, &e, f, g, h, &a, 0x106aa07032bbd1b8ull, w15 += sigma1(w13) + w8 + sigma0(w0)); in Transform() [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-cipher-core.S | 59 __pair\enc \sz, \op, w12, w13, \in0, \in1, \in3, 0 65 eor \out1, \out1, w13
|
H A D | ghash-ce-core.S | 705 sub w13, w8, #1 709 rev w13, w13 716 ins KS3.s[3], w13
|
H A D | aes-modes.S | 331 BLOCKS_W .req w13
|
H A D | sm3-neon-core.S | 52 #define t2 w13
|
H A D | chacha-neon-core.S | 169 a1 .req w13
|
/openbmc/linux/drivers/crypto/hisilicon/ |
H A D | qm_common.h | 37 __le16 w13; member
|
H A D | qm.c | 1997 sqc->w13 = cpu_to_le16(QM_MK_SQC_W13(0, 1, qp->alg_type)); in qm_sq_ctx_cfg()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | head.S | 802 cmp w13, #R_AARCH64_RELATIVE
|
/openbmc/qemu/tests/tcg/mips/include/ |
H A D | wrappers_msa.h | 51 RESET_MSA_REGISTER(w13); in reset_msa_registers()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 14482 + add w13, w5, w5, LSL #1 // w13 = pref3 14536 + ldr q21, [x3, w13, sxtw] 14656 + ldr q27, [x2, w13, sxtw] 14657 + ldr q26, [x4, w13, sxtw] 14750 + ldr w13, [sp, #SP_INT] // w13 = pref3 14809 + ldr q21, [x3, w13, sxtw] 18236 + mov w13, #0
|