Searched refs:OCSP_SINGLERESP (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_asn.c141 ASN1_SEQUENCE(OCSP_SINGLERESP) = {
142 ASN1_SIMPLE(OCSP_SINGLERESP, certId, OCSP_CERTID),
143 ASN1_SIMPLE(OCSP_SINGLERESP, certStatus, OCSP_CERTSTATUS),
144 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
145 ASN1_EXP_OPT(OCSP_SINGLERESP, nextUpdate, ASN1_GENERALIZEDTIME, 0),
146 ASN1_EXP_SEQUENCE_OF_OPT(OCSP_SINGLERESP, singleExtensions, X509_EXTENSION, 1)
147 } ASN1_SEQUENCE_END(OCSP_SINGLERESP)
149 IMPLEMENT_ASN1_FUNCTIONS(OCSP_SINGLERESP)
155 ASN1_SEQUENCE_OF(OCSP_RESPDATA, responses, OCSP_SINGLERESP),
H A Docsp.h250 } OCSP_SINGLERESP; typedef in typeref:struct:ocsp_single_response_st
252 DECLARE_STACK_OF(OCSP_SINGLERESP)
253 DECLARE_ASN1_SET_OF(OCSP_SINGLERESP)
266 STACK_OF(OCSP_SINGLERESP) *responses;
429 OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx);
431 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
460 OCSP_SINGLERESP *OCSP_basic_add1_status(OCSP_BASICRESP *rsp,
522 int OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x);
523 int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos);
524 int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *
[all...]
H A Docsp_ext.c240 int OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x)
245 int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos)
250 int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, ASN1_OBJECT *obj,
256 int OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit,
262 X509_EXTENSION *OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc)
267 X509_EXTENSION *OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc)
272 void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit,
278 int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value,
284 int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc)
H A Docsp_cl.c223 * Return number of OCSP_SINGLERESP reponses present in a basic response.
233 /* Extract an OCSP_SINGLERESP response with a given index */
235 OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx)
247 STACK_OF(OCSP_SINGLERESP) *sresp;
248 OCSP_SINGLERESP *single;
265 * Extract status information from an OCSP_SINGLERESP structure. Note: the
270 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
311 OCSP_SINGLERESP *single;
H A Docsp_vfy.c70 static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp,
73 STACK_OF(OCSP_SINGLERESP) *sresp);
230 STACK_OF(OCSP_SINGLERESP) *sresp;
274 static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp, OCSP_CERTID **ret)
309 STACK_OF(OCSP_SINGLERESP) *sresp)
H A Docsp_srv.c137 OCSP_SINGLERESP *OCSP_basic_add1_status(OCSP_BASICRESP *rsp,
144 OCSP_SINGLERESP *single = NULL;
H A Docsp_prn.c195 OCSP_SINGLERESP *single = NULL;
/freebsd-9.3-release/crypto/openssl/crypto/stack/
H A Dsafestack.h1106 # define sk_OCSP_SINGLERESP_new(st) SKM_sk_new(OCSP_SINGLERESP, (st))
1107 # define sk_OCSP_SINGLERESP_new_null() SKM_sk_new_null(OCSP_SINGLERESP)
1108 # define sk_OCSP_SINGLERESP_free(st) SKM_sk_free(OCSP_SINGLERESP, (st))
1109 # define sk_OCSP_SINGLERESP_num(st) SKM_sk_num(OCSP_SINGLERESP, (st))
1110 # define sk_OCSP_SINGLERESP_value(st, i) SKM_sk_value(OCSP_SINGLERESP, (st), (i))
1111 # define sk_OCSP_SINGLERESP_set(st, i, val) SKM_sk_set(OCSP_SINGLERESP, (st), (i), (val))
1112 # define sk_OCSP_SINGLERESP_zero(st) SKM_sk_zero(OCSP_SINGLERESP, (st))
1113 # define sk_OCSP_SINGLERESP_push(st, val) SKM_sk_push(OCSP_SINGLERESP, (st), (val))
1114 # define sk_OCSP_SINGLERESP_unshift(st, val) SKM_sk_unshift(OCSP_SINGLERESP, (st), (val))
1115 # define sk_OCSP_SINGLERESP_find(st, val) SKM_sk_find(OCSP_SINGLERESP, (s
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Docsp.c978 OCSP_SINGLERESP *single;

Completed in 121 milliseconds