Searched refs:ipad (Results 1 – 7 of 7) sorted by relevance
/external/srtp/crypto/hash/ |
D | hmac.c | 114 uint8_t ipad[64]; in hmac_init() local 128 ipad[i] = key[i] ^ 0x36; in hmac_init() 133 ipad[i] = 0x36; in hmac_init() 137 debug_print(mod_hmac, "ipad: %s", octet_string_hex_string(ipad, 64)); in hmac_init() 143 sha1_update(&state->init_ctx, ipad, 64); in hmac_init()
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | 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);
|
D | 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/ |
D | 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);
|
D | 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/ |
D | hax-interface.h | 107 uint32 ipad; member
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 27628 Very bad scrolling-performance with the Trackpad at http://www.apple.com/ipad/app-store/
|