Home
last modified time | relevance | path

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

/linux/crypto/
A 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/Documentation/hwmon/
A 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
A Dsbrmi.rst23 normally 78h(0111 100W) or 3Ch(011 1100) for socket 0 and 70h(0111 000W)
/linux/arch/arm/crypto/
A 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/lib/crypto/
A Dsha256.c40 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch() function
67 t1 = h + e1(e) + Ch(e, f, g) + SHA256_K[i] + W[i]; \
/linux/drivers/staging/r8188eu/include/
A Drtw_security.h318 #define Ch(x, y ,z) (z ^ (x & (y ^ z))) macro
/linux/Documentation/devicetree/bindings/display/panel/
A Dpanel-edp.yaml60 AUX CH -----------+ AUX Ch operational : : +-------------

Completed in 13 milliseconds