Searched refs:ocsp_match_issuerid (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ocsp/
H A Docsp_vfy.c68 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, STACK_OF(OCSP_SINGLERESP) *sresp);
237 i = ocsp_match_issuerid(sca, caid, sresp);
248 return ocsp_match_issuerid(signer, caid, sresp);
294 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, function
334 ret = ocsp_match_issuerid(cert, tmpid, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_vfy.c68 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, STACK_OF(OCSP_SINGLERESP) *sresp);
237 i = ocsp_match_issuerid(sca, caid, sresp);
248 return ocsp_match_issuerid(signer, caid, sresp);
294 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, function
334 ret = ocsp_match_issuerid(cert, tmpid, NULL);

Completed in 98 milliseconds