OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S42
(Results
1 - 4
of
4
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
MD5Digest.java
152
private static final int
S42
= 10;
272
d = rotateLeft(d + K(a, b, c) + X[ 7] + 0x432aff97,
S42
) + a;
276
d = rotateLeft(d + K(a, b, c) + X[ 3] + 0x8f0ccc92,
S42
) + a;
280
d = rotateLeft(d + K(a, b, c) + X[15] + 0xfe2ce6e0,
S42
) + a;
284
d = rotateLeft(d + K(a, b, c) + X[11] + 0xbd3af235,
S42
) + a;
/external/ppp/pppd/
md5.c
277
#define
S42
10
281
II ( d, a, b, c, in[ 7],
S42
, UL(1126891415)); /* 50 */
285
II ( d, a, b, c, in[ 3],
S42
, UL(2399980690)); /* 54 */
289
II ( d, a, b, c, in[15],
S42
, UL(4264355552)); /* 58 */
293
II ( d, a, b, c, in[11],
S42
, UL(3174756917)); /* 62 */
/prebuilts/sdk/tools/lib/
signapk.jar
/tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.jar
Completed in 284 milliseconds