| /src/crypto/external/apache2/openssl/dist/crypto/ocsp/ |
| ocsp_http.c | 51 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) 53 OCSP_RESPONSE *resp = NULL; 62 resp = (OCSP_RESPONSE *)ASN1_item_d2i_bio(ASN1_ITEM_rptr(OCSP_RESPONSE),
|
| ocsp_asn.c | 55 /* OCSP_RESPONSE templates */ 64 ASN1_SEQUENCE(OCSP_RESPONSE) = { 65 ASN1_SIMPLE(OCSP_RESPONSE, responseStatus, ASN1_ENUMERATED), 66 ASN1_EXP_OPT(OCSP_RESPONSE, responseBytes, OCSP_RESPBYTES, 0) 67 } ASN1_SEQUENCE_END(OCSP_RESPONSE) 69 IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPONSE)
|
| ocsp_cl.c | 116 int OCSP_response_status(OCSP_RESPONSE *resp) 122 * Extract basic response from OCSP_RESPONSE or NULL if no basic response 125 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp)
|
| ocsp_srv.c | 63 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs) 65 OCSP_RESPONSE *rsp = NULL;
|
| /src/crypto/external/bsd/openssl/dist/crypto/ocsp/ |
| ocsp_http.c | 51 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) 53 OCSP_RESPONSE *resp = NULL; 62 resp = (OCSP_RESPONSE *)ASN1_item_d2i_bio(ASN1_ITEM_rptr(OCSP_RESPONSE),
|
| ocsp_asn.c | 55 /* OCSP_RESPONSE templates */ 64 ASN1_SEQUENCE(OCSP_RESPONSE) = { 65 ASN1_SIMPLE(OCSP_RESPONSE, responseStatus, ASN1_ENUMERATED), 66 ASN1_EXP_OPT(OCSP_RESPONSE, responseBytes, OCSP_RESPBYTES, 0) 67 } ASN1_SEQUENCE_END(OCSP_RESPONSE) 69 IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPONSE)
|
| ocsp_cl.c | 116 int OCSP_response_status(OCSP_RESPONSE *resp) 122 * Extract basic response from OCSP_RESPONSE or NULL if no basic response 125 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp)
|
| ocsp_srv.c | 63 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs) 65 OCSP_RESPONSE *rsp = NULL;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/ |
| ocsp_asn.c | 55 /* OCSP_RESPONSE templates */ 64 ASN1_SEQUENCE(OCSP_RESPONSE) = { 65 ASN1_SIMPLE(OCSP_RESPONSE, responseStatus, ASN1_ENUMERATED), 66 ASN1_EXP_OPT(OCSP_RESPONSE, responseBytes, OCSP_RESPBYTES, 0) 67 } ASN1_SEQUENCE_END(OCSP_RESPONSE) 69 IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPONSE)
|
| ocsp_ht.c | 472 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx) 476 ASN1_ITEM_rptr(OCSP_RESPONSE)); 481 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) 483 OCSP_RESPONSE *resp = NULL;
|
| ocsp_srv.c | 64 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs) 66 OCSP_RESPONSE *rsp = NULL;
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| ocsp.h | 120 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 126 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 138 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 151 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 155 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx); 193 int OCSP_response_status(OCSP_RESPONSE *resp); 194 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 242 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 327 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 342 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags) [all...] |
| ossl_typ.h | 72 # undef OCSP_RESPONSE 167 typedef struct ocsp_response_st OCSP_RESPONSE;
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| ocsp.h.in | 149 #define d2i_OCSP_RESPONSE_bio(bp, p) ASN1_d2i_bio_of(OCSP_RESPONSE, OCSP_RESPONSE_new, d2i_OCSP_RESPONSE, bp, p) 155 #define PEM_read_bio_OCSP_RESPONSE(bp, x, cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio( \ 167 #define i2d_OCSP_RESPONSE_bio(bp, o) ASN1_i2d_bio_of(OCSP_RESPONSE, i2d_OCSP_RESPONSE, bp, o) 182 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 200 ASN1_ITEM_rptr(OCSP_RESPONSE)) 229 int OCSP_response_status(OCSP_RESPONSE *resp); 230 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 278 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 367 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 382 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags) [all...] |
| types.h | 20 #undef OCSP_RESPONSE 217 typedef struct ocsp_response_st OCSP_RESPONSE;
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| ocsp.h.in | 142 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 148 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 160 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 175 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 195 ASN1_ITEM_rptr(OCSP_RESPONSE)) 224 int OCSP_response_status(OCSP_RESPONSE *resp); 225 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 273 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 362 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 377 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags) [all...] |
| types.h | 79 # undef OCSP_RESPONSE 203 typedef struct ocsp_response_st OCSP_RESPONSE;
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| ocsp.c | 69 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, 80 static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp); 224 OCSP_RESPONSE *resp = NULL; 1028 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, 1215 static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp) 1221 ASN1_ITEM_rptr(OCSP_RESPONSE), 1231 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host, 1238 OCSP_RESPONSE *resp = NULL; 1248 resp = (OCSP_RESPONSE *) 1253 req_timeout, ASN1_ITEM_rptr(OCSP_RESPONSE)); [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| ocsp.c | 94 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, 104 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp); 118 static OCSP_RESPONSE *query_responder(BIO *cbio, const char *host, 235 OCSP_RESPONSE *resp = NULL; 1133 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, 1479 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp) 1493 static OCSP_RESPONSE *query_responder(BIO *cbio, const char *host, 1503 OCSP_RESPONSE *rsp = NULL; 1586 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, 1594 OCSP_RESPONSE *resp = NULL [all...] |
| /src/crypto/external/apache2/openssl/dist/apps/ |
| ocsp.c | 63 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, 74 static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp); 264 OCSP_RESPONSE *resp = NULL; 1074 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, 1270 static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp) 1276 ASN1_ITEM_rptr(OCSP_RESPONSE), 1286 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host, 1293 OCSP_RESPONSE *resp = NULL; 1303 resp = (OCSP_RESPONSE *) 1308 req_timeout, ASN1_ITEM_rptr(OCSP_RESPONSE)); [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| asn1_item_list.h | 103 ASN1_ITEM_ref(OCSP_RESPONSE),
|
| /src/crypto/external/apache2/openssl/dist/fuzz/ |
| x509.c | 47 OCSP_RESPONSE *resp = NULL;
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| asn1_item_list.h | 102 ASN1_ITEM_ref(OCSP_RESPONSE),
|
| /src/crypto/external/bsd/openssl/dist/fuzz/ |
| x509.c | 46 OCSP_RESPONSE *resp = NULL;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| asn1_item_list.h | 100 ASN1_ITEM_ref(OCSP_RESPONSE),
|