Searched refs:ocsp_match_issuerid (Results 1 – 1 of 1) sorted by relevance
/external/openssl/crypto/ocsp/ |
D | ocsp_vfy.c | 68 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, STACK_OF(OCSP_SINGLERESP) *sresp); 241 i = ocsp_match_issuerid(sca, caid, sresp); in ocsp_check_issuer() 252 return ocsp_match_issuerid(signer, caid, sresp); in ocsp_check_issuer() 298 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, in ocsp_match_issuerid() function 340 ret = ocsp_match_issuerid(cert, tmpid, NULL); in ocsp_match_issuerid()
|