Searched refs:tmphash (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_vfy.c206 unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash; local
222 X509_pubkey_digest(x, EVP_sha1(), tmphash, NULL);
223 if (!memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH))
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Dikev2_common.c59 u8 tmphash[IKEV2_MAX_HASH_LEN]; local
65 if (hmac_sha1(key, key_len, data, data_len, tmphash) < 0)
67 os_memcpy(hash, tmphash, 12);
72 if (hmac_md5(key, key_len, data, data_len, tmphash) < 0)
74 os_memcpy(hash, tmphash, 12);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dfs-wrap.c524 apr_hash_t *tmphash;
528 SVN_ERR(svn_fs_revision_proplist2(&tmphash, repos->fs, rev, TRUE,
534 value = svn_hash_gets(tmphash, SVN_PROP_REVISION_AUTHOR);
538 value = svn_hash_gets(tmphash, SVN_PROP_REVISION_DATE);
521 apr_hash_t *tmphash; local

Completed in 80 milliseconds