Home
last modified time | relevance | path

Searched refs:w7 (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/crypto/
Daes-ce-ccm-core.S24 0: ldrb w7, [x1], #1 /* get 1 byte of input */
27 ins v1.b[0], w7
36 sub w7, w5, #2 /* modified # of rounds */
49 subs w7, w7, #3
66 7: ldrb w7, [x1], #1
68 eor w6, w6, w7
75 mov w7, w8
78 adds w7, w7, #1
136 sub w7, w4, #2 /* get modified # of rounds */
157 subs w7, w7, #3
[all …]
Daes-cipher-core.S86 ldp w6, w7, [in, #8]
93 CPU_BE( rev w7, w7 )
98 eor w7, w7, w11
104 0: \round w8, w9, w10, w11, w4, w5, w6, w7
105 \round w4, w5, w6, w7, w8, w9, w10, w11
108 \round w8, w9, w10, w11, w4, w5, w6, w7
110 2: \round w4, w5, w6, w7, w8, w9, w10, w11
113 \round w4, w5, w6, w7, w8, w9, w10, w11, \bsz, b
118 CPU_BE( rev w7, w7 )
121 stp w6, w7, [out, #8]
Dsha256-core.S_shipped140 eor w7,w23,w23,ror#14
146 eor w16,w16,w7,ror#11 // Sigma1(e)
147 ror w7,w27,#2
154 eor w17,w7,w17,ror#13 // Sigma0(a)
185 ldp w7,w8,[x1],#2*4
208 rev w7,w7 // 4
216 add w23,w23,w7 // h+=X[i]
408 str w7,[sp,#0]
411 eor w7,w20,w20,ror#14
417 eor w16,w16,w7,ror#11 // Sigma1(e)
[all …]
Daes-modes.S26 encrypt_block4x v0, v1, v2, v3, w3, x2, x8, w7
31 decrypt_block4x v0, v1, v2, v3, w3, x2, x8, w7
37 encrypt_block5x v0, v1, v2, v3, v4, w3, x2, x8, w7
42 decrypt_block5x v0, v1, v2, v3, v4, w3, x2, x8, w7
147 encrypt_block v0, w3, x2, x6, w7
149 encrypt_block v1, w3, x2, x6, w7
151 encrypt_block v2, w3, x2, x6, w7
153 encrypt_block v3, w3, x2, x6, w7
163 encrypt_block v4, w3, x2, x6, w7
231 decrypt_block v0, w3, x2, x6, w7
[all …]
Dchacha-neon-core.S525 mov w7, v17.s[0]
531 add a1, a1, w7
549 mov w7, v21.s[0]
555 add a5, a5, w7
570 mov w7, v25.s[0]
576 add a9, a9, w7
591 mov w7, v29.s[0]
597 add a13, a13, w7
607 ldp w6, w7, [x2], #64
612 eor a1, a1, w7
[all …]
/kernel/linux/linux-5.10/arch/powerpc/crypto/
Dsha1-spe-asm.S130 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
132 evmergelohi rT0,w7,w6; /* W[-3] */ \
156 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
157 evmergelohi rT0,w7,w6; /* W[-3] */ \
180 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
182 evmergelohi rT0,w7,w6; /* W[-3] */ \
208 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
209 R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k)
Dsha256-spe-asm.S156 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
172 evsrwiu rT0,w7,10; /* s1 = w[-2] >> 10 */ \
174 evrlwi rT1,w7,15; /* s1' = w[-2] rotr 17 */ \
178 evrlwi rT1,w7,13; /* s1' = w[-2] rotr 19 */ \
/kernel/linux/linux-5.10/drivers/input/serio/
Dhp_sdc.c473 uint8_t w7[4]; in hp_sdc_put() local
486 w7[0] = (mask & 1) ? curr->seq[++idx] : hp_sdc.r7[0]; in hp_sdc_put()
487 w7[1] = (mask & 2) ? curr->seq[++idx] : hp_sdc.r7[1]; in hp_sdc_put()
488 w7[2] = (mask & 4) ? curr->seq[++idx] : hp_sdc.r7[2]; in hp_sdc_put()
489 w7[3] = (mask & 8) ? curr->seq[++idx] : hp_sdc.r7[3]; in hp_sdc_put()
492 w7[hp_sdc.wi - 0x70] == hp_sdc.r7[hp_sdc.wi - 0x70]) { in hp_sdc_put()
496 while (i < 4 && w7[i] == hp_sdc.r7[i]) in hp_sdc_put()
514 hp_sdc_data_out8(w7[hp_sdc.wi - 0x70]); in hp_sdc_put()
515 hp_sdc.r7[hp_sdc.wi - 0x70] = w7[hp_sdc.wi - 0x70]; in hp_sdc_put()
520 while ((i < 4) && w7[i] == hp_sdc.r7[i]) in hp_sdc_put()
/kernel/linux/linux-5.10/drivers/block/paride/
Dfit3.c34 #define w7(byte) {out_p(7,byte);} macro
/kernel/linux/linux-5.10/arch/arm64/lib/
Dmemset.S40 A_lw .req w7
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dtxrx_edma.h233 u16 w7; member
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
Dqm.c69 #define QM_CQE_PHASE(cqe) (le16_to_cpu((cqe)->w7) & 0x1)
242 __le16 w7; member