Searched refs:I (Results 1 – 6 of 6) sorted by relevance
| /lib/crypto/ |
| A D | sm3.c | 88 R1(a, b, c, d, e, f, g, h, K[0], I(0), I(4)); in sm3_transform() 89 R1(d, a, b, c, h, e, f, g, K[1], I(1), I(5)); in sm3_transform() 90 R1(c, d, a, b, g, h, e, f, K[2], I(2), I(6)); in sm3_transform() 91 R1(b, c, d, a, f, g, h, e, K[3], I(3), I(7)); in sm3_transform() 92 R1(a, b, c, d, e, f, g, h, K[4], W1(4), I(8)); in sm3_transform() 93 R1(d, a, b, c, h, e, f, g, K[5], W1(5), I(9)); in sm3_transform() 94 R1(c, d, a, b, g, h, e, f, K[6], W1(6), I(10)); in sm3_transform() 95 R1(b, c, d, a, f, g, h, e, K[7], W1(7), I(11)); in sm3_transform() 96 R1(a, b, c, d, e, f, g, h, K[8], W1(8), I(12)); in sm3_transform() 97 R1(d, a, b, c, h, e, f, g, K[9], W1(9), I(13)); in sm3_transform() [all …]
|
| A D | sha256.c | 56 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP() argument 58 W[I] = get_unaligned_be32((__u32 *)input + I); in LOAD_OP() 61 static inline void BLEND_OP(int I, u32 *W) in BLEND_OP() argument 63 W[I] = s1(W[I - 2]) + W[I - 7] + s0(W[I - 15]) + W[I - 16]; in BLEND_OP()
|
| /lib/ |
| A D | Kconfig | 102 bool "Access I/O in non-MMIO mode" 106 On some platforms where no separate I/O space exists, there are I/O 108 mechanism, the host-local I/O resource can be mapped into system 110 system can access the I/O devices with the mapped-logic PIO through 111 I/O accessors. 113 This way has relatively little I/O performance cost. Please make
|
| A D | Kconfig.kgdb | 56 This is a kgdb I/O module specifically designed to test 57 kgdb's internal functions. This kgdb I/O module is 61 the tests. The most basic of this I/O module is to boot
|
| A D | locking-selftest.c | 1423 #undef I
|
| A D | Kconfig.debug | 104 I.e., processors other than the first one may not boot up. 1926 bool "Filter I/O access to /dev/mem" 2330 Enable this to turn on testing of the operation of the I/O iterator
|
Completed in 20 milliseconds