OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:S21
(Results
1 - 5
of
5
) sorted by null
/external/dropbear/libtomcrypt/src/hashes/
md4.c
42
#define
S21
3
114
GG (a, b, c, d, x[ 0],
S21
); /* 17 */
118
GG (a, b, c, d, x[ 1],
S21
); /* 21 */
122
GG (a, b, c, d, x[ 2],
S21
); /* 25 */
126
GG (a, b, c, d, x[ 3],
S21
); /* 29 */
/external/ppp/pppd/
md5.c
232
#define
S21
5
236
GG ( a, b, c, d, in[ 1],
S21
, UL(4129170786)); /* 17 */
240
GG ( a, b, c, d, in[ 5],
S21
, UL(3593408605)); /* 21 */
244
GG ( a, b, c, d, in[ 9],
S21
, UL( 568446438)); /* 25 */
248
GG ( a, b, c, d, in[13],
S21
, UL(2850285829)); /* 29 */
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
MD5Digest.java
135
private static final int
S21
= 5;
231
a = rotateLeft(a + G(b, c, d) + X[ 1] + 0xf61e2562,
S21
) + b;
235
a = rotateLeft(a + G(b, c, d) + X[ 5] + 0xd62f105d,
S21
) + b;
239
a = rotateLeft(a + G(b, c, d) + X[ 9] + 0x21e1cde6,
S21
) + b;
243
a = rotateLeft(a + G(b, c, d) + X[13] + 0xa9e3e905,
S21
) + b;
/external/quake/quake/src/QW/client/
md4.c
82
#define
S21
3
214
GG (a, b, c, d, x[ 0],
S21
); /* 17 */
218
GG (a, b, c, d, x[ 1],
S21
); /* 21 */
222
GG (a, b, c, d, x[ 2],
S21
); /* 25 */
226
GG (a, b, c, d, x[ 3],
S21
); /* 29 */
/external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc
74
#define
S21
(kExitReplace21)
336
#undef
S21
Completed in 301 milliseconds