Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_vfy.c220 unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash; in ocsp_find_signer_sk() local
232 keyhash = id->value.byKey->data; in ocsp_find_signer_sk()
237 if (!memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH)) in ocsp_find_signer_sk()