Home
last modified time | relevance | path

Searched refs:Ch (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/lib/crypto/
Dsha256.c21 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch() function
65 t1 = h + e1(e) + Ch(e, f, g) + 0x428a2f98 + W[0]; in sha256_transform()
67 t1 = g + e1(d) + Ch(d, e, f) + 0x71374491 + W[1]; in sha256_transform()
69 t1 = f + e1(c) + Ch(c, d, e) + 0xb5c0fbcf + W[2]; in sha256_transform()
71 t1 = e + e1(b) + Ch(b, c, d) + 0xe9b5dba5 + W[3]; in sha256_transform()
73 t1 = d + e1(a) + Ch(a, b, c) + 0x3956c25b + W[4]; in sha256_transform()
75 t1 = c + e1(h) + Ch(h, a, b) + 0x59f111f1 + W[5]; in sha256_transform()
77 t1 = b + e1(g) + Ch(g, h, a) + 0x923f82a4 + W[6]; in sha256_transform()
79 t1 = a + e1(f) + Ch(f, g, h) + 0xab1c5ed5 + W[7]; in sha256_transform()
82 t1 = h + e1(e) + Ch(e, f, g) + 0xd807aa98 + W[8]; in sha256_transform()
[all …]
/Linux-v5.4/crypto/
Dsha512_generic.c43 static inline u64 Ch(u64 x, u64 y, u64 z) in Ch() function
126 t1 = h + e1(e) + Ch(e,f,g) + sha512_K[i ] + W[(i & 15)]; in sha512_transform()
128 t1 = g + e1(d) + Ch(d,e,f) + sha512_K[i+1] + W[(i & 15) + 1]; in sha512_transform()
130 t1 = f + e1(c) + Ch(c,d,e) + sha512_K[i+2] + W[(i & 15) + 2]; in sha512_transform()
132 t1 = e + e1(b) + Ch(b,c,d) + sha512_K[i+3] + W[(i & 15) + 3]; in sha512_transform()
134 t1 = d + e1(a) + Ch(a,b,c) + sha512_K[i+4] + W[(i & 15) + 4]; in sha512_transform()
136 t1 = c + e1(h) + Ch(h,a,b) + sha512_K[i+5] + W[(i & 15) + 5]; in sha512_transform()
138 t1 = b + e1(g) + Ch(g,h,a) + sha512_K[i+6] + W[(i & 15) + 6]; in sha512_transform()
140 t1 = a + e1(f) + Ch(f,g,h) + sha512_K[i+7] + W[(i & 15) + 7]; in sha512_transform()
/Linux-v5.4/arch/arm64/crypto/
Dsha512-core.S_shipped105 orr x17,x17,x19 // Ch(e,f,g)
109 add x27,x27,x17 // h+=Ch(e,f,g)
130 orr x17,x17,x28 // Ch(e,f,g)
134 add x26,x26,x17 // h+=Ch(e,f,g)
154 orr x17,x17,x19 // Ch(e,f,g)
158 add x25,x25,x17 // h+=Ch(e,f,g)
179 orr x17,x17,x28 // Ch(e,f,g)
183 add x24,x24,x17 // h+=Ch(e,f,g)
203 orr x17,x17,x19 // Ch(e,f,g)
207 add x23,x23,x17 // h+=Ch(e,f,g)
[all …]
Dsha256-core.S_shipped119 orr w17,w17,w19 // Ch(e,f,g)
123 add w27,w27,w17 // h+=Ch(e,f,g)
144 orr w17,w17,w28 // Ch(e,f,g)
148 add w26,w26,w17 // h+=Ch(e,f,g)
168 orr w17,w17,w19 // Ch(e,f,g)
172 add w25,w25,w17 // h+=Ch(e,f,g)
193 orr w17,w17,w28 // Ch(e,f,g)
197 add w24,w24,w17 // h+=Ch(e,f,g)
217 orr w17,w17,w19 // Ch(e,f,g)
221 add w23,w23,w17 // h+=Ch(e,f,g)
[all …]
/Linux-v5.4/Documentation/hwmon/
Dw83795.rst52 24 3VDD 1Ch in12
89 29/ 30 PECI/TSI (DTS7) 2Ch temp13
108 18 3VDD 1Ch in12
139 23 PECI (DTS7) 2Ch temp13
/Linux-v5.4/arch/arm/crypto/
Dsha256-core.S_shipped156 eor r2,r2,r10 @ Ch(e,f,g)
158 add r11,r11,r2 @ h+=Ch(e,f,g)
214 eor r2,r2,r9 @ Ch(e,f,g)
216 add r10,r10,r2 @ h+=Ch(e,f,g)
272 eor r2,r2,r8 @ Ch(e,f,g)
274 add r9,r9,r2 @ h+=Ch(e,f,g)
330 eor r2,r2,r7 @ Ch(e,f,g)
332 add r8,r8,r2 @ h+=Ch(e,f,g)
388 eor r2,r2,r6 @ Ch(e,f,g)
390 add r7,r7,r2 @ h+=Ch(e,f,g)
[all …]
Dsha512-core.S_shipped253 eor r10,r10,r12 @ Ch(e,f,g)
258 adc r4,r4,r10 @ T += Ch(e,f,g)
393 eor r10,r10,r12 @ Ch(e,f,g)
398 adc r4,r4,r10 @ T += Ch(e,f,g)
567 vbsl d29,d21,d22 @ Ch(e,f,g)
604 vbsl d29,d20,d21 @ Ch(e,f,g)
641 vbsl d29,d19,d20 @ Ch(e,f,g)
678 vbsl d29,d18,d19 @ Ch(e,f,g)
715 vbsl d29,d17,d18 @ Ch(e,f,g)
752 vbsl d29,d16,d17 @ Ch(e,f,g)
[all …]
Dsha512-armv4.pl508 my ($t0,$t1,$t2,$T1,$K,$Ch,$Maj)=map("d$_",(24..31)); # temps
525 vmov $Ch,$e
531 vbsl $Ch,$f,$g @ Ch(e,f,g)
534 vadd.i64 $T1,$Ch,$h
/Linux-v5.4/drivers/tty/
Drocket.c2860 Byte_t Ch; /* channel number within AIOP */ in sFlushRxFIFO() local
2874 Ch = (Byte_t) sGetChanNum(ChP); in sFlushRxFIFO()
2875 sOutB(ChP->Cmd, Ch | RESRXFCNT); /* apply reset Rx FIFO count */ in sFlushRxFIFO()
2876 sOutB(ChP->Cmd, Ch); /* remove reset Rx FIFO count */ in sFlushRxFIFO()
2902 Byte_t Ch; /* channel number within AIOP */ in sFlushTxFIFO() local
2916 Ch = (Byte_t) sGetChanNum(ChP); in sFlushTxFIFO()
2917 sOutB(ChP->Cmd, Ch | RESTXFCNT); /* apply reset Tx FIFO count */ in sFlushTxFIFO()
2918 sOutB(ChP->Cmd, Ch); /* remove reset Tx FIFO count */ in sFlushTxFIFO()
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Drtw_security.h283 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtw_security.h395 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro