/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ocsp.rs | 41 pub fn OCSP_response_status(resp: *mut OCSP_RESPONSE) -> c_int; in OCSP_response_status() 42 pub fn OCSP_response_get1_basic(resp: *mut OCSP_RESPONSE) -> *mut OCSP_BASICRESP; in OCSP_response_get1_basic() 44 pub fn OCSP_response_create(status: c_int, bs: *mut OCSP_BASICRESP) -> *mut OCSP_RESPONSE; in OCSP_response_create() 48 pub fn OCSP_RESPONSE_new() -> *mut OCSP_RESPONSE; in OCSP_RESPONSE_new() 49 pub fn OCSP_RESPONSE_free(r: *mut OCSP_RESPONSE); in OCSP_RESPONSE_free() 54 pub fn i2d_OCSP_RESPONSE(a: #[const_ptr_if(ossl300)] OCSP_RESPONSE, pp: *mut *mut c_uchar) -> c_int; in i2d_OCSP_RESPONSE() 60 a: *mut *mut OCSP_RESPONSE, in d2i_OCSP_RESPONSE() 63 ) -> *mut OCSP_RESPONSE; in d2i_OCSP_RESPONSE()
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_http.c | 51 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) in OCSP_sendreq_bio() 53 OCSP_RESPONSE *resp = NULL; in OCSP_sendreq_bio() 62 resp = (OCSP_RESPONSE *)ASN1_item_d2i_bio(ASN1_ITEM_rptr(OCSP_RESPONSE), in OCSP_sendreq_bio()
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_http.c | 51 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) in OCSP_sendreq_bio() 53 OCSP_RESPONSE *resp = NULL; in OCSP_sendreq_bio() 62 resp = (OCSP_RESPONSE *)ASN1_item_d2i_bio(ASN1_ITEM_rptr(OCSP_RESPONSE), in OCSP_sendreq_bio()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | 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 * [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/ |
H A D | ocsp.h | 238 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) 244 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 256 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 271 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 291 ASN1_ITEM_rptr(OCSP_RESPONSE)) 320 int OCSP_response_status(OCSP_RESPONSE *resp); 321 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 369 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 458 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 473 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE * [all...] |