Searched refs:ocsp_find_signer_sk (Results 1 – 1 of 1) sorted by relevance
65 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id);167 if ((signer = ocsp_find_signer_sk(certs, rid))) in ocsp_find_signer()173 (signer = ocsp_find_signer_sk(bs->certs, rid))) in ocsp_find_signer()185 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id) in ocsp_find_signer_sk() function