HomeSort by relevance Sort by last modified time
    Searched full:ocsp_response (Results 1 - 25 of 41) sorted by null

1 2

  /external/openssl/patches/
0012-wincrypt.patch 4 Subject: [PATCH] Undef OCSP_REQUEST, X509_NAME and OCSP_RESPONSE
26 +#undef OCSP_RESPONSE
  /external/chromium_org/net/cert/
ct_objects_extractor_openssl.cc 33 const std::string& ocsp_response,
ct_objects_extractor_unittest.cc 139 std::string ocsp_response = ct::GetDerEncodedFakeOCSPResponse(); local
144 ocsp_response, &extracted_sct_list));
155 std::string ocsp_response = ct::GetDerEncodedFakeOCSPResponse(); local
160 ocsp_response, &extracted_sct_list));
170 std::string ocsp_response = ct::GetDerEncodedFakeOCSPResponse(); local
176 ocsp_response, &extracted_sct_list));
ct_objects_extractor.h 57 const std::string& ocsp_response,
ct_objects_extractor_nss.cc 518 const std::string& ocsp_response,
525 if (ocsp_response.size() > 0xffffff)
535 ocsp_response.data())),
536 static_cast<unsigned int>(ocsp_response.size()) };
  /external/chromium_org/third_party/openssl/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 359 #define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p)
364 #define PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\
375 #define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o)
404 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
407 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
437 int OCSP_response_status(OCSP_RESPONSE *resp);
438 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
470 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
539 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
554 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
    [all...]
ocsp_cl.c 187 int OCSP_response_status(OCSP_RESPONSE *resp)
192 /* Extract basic response from OCSP_RESPONSE or NULL if
197 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_ht.c 263 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx)
485 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req)
487 OCSP_RESPONSE *resp = 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 97 #undef OCSP_RESPONSE
366 #define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p)
371 #define PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\
382 #define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o)
411 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
414 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
444 int OCSP_response_status(OCSP_RESPONSE *resp);
445 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
477 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
546 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
    [all...]
ocsp_cl.c 187 int OCSP_response_status(OCSP_RESPONSE *resp)
192 /* Extract basic response from OCSP_RESPONSE or NULL if
197 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_ht.c 263 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx)
485 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req)
487 OCSP_RESPONSE *resp = NULL;
  /external/chromium_org/third_party/tlslite/patches/
status_request.patch 84 + def create(self, ocsp_response):
85 + self.ocsp_response = ocsp_response
97 + ocsp_response = p.getVarBytes(3)
98 + if not ocsp_response:
101 + self.ocsp_response = ocsp_response
108 + w.addVarSeq(bytearray(self.ocsp_response), 1, 3)
  /external/openssl/include/openssl/
ocsp.h 97 #undef OCSP_RESPONSE
366 #define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p)
371 #define PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\
382 #define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o)
411 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
414 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
444 int OCSP_response_status(OCSP_RESPONSE *resp);
445 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
477 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
546 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
    [all...]
ossl_typ.h 108 #undef OCSP_RESPONSE
199 typedef struct ocsp_response_st OCSP_RESPONSE;
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ocsp.h 359 #define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p)
364 #define PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\
375 #define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o)
404 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
407 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
437 int OCSP_response_status(OCSP_RESPONSE *resp);
438 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
470 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
539 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
554 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
    [all...]
ossl_typ.h 108 #undef OCSP_RESPONSE
199 typedef struct ocsp_response_st OCSP_RESPONSE;
  /external/chromium_org/third_party/openssl/openssl/crypto/
ossl_typ.h 108 #undef OCSP_RESPONSE
199 typedef struct ocsp_response_st OCSP_RESPONSE;
  /external/chromium_org/third_party/tlslite/tlslite/
messages.py 427 def create(self, ocsp_response):
428 self.ocsp_response = ocsp_response
440 ocsp_response = p.getVarBytes(3)
441 if not ocsp_response:
444 self.ocsp_response = ocsp_response
451 w.addVarSeq(bytearray(self.ocsp_response), 1, 3)
  /external/openssl/crypto/
ossl_typ.h 108 #undef OCSP_RESPONSE
199 typedef struct ocsp_response_st OCSP_RESPONSE;
  /external/chromium_org/third_party/openssl/openssl/apps/
ocsp.c 107 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
115 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp);
116 static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
138 OCSP_RESPONSE *resp = NULL;
1053 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
1263 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp)
1276 static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
1284 OCSP_RESPONSE *rsp = NULL;
    [all...]
  /external/openssl/apps/
ocsp.c 107 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
115 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp);
116 static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
139 OCSP_RESPONSE *resp = NULL;
1063 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
1273 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp)
1286 static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
1294 OCSP_RESPONSE *rsp = NULL;
    [all...]

Completed in 711 milliseconds

1 2