Home
last modified time | relevance | path

Searched refs:OCSP_REQINFO (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_asn.c39 ASN1_SEQUENCE(OCSP_REQINFO) = {
40 ASN1_EXP_OPT(OCSP_REQINFO, version, ASN1_INTEGER, 0),
41 ASN1_EXP_OPT(OCSP_REQINFO, requestorName, GENERAL_NAME, 1),
42 ASN1_SEQUENCE_OF(OCSP_REQINFO, requestList, OCSP_ONEREQ),
43 ASN1_EXP_SEQUENCE_OF_OPT(OCSP_REQINFO, requestExtensions, X509_EXTENSION, 2)
44 } ASN1_SEQUENCE_END(OCSP_REQINFO)
46 IMPLEMENT_ASN1_FUNCTIONS(OCSP_REQINFO)
49 ASN1_EMBED(OCSP_REQUEST, tbsRequest, OCSP_REQINFO),
H A Docsp_local.h63 OCSP_REQINFO tbsRequest;
221 ASN1_item_sign_ex(ASN1_ITEM_rptr(OCSP_REQINFO),\
238 ASN1_item_verify_ex(ASN1_ITEM_rptr(OCSP_REQINFO),\
H A Docsp_prn.c93 OCSP_REQINFO *inf = &o->tbsRequest; in OCSP_REQUEST_print()
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_item_list.h97 ASN1_ITEM_ref(OCSP_REQINFO),
/freebsd/crypto/openssl/include/openssl/
H A Docsp.h.in92 typedef struct ocsp_req_info_st OCSP_REQINFO; typedef
368 DECLARE_ASN1_FUNCTIONS(OCSP_REQINFO)
H A Docsp.h91 typedef struct ocsp_req_info_st OCSP_REQINFO; typedef
464 DECLARE_ASN1_FUNCTIONS(OCSP_REQINFO)
/freebsd/crypto/openssl/fuzz/
H A Dasn1.c127 ASN1_ITEM_ref(OCSP_REQINFO),
/freebsd/crypto/openssl/util/
H A Dindent.pro303 -T OCSP_REQINFO