Searched refs:tmphash (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | ikev2_common.c | 59 u8 tmphash[IKEV2_MAX_HASH_LEN]; in ikev2_integ_hash() local 65 if (hmac_sha1(key, key_len, data, data_len, tmphash) < 0) in ikev2_integ_hash() 67 os_memcpy(hash, tmphash, 12); in ikev2_integ_hash() 72 if (hmac_md5(key, key_len, data, data_len, tmphash) < 0) in ikev2_integ_hash() 74 os_memcpy(hash, tmphash, 12); in ikev2_integ_hash()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | ikev2_common.c | 59 u8 tmphash[IKEV2_MAX_HASH_LEN]; in ikev2_integ_hash() local 65 if (hmac_sha1(key, key_len, data, data_len, tmphash) < 0) in ikev2_integ_hash() 67 os_memcpy(hash, tmphash, 12); in ikev2_integ_hash() 72 if (hmac_md5(key, key_len, data, data_len, tmphash) < 0) in ikev2_integ_hash() 74 os_memcpy(hash, tmphash, 12); in ikev2_integ_hash()
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_vfy.c | 192 unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash; in STACK_OF() local 211 r = X509_pubkey_digest(x, md, tmphash, NULL); in STACK_OF() 215 if (memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH) == 0) in STACK_OF()
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_vfy.c | 192 unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash; in STACK_OF() local 211 r = X509_pubkey_digest(x, md, tmphash, NULL); in STACK_OF() 215 if (memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH) == 0) in STACK_OF()
|
Completed in 4 milliseconds