Searched refs:OCSP_RESPONSE (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ocsp/
H A Docsp_asn.c102 /* 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)
H A Docsp.h193 } OCSP_RESPONSE; typedef in typeref:struct:ocsp_response_st
356 #define d2i_OCSP_RESPONSE_bio(bp,p) (OCSP_RESPONSE*)ASN1_d2i_bio((char*(*)())\
363 #define PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\
406 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
432 int OCSP_response_status(OCSP_RESPONSE *resp);
433 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
465 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
537 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
552 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags);
H A Docsp_ht.c77 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req)
81 OCSP_RESPONSE *resp = NULL;
H A Docsp_cl.c186 int OCSP_response_status(OCSP_RESPONSE *resp)
191 /* Extract basic response from OCSP_RESPONSE or NULL if
196 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp)
H A Docsp_srv.c106 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs)
108 OCSP_RESPONSE *rsp = NULL;
H A Docsp_prn.c181 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_asn.c102 /* 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)
H A Docsp_ht.c77 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req)
81 OCSP_RESPONSE *resp = NULL;
H A Docsp.h193 } OCSP_RESPONSE; typedef in typeref:struct:ocsp_response_st
354 #define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p)
359 #define PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\
370 #define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o)
399 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
425 int OCSP_response_status(OCSP_RESPONSE *resp);
426 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
458 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
532 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
547 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE*
[all...]
H A Docsp_cl.c188 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)
H A Docsp_srv.c106 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs)
108 OCSP_RESPONSE *rsp = NULL;
H A Docsp_prn.c181 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Docsp.h193 } OCSP_RESPONSE; typedef in typeref:struct:ocsp_response_st
356 #define d2i_OCSP_RESPONSE_bio(bp,p) (OCSP_RESPONSE*)ASN1_d2i_bio((char*(*)())\
363 #define PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\
406 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
432 int OCSP_response_status(OCSP_RESPONSE *resp);
433 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
465 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
537 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
552 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Docsp.h193 } OCSP_RESPONSE; typedef in typeref:struct:ocsp_response_st
354 #define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p)
359 #define PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\
370 #define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o)
399 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
425 int OCSP_response_status(OCSP_RESPONSE *resp);
426 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
458 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
532 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
547 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE*
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Docsp.c80 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
88 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp);
107 OCSP_RESPONSE *resp = NULL;
1025 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
1221 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Docsp.c79 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);
106 OCSP_RESPONSE *resp = NULL;
1018 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
1214 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp)

Completed in 134 milliseconds