Searched defs:OCSP_RESPONSE (Results 1 - 6 of 6) sorted by relevance

/external/openssl/include/openssl/
H A Dkssl.h80 #undef OCSP_RESPONSE macro
H A Dossl_typ.h112 #undef OCSP_RESPONSE macro
203 typedef struct ocsp_response_st OCSP_RESPONSE; typedef in typeref:struct:ocsp_response_st
H A Docsp.h97 #undef OCSP_RESPONSE macro
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...]
/external/openssl/ssl/
H A Dkssl.h80 #undef OCSP_RESPONSE macro
/external/openssl/crypto/
H A Dossl_typ.h112 #undef OCSP_RESPONSE macro
203 typedef struct ocsp_response_st OCSP_RESPONSE; typedef in typeref:struct:ocsp_response_st
/external/openssl/crypto/ocsp/
H A Docsp.h97 #undef OCSP_RESPONSE macro
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...]

Completed in 209 milliseconds