Searched refs:ocsp_req_find_signer (Results 1 – 1 of 1) sorted by relevance
/external/openssl/crypto/ocsp/ |
D | ocsp_vfy.c | 70 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm, STACK_OF(X509) *c… 378 ret = ocsp_req_find_signer(&signer, req, nm, certs, store, flags); in OCSP_request_verify() 428 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm, STACK_OF(X509) *c… in ocsp_req_find_signer() function
|