OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmphash
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/ocsp/
ocsp_vfy.c
192
unsigned char
tmphash
[SHA_DIGEST_LENGTH], *keyhash;
local
208
X509_pubkey_digest(x, EVP_sha1(),
tmphash
, NULL);
209
if(!memcmp(keyhash,
tmphash
, SHA_DIGEST_LENGTH))
/external/wpa_supplicant_8/src/eap_common/
ikev2_common.c
59
u8
tmphash
[IKEV2_MAX_HASH_LEN];
local
65
hmac_sha1(key, key_len, data, data_len,
tmphash
);
66
os_memcpy(hash,
tmphash
, 12);
71
hmac_md5(key, key_len, data, data_len,
tmphash
);
72
os_memcpy(hash,
tmphash
, 12);
Completed in 88 milliseconds