HomeSort by relevance Sort by last modified time
    Searched defs:S31 (Results 1 - 5 of 5) sorted by null

  /external/dropbear/libtomcrypt/src/hashes/
md4.c 46 #define S31 3
132 HH (a, b, c, d, x[ 0], S31); /* 33 */
136 HH (a, b, c, d, x[ 2], S31); /* 37 */
140 HH (a, b, c, d, x[ 1], S31); /* 41 */
144 HH (a, b, c, d, x[ 3], S31); /* 45 */
  /external/ppp/pppd/
md5.c 254 #define S31 4
258 HH ( a, b, c, d, in[ 5], S31, UL(4294588738)); /* 33 */
262 HH ( a, b, c, d, in[ 1], S31, UL(2763975236)); /* 37 */
266 HH ( a, b, c, d, in[13], S31, UL( 681279174)); /* 41 */
270 HH ( a, b, c, d, in[ 9], S31, UL(3654602809)); /* 45 */
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
MD5Digest.java 143 private static final int S31 = 4;
251 a = rotateLeft(a + H(b, c, d) + X[ 5] + 0xfffa3942, S31) + b;
255 a = rotateLeft(a + H(b, c, d) + X[ 1] + 0xa4beea44, S31) + b;
259 a = rotateLeft(a + H(b, c, d) + X[13] + 0x289b7ec6, S31) + b;
263 a = rotateLeft(a + H(b, c, d) + X[ 9] + 0xd9d4d039, S31) + b;
  /external/quake/quake/src/QW/client/
md4.c 86 #define S31 3
232 HH (a, b, c, d, x[ 0], S31); /* 33 */
236 HH (a, b, c, d, x[ 2], S31); /* 37 */
240 HH (a, b, c, d, x[ 1], S31); /* 41 */
244 HH (a, b, c, d, x[ 3], S31); /* 45 */
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 75 #define S31 (kExitReplace31)
337 #undef S31

Completed in 164 milliseconds