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

  /external/dropbear/libtomcrypt/src/hashes/
md4.c 47 #define S32 9
133 HH (d, a, b, c, x[ 8], S32); /* 34 */
137 HH (d, a, b, c, x[10], S32); /* 38 */
141 HH (d, a, b, c, x[ 9], S32); /* 42 */
145 HH (d, a, b, c, x[11], S32); /* 46 */
  /external/ppp/pppd/
md5.c 255 #define S32 11
259 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */
263 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */
267 HH ( d, a, b, c, in[ 0], S32, UL(3936430074)); /* 42 */
271 HH ( d, a, b, c, in[12], S32, UL(3873151461)); /* 46 */
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
MD5Digest.java 144 private static final int S32 = 11;
252 d = rotateLeft(d + H(a, b, c) + X[ 8] + 0x8771f681, S32) + a;
256 d = rotateLeft(d + H(a, b, c) + X[ 4] + 0x4bdecfa9, S32) + a;
260 d = rotateLeft(d + H(a, b, c) + X[ 0] + 0xeaa127fa, S32) + a;
264 d = rotateLeft(d + H(a, b, c) + X[12] + 0xe6db99e5, S32) + a;
  /external/quake/quake/src/QW/client/
md4.c 87 #define S32 9
233 HH (d, a, b, c, x[ 8], S32); /* 34 */
237 HH (d, a, b, c, x[10], S32); /* 38 */
241 HH (d, a, b, c, x[ 9], S32); /* 42 */
245 HH (d, a, b, c, x[11], S32); /* 46 */
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 195 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b))))
204 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
205 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
206 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
207 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x))
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 76 #define S32 (kExitReplace32)
338 #undef S32

Completed in 481 milliseconds