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

  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_ostypes.h 14 typedef signed long S32,*PS32;
  /system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
cu_ostypes.h 14 typedef signed long S32,*PS32;
  /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 */
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/
MD4Digest.java 148 private static final int S32 = 9;
240 d = rotateLeft(d + H(a, b, c) + X[ 8] + 0x6ed9eba1, S32);
244 d = rotateLeft(d + H(a, b, c) + X[10] + 0x6ed9eba1, S32);
248 d = rotateLeft(d + H(a, b, c) + X[ 9] + 0x6ed9eba1, S32);
252 d = rotateLeft(d + H(a, b, c) + X[11] + 0x6ed9eba1, S32);
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 */
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
console.h 51 typedef signed long S32;
  /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...]

Completed in 542 milliseconds