HomeSort by relevance Sort by last modified time
    Searched refs:OCSP_RESPONSE (Results 1 - 13 of 13) sorted by null

  /external/openssl/crypto/ocsp/
ocsp_asn.c 102 /* OCSP_RESPONSE templates */
111 ASN1_SEQUENCE(OCSP_RESPONSE) = {
112 ASN1_SIMPLE(OCSP_RESPONSE, responseStatus, ASN1_ENUMERATED),
113 ASN1_EXP_OPT(OCSP_RESPONSE, responseBytes, OCSP_RESPBYTES, 0)
114 } ASN1_SEQUENCE_END(OCSP_RESPONSE)
116 IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPONSE)
ocsp.h 358 #define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p)
363 #define PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\
374 #define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o)
403 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
406 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
433 int OCSP_response_status(OCSP_RESPONSE *resp);
434 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
466 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
540 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
555 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
    [all...]
ocsp_ht.c 237 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx)
453 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req)
455 OCSP_RESPONSE *resp = NULL;
ocsp_cl.c 188 int OCSP_response_status(OCSP_RESPONSE *resp)
193 /* Extract basic response from OCSP_RESPONSE or NULL if
198 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp)
ocsp_srv.c 106 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs)
108 OCSP_RESPONSE *rsp = NULL;
ocsp_prn.c 181 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
  /external/openssl/crypto/
ossl_typ.h 104 #undef OCSP_RESPONSE
180 typedef struct ocsp_response_st OCSP_RESPONSE;
  /external/openssl/include/openssl/
ossl_typ.h 104 #undef OCSP_RESPONSE
180 typedef struct ocsp_response_st OCSP_RESPONSE;
ocsp.h 358 #define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p)
363 #define PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\
374 #define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o)
403 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
406 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
433 int OCSP_response_status(OCSP_RESPONSE *resp);
434 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
466 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
540 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
555 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
    [all...]
  /external/openssl/apps/
ocsp.c 79 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
87 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp);
88 static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
108 OCSP_RESPONSE *resp = NULL;
1003 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
1200 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp)
1213 static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
1219 OCSP_RESPONSE *rsp = NULL;
1299 OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
1305 OCSP_RESPONSE *resp = NULL
    [all...]
apps.h 291 OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
s_client.c     [all...]
s_server.c 634 OCSP_RESPONSE *resp = NULL;
    [all...]

Completed in 1884 milliseconds