Home
last modified time | relevance | path

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

/openssl/crypto/ocsp/
H A Docsp_vfy.c192 unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash; in ocsp_find_signer_sk() local
211 r = X509_pubkey_digest(x, md, tmphash, NULL); in ocsp_find_signer_sk()
215 if (memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH) == 0) in ocsp_find_signer_sk()

Completed in 8 milliseconds