Searched refs:OCSP_REQ_CTX_set1_req (Results 1 - 4 of 4) sorted by relevance

/external/openssl/crypto/ocsp/
H A Docsp_ht.c121 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req) function
180 if (req && !OCSP_REQ_CTX_set1_req(rctx, req))
H A Docsp.h416 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req);
/external/openssl/include/openssl/
H A Docsp.h416 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req);
/external/openssl/apps/
H A Docsp.c1341 if (!OCSP_REQ_CTX_set1_req(ctx, req))

Completed in 1063 milliseconds