Searched refs:OCSP_REQ_CTX (Results 1 – 3 of 3) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | ocsp.h | 400 int OCSP_REQ_CTX_nbio(OCSP_REQ_CTX *rctx); 401 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx); 402 OCSP_REQ_CTX *OCSP_REQ_CTX_new(BIO *io, int maxline); 403 void OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx); 404 void OCSP_set_max_response_length(OCSP_REQ_CTX *rctx, unsigned long len); 405 int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const ASN1_ITEM *it, 407 int OCSP_REQ_CTX_nbio_d2i(OCSP_REQ_CTX *rctx, ASN1_VALUE **pval, 409 BIO *OCSP_REQ_CTX_get0_mem_bio(OCSP_REQ_CTX *rctx); 410 int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const ASN1_ITEM *it, 413 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req); [all …]
|
A D | ossl_typ.h | 206 typedef struct ocsp_req_ctx_st OCSP_REQ_CTX; typedef
|
A D | x509.h | 649 int X509_http_nbio(OCSP_REQ_CTX *rctx, X509 **pcert); 654 int X509_CRL_http_nbio(OCSP_REQ_CTX *rctx, X509_CRL **pcrl);
|
Completed in 9 milliseconds