Home
last modified time | relevance | path

Searched refs:ocsp_req_find_signer (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/ocsp/
Docsp_vfy.c70 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