Searched defs:keyhash (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/ocsp/
H A Docsp_vfy.c188 unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash; local
199 keyhash = id->value.byKey->data;
205 if(!memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH))

Completed in 63 milliseconds