HomeSort by relevance Sort by last modified time
    Searched refs:ipad (Results 1 - 7 of 7) sorted by null

  /external/srtp/crypto/hash/
hmac.c 114 uint8_t ipad[64]; local
124 * set values of ipad and opad by exoring the key into the
128 ipad[i] = key[i] ^ 0x36;
131 /* set the rest of ipad, opad to constant values */
133 ipad[i] = 0x36;
137 debug_print(mod_hmac, "ipad: %s", octet_string_hex_string(ipad, 64));
142 /* hash ipad ^ key */
143 sha1_update(&state->init_ctx, ipad, 64);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-sha1.js 113 var ipad = Array(16), opad = Array(16);
116 ipad[i] = bkey[i] ^ 0x36363636;
120 var hash = core_sha1(ipad.concat(str2binb(data)), 512 + data.length * chrsz);
crypto-md5.js 167 var ipad = Array(16), opad = Array(16);
170 ipad[i] = bkey[i] ^ 0x36363636;
174 var hash = core_md5(ipad.concat(str2binl(data)), 512 + data.length * chrsz);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js 113 var ipad = Array(16), opad = Array(16);
116 ipad[i] = bkey[i] ^ 0x36363636;
120 var hash = core_sha1(ipad.concat(str2binb(data)), 512 + data.length * chrsz);
crypto-md5.js 167 var ipad = Array(16), opad = Array(16);
170 ipad[i] = bkey[i] ^ 0x36363636;
174 var hash = core_md5(ipad.concat(str2binl(data)), 512 + data.length * chrsz);
  /external/qemu/target-i386/
hax-interface.h 107 uint32 ipad; member in struct:segment_desc_t
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 248 milliseconds