Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dsha256_generic.c46 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch() function
90 t1 = h + e1(e) + Ch(e,f,g) + 0x428a2f98 + W[ 0]; in sha256_transform()
92 t1 = g + e1(d) + Ch(d,e,f) + 0x71374491 + W[ 1]; in sha256_transform()
94 t1 = f + e1(c) + Ch(c,d,e) + 0xb5c0fbcf + W[ 2]; in sha256_transform()
96 t1 = e + e1(b) + Ch(b,c,d) + 0xe9b5dba5 + W[ 3]; in sha256_transform()
98 t1 = d + e1(a) + Ch(a,b,c) + 0x3956c25b + W[ 4]; in sha256_transform()
100 t1 = c + e1(h) + Ch(h,a,b) + 0x59f111f1 + W[ 5]; in sha256_transform()
102 t1 = b + e1(g) + Ch(g,h,a) + 0x923f82a4 + W[ 6]; in sha256_transform()
104 t1 = a + e1(f) + Ch(f,g,h) + 0xab1c5ed5 + W[ 7]; in sha256_transform()
107 t1 = h + e1(e) + Ch(e,f,g) + 0xd807aa98 + W[ 8]; in sha256_transform()
[all …]
Dsha512_generic.c48 static inline u64 Ch(u64 x, u64 y, u64 z) in Ch() function
131 t1 = h + e1(e) + Ch(e,f,g) + sha512_K[i ] + W[(i & 15)]; in sha512_transform()
133 t1 = g + e1(d) + Ch(d,e,f) + sha512_K[i+1] + W[(i & 15) + 1]; in sha512_transform()
135 t1 = f + e1(c) + Ch(c,d,e) + sha512_K[i+2] + W[(i & 15) + 2]; in sha512_transform()
137 t1 = e + e1(b) + Ch(b,c,d) + sha512_K[i+3] + W[(i & 15) + 3]; in sha512_transform()
139 t1 = d + e1(a) + Ch(a,b,c) + sha512_K[i+4] + W[(i & 15) + 4]; in sha512_transform()
141 t1 = c + e1(h) + Ch(h,a,b) + sha512_K[i+5] + W[(i & 15) + 5]; in sha512_transform()
143 t1 = b + e1(g) + Ch(g,h,a) + sha512_K[i+6] + W[(i & 15) + 6]; in sha512_transform()
145 t1 = a + e1(f) + Ch(f,g,h) + sha512_K[i+7] + W[(i & 15) + 7]; in sha512_transform()
/Linux-v4.19/lib/
Dsha256.c23 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch() function
67 t1 = h + e1(e) + Ch(e, f, g) + 0x428a2f98 + W[0]; in sha256_transform()
69 t1 = g + e1(d) + Ch(d, e, f) + 0x71374491 + W[1]; in sha256_transform()
71 t1 = f + e1(c) + Ch(c, d, e) + 0xb5c0fbcf + W[2]; in sha256_transform()
73 t1 = e + e1(b) + Ch(b, c, d) + 0xe9b5dba5 + W[3]; in sha256_transform()
75 t1 = d + e1(a) + Ch(a, b, c) + 0x3956c25b + W[4]; in sha256_transform()
77 t1 = c + e1(h) + Ch(h, a, b) + 0x59f111f1 + W[5]; in sha256_transform()
79 t1 = b + e1(g) + Ch(g, h, a) + 0x923f82a4 + W[6]; in sha256_transform()
81 t1 = a + e1(f) + Ch(f, g, h) + 0xab1c5ed5 + W[7]; in sha256_transform()
84 t1 = h + e1(e) + Ch(e, f, g) + 0xd807aa98 + W[8]; in sha256_transform()
[all …]
/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddi.c65 byte Id, byte Ch, byte Rc, byte cb, byte type);
67 byte Ch, byte Req, byte type);
70 byte Ch,
359 byte Ch, in isdn_rc() argument
373 dbug(dprintf("isdn_rc(Rc=%x,Id=%x,Ch=%x)", Rc, Id, Ch)); in isdn_rc()
377 xdi_xlog_rc_event(XDI_A_NR(a), Id, Ch, Rc, 0, 0); in isdn_rc()
388 xdi_xlog_rc_event(XDI_A_NR(a), Id, Ch, Rc, 0, a->IdTypeTable[this->No]); in isdn_rc()
389 this->RcCh = Ch; in isdn_rc()
430 a->FlowControlIdTable[Ch] = Id; in isdn_rc()
431 a->FlowControlSkipTable[Ch] = false; in isdn_rc()
[all …]
Dmessage.c3895 byte Ch = e->IndCh; in callback() local
3897 (a->ch_flow_plci[Ch] == plci->Id)) { in callback()
3898 if (a->ch_flow_control[Ch] & N_RX_FLOW_CONTROL_MASK) { in callback()
3899 dbug(3, dprintf("XDI CAPI: I: pending N-XON Ch:%02x", Ch)); in callback()
3901 a->ch_flow_control[Ch] &= ~N_RX_FLOW_CONTROL_MASK; in callback()
3905 (a->ch_flow_plci[Ch] == plci->Id) && in callback()
3906 (a->ch_flow_control[Ch] & N_RX_FLOW_CONTROL_MASK)) { in callback()
3907 a->ch_flow_control[Ch] &= ~N_RX_FLOW_CONTROL_MASK; in callback()
3908 dbug(3, dprintf("XDI CAPI: I: remove faked N-XON Ch:%02x", Ch)); in callback()
/Linux-v4.19/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-v4.19/Documentation/hwmon/
Dw8379541 24 | 3VDD | 1Ch | in12
78 29/ 30 | PECI/TSI (DTS7) | 2Ch | temp13
94 18 | 3VDD | 1Ch | in12
125 23 | PECI (DTS7) | 2Ch | temp13
/Linux-v4.19/arch/arm/crypto/
Dsha256-core.S_shipped155 eor r2,r2,r10 @ Ch(e,f,g)
157 add r11,r11,r2 @ h+=Ch(e,f,g)
213 eor r2,r2,r9 @ Ch(e,f,g)
215 add r10,r10,r2 @ h+=Ch(e,f,g)
271 eor r2,r2,r8 @ Ch(e,f,g)
273 add r9,r9,r2 @ h+=Ch(e,f,g)
329 eor r2,r2,r7 @ Ch(e,f,g)
331 add r8,r8,r2 @ h+=Ch(e,f,g)
387 eor r2,r2,r6 @ Ch(e,f,g)
389 add r7,r7,r2 @ h+=Ch(e,f,g)
[all …]
Dsha512-core.S_shipped252 eor r10,r10,r12 @ Ch(e,f,g)
257 adc r4,r4,r10 @ T += Ch(e,f,g)
392 eor r10,r10,r12 @ Ch(e,f,g)
397 adc r4,r4,r10 @ T += Ch(e,f,g)
566 vbsl d29,d21,d22 @ Ch(e,f,g)
603 vbsl d29,d20,d21 @ Ch(e,f,g)
640 vbsl d29,d19,d20 @ Ch(e,f,g)
677 vbsl d29,d18,d19 @ Ch(e,f,g)
714 vbsl d29,d17,d18 @ Ch(e,f,g)
751 vbsl d29,d16,d17 @ Ch(e,f,g)
[all …]
Dsha512-armv4.pl507 my ($t0,$t1,$t2,$T1,$K,$Ch,$Maj)=map("d$_",(24..31)); # temps
524 vmov $Ch,$e
530 vbsl $Ch,$f,$g @ Ch(e,f,g)
533 vadd.i64 $T1,$Ch,$h
/Linux-v4.19/drivers/tty/
Drocket.c2854 Byte_t Ch; /* channel number within AIOP */ in sFlushRxFIFO() local
2868 Ch = (Byte_t) sGetChanNum(ChP); in sFlushRxFIFO()
2869 sOutB(ChP->Cmd, Ch | RESRXFCNT); /* apply reset Rx FIFO count */ in sFlushRxFIFO()
2870 sOutB(ChP->Cmd, Ch); /* remove reset Rx FIFO count */ in sFlushRxFIFO()
2896 Byte_t Ch; /* channel number within AIOP */ in sFlushTxFIFO() local
2910 Ch = (Byte_t) sGetChanNum(ChP); in sFlushTxFIFO()
2911 sOutB(ChP->Cmd, Ch | RESTXFCNT); /* apply reset Tx FIFO count */ in sFlushTxFIFO()
2912 sOutB(ChP->Cmd, Ch); /* remove reset Tx FIFO count */ in sFlushTxFIFO()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_security.h283 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro
/Linux-v4.19/Documentation/watchdog/
Dhpwdt.txt85 Proc Throt NMI 2Ch
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_security.h395 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro