HomeSort by relevance Sort by last modified time
    Searched full:opad (Results 1 - 20 of 20) sorted by null

  /external/wpa_supplicant_8/src/crypto/
md5-non-fips.c 36 u8 k_pad[64]; /* padding - key XORd with ipad/opad */
59 * MD5(K XOR opad, MD5(K XOR ipad, text))
63 * opad is the byte 0x5c repeated 64 times
86 /* XOR key with opad values */
md5.c 35 u8 k_pad[64]; /* padding - key XORd with ipad/opad */
58 * MD5(K XOR opad, MD5(K XOR ipad, text))
62 * opad is the byte 0x5c repeated 64 times
85 /* XOR key with opad values */
sha1.c 35 unsigned char k_pad[64]; /* padding - key XORd with ipad/opad */
58 * SHA1(K XOR opad, SHA1(K XOR ipad, text))
62 * opad is the byte 0x5c repeated 64 times
84 /* XOR key with opad values */
sha256.c 34 unsigned char k_pad[64]; /* padding - key XORd with ipad/opad */
56 * SHA256(K XOR opad, SHA256(K XOR ipad, text))
60 * opad is the byte 0x5c repeated 64 times
81 /* XOR key with opad values */
  /external/srtp/crypto/hash/
hmac.c 124 * set values of ipad and opad by exoring the key into the
129 state->opad[i] = key[i] ^ 0x5c;
131 /* set the rest of ipad, opad to constant values */
134 ((uint8_t *)state->opad)[i] = 0x5c;
194 /* hash opad ^ key */
195 sha1_update(&state->ctx, (uint8_t *)state->opad, 64);
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/macs/
HMac.java 14 * H(K XOR opad, H(K XOR ipad, text))
20 private final static byte OPAD = (byte)0x5C;
142 outputPad[i] ^= OPAD;
  /external/srtp/crypto/include/
hmac.h 53 uint8_t opad[64]; member in struct:__anon11428
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-sha1.js 113 var ipad = Array(16), opad = Array(16);
117 opad[i] = bkey[i] ^ 0x5C5C5C5C;
121 return core_sha1(opad.concat(hash), 512 + 160);
crypto-md5.js 167 var ipad = Array(16), opad = Array(16);
171 opad[i] = bkey[i] ^ 0x5C5C5C5C;
175 return core_md5(opad.concat(hash), 512 + 128);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js 113 var ipad = Array(16), opad = Array(16);
117 opad[i] = bkey[i] ^ 0x5C5C5C5C;
121 return core_sha1(opad.concat(hash), 512 + 160);
crypto-md5.js 167 var ipad = Array(16), opad = Array(16);
171 opad[i] = bkey[i] ^ 0x5C5C5C5C;
175 return core_md5(opad.concat(hash), 512 + 128);
  /external/wpa_supplicant/
md5.c 34 u8 k_pad[64]; /* padding - key XORd with ipad/opad */
56 * MD5(K XOR opad, MD5(K XOR ipad, text))
60 * opad is the byte 0x5c repeated 64 times
82 /* XOR key with opad values */
sha256.c 34 unsigned char k_pad[64]; /* padding - key XORd with ipad/opad */
56 * SHA256(K XOR opad, SHA256(K XOR ipad, text))
60 * opad is the byte 0x5c repeated 64 times
81 /* XOR key with opad values */
sha1.c 35 unsigned char k_pad[64]; /* padding - key XORd with ipad/opad */
57 * SHA1(K XOR opad, SHA1(K XOR ipad, text))
61 * opad is the byte 0x5c repeated 64 times
82 /* XOR key with opad values */
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md5.c 34 u8 k_pad[64]; /* padding - key XORd with ipad/opad */
56 * MD5(K XOR opad, MD5(K XOR ipad, text))
60 * opad is the byte 0x5c repeated 64 times
82 /* XOR key with opad values */
sha256.c 34 unsigned char k_pad[64]; /* padding - key XORd with ipad/opad */
56 * SHA256(K XOR opad, SHA256(K XOR ipad, text))
60 * opad is the byte 0x5c repeated 64 times
81 /* XOR key with opad values */
sha1.c 35 unsigned char k_pad[64]; /* padding - key XORd with ipad/opad */
57 * SHA1(K XOR opad, SHA1(K XOR ipad, text))
61 * opad is the byte 0x5c repeated 64 times
82 /* XOR key with opad values */
  /external/chromium/crypto/
hmac_win.cc 62 // XOR key0 with opad.
  /packages/apps/Settings/res/values-da/
strings.xml     [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 450 milliseconds