OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opad
(Results
1 - 8
of
8
) sorted by null
/external/srtp/crypto/include/
hmac.h
53
uint8_t
opad
[64];
member in struct:__anon14051
/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/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);
/prebuilts/tools/common/http-client/
httpclient-4.1.1.jar
/tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.jar
Completed in 191 milliseconds