OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipad
(Results
1 - 2
of
2
) 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);
/prebuilt/common/http-client/
httpclient-4.1.1.jar
Completed in 722 milliseconds