/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | pl-Krakow | 11 [Ch.23, Mux2 Tarnow/g.Sw.Marcina] 23 [NW 04 Malopolskie, Ch.48, Mux3 Krakow/Choragwica 2kW] 35 [Ch.49, Mux2 Katowice/Kosztowy] 47 [Ch.51, Mux3 Katowice/Kosztowy 2.5kW] 59 [Ch.62, Mux1 Wisla/Skrzyczne] 71 [TP EmiTel Ch.64, Mux3 Krakow/Choragwica]
|
H A D | pl-Szczecin | 12 [Zachodniopomorskie, Ch.41, Mux1 Szczecin/Kolowo 100kW] 24 [Zachodniopomorskie, Ch.34, Mux2 Szczecin/Kolowo 100kW] 36 [Zachodniopomorskie, Ch.48, Mux3 Szczecin/Kolowo 100kW]
|
/openbmc/linux/crypto/ |
H A D | sha512_generic.c | 43 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()
|
/openbmc/u-boot/lib/ |
H A D | sha512.c | 52 static inline uint64_t Ch(uint64_t x, uint64_t y, uint64_t z) in Ch() function 168 t1 = h + e1(e) + Ch(e,f,g) + sha512_K[i ] + W[(i & 15)]; in sha512_transform() 170 t1 = g + e1(d) + Ch(d,e,f) + sha512_K[i+1] + W[(i & 15) + 1]; in sha512_transform() 172 t1 = f + e1(c) + Ch(c,d,e) + sha512_K[i+2] + W[(i & 15) + 2]; in sha512_transform() 174 t1 = e + e1(b) + Ch(b,c,d) + sha512_K[i+3] + W[(i & 15) + 3]; in sha512_transform() 176 t1 = d + e1(a) + Ch(a,b,c) + sha512_K[i+4] + W[(i & 15) + 4]; in sha512_transform() 178 t1 = c + e1(h) + Ch(h,a,b) + sha512_K[i+5] + W[(i & 15) + 5]; in sha512_transform() 180 t1 = b + e1(g) + Ch(g,h,a) + sha512_K[i+6] + W[(i & 15) + 6]; in sha512_transform() 182 t1 = a + e1(f) + Ch(f,g,h) + sha512_K[i+7] + W[(i & 15) + 7]; in sha512_transform()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | w83795.rst | 52 24 3VDD 1Ch in12 89 29/ 30 PECI/TSI (DTS7) 2Ch temp13 108 18 3VDD 1Ch in12 139 23 PECI (DTS7) 2Ch temp13
|
H A D | sbrmi.rst | 23 normally 78h(0111 100W) or 3Ch(011 1100) for socket 0 and 70h(0111 000W)
|
/openbmc/u-boot/fs/zfs/ |
H A D | zfs_sha256.c | 49 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro 92 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/ |
H A D | 0001-canutils-candump-Add-error-frame-s-handling.patch | 2 From: AnilKumar Ch <anilkumar@ti.com> 18 Signed-off-by: AnilKumar Ch <anilkumar@ti.com>
|
/openbmc/linux/arch/arm/crypto/ |
H A D | sha512-armv4.pl | 507 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
|
/openbmc/linux/lib/crypto/ |
H A D | sha256.c | 39 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch() function 66 t1 = h + e1(e) + Ch(e, f, g) + SHA256_K[i] + W[i]; \
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | crypto_helper.c | 27 static uint64_t Ch(uint64_t x, uint64_t y, uint64_t z) in Ch() function 92 t = a[7] + Sigma1(a[4]) + Ch(a[4], a[5], a[6]) + K[i] + w[i % 16]; in sha512_bda()
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | sha512.c | 236 static uint64_t Ch(uint64_t x, uint64_t y, uint64_t z) in Ch() function 264 uint64_t t1 = *h + Sigma1(e) + Ch(e, f, g) + k + w; in Round()
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | midi-2.0.rst | 245 Source Event Ch Data 255 Source Event Ch Data
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sdr.robot | 272 # bmc | 00h | ns | 6.1 | Logical FRU @3Ch
|
H A D | test_ipmi_sensor.robot | 241 # PCIE_0_Temp | 5Ch | ok | 41.1 | 27 degrees C
|
H A D | test_ipmi_inband_sdr.robot | 362 # bmc | 00h | ns | 6.1 | Logical FRU @3Ch
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget-testing.rst | 1093 Source Group Event Ch Data
|