Symbol: X509_EXTENSION
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2319
X509_EXTENSION *ext = NULL;
crypto/krb5/src/plugins/tls/k5tls/openssl.c
145
X509_EXTENSION *san_ext;
crypto/openssl/apps/lib/apps.c
1234
STACK_OF(X509_EXTENSION) *exts;
crypto/openssl/apps/lib/apps.c
1244
X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i);
crypto/openssl/apps/lib/apps.c
2295
const STACK_OF(X509_EXTENSION) *exts = X509_get0_extensions(cert);
crypto/openssl/apps/lib/apps.c
2296
X509_EXTENSION *new_ext = X509V3_EXT_nconf(NULL, ext_ctx, name, value);
crypto/openssl/apps/lib/apps.c
2304
X509_EXTENSION *found_ext = X509v3_get_ext(exts, idx);
crypto/openssl/apps/s_server.c
493
STACK_OF(X509_EXTENSION) *exts;
crypto/openssl/apps/s_server.c
562
X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i);
crypto/openssl/apps/x509.c
1306
const STACK_OF(X509_EXTENSION) *exts = NULL;
crypto/openssl/apps/x509.c
1307
STACK_OF(X509_EXTENSION) *exts2 = NULL;
crypto/openssl/apps/x509.c
1308
X509_EXTENSION *ext = NULL;
crypto/openssl/apps/x509.c
261
const STACK_OF(X509_EXTENSION) *cert_exts = X509_get0_extensions(cert);
crypto/openssl/apps/x509.c
265
STACK_OF(X509_EXTENSION) *exts;
crypto/openssl/apps/x509.c
280
X509_EXTENSION *ex = sk_X509_EXTENSION_value(cert_exts, i);
crypto/openssl/apps/x509.c
891
X509_EXTENSION *ex = X509_get_ext(x, i);
crypto/openssl/crypto/asn1/asn1_item_list.h
162
ASN1_ITEM_ref(X509_EXTENSION),
crypto/openssl/crypto/cmp/cmp_msg.c
159
X509_EXTENSION *ext;
crypto/openssl/crypto/crmf/crmf_asn.c
213
X509_EXTENSION, 9),
crypto/openssl/crypto/crmf/crmf_lib.c
336
X509_EXTENSION *ext)
crypto/openssl/crypto/crmf/crmf_local.h
341
STACK_OF(X509_EXTENSION) *extensions;
crypto/openssl/crypto/ct/ct_sct_ctx.c
104
X509_EXTENSION *preext = X509_get_ext(presigner, preidx);
crypto/openssl/crypto/ct/ct_sct_ctx.c
105
X509_EXTENSION *certext = X509_get_ext(cert, certidx);
crypto/openssl/crypto/ocsp/ocsp_asn.c
108
ASN1_EXP_SEQUENCE_OF_OPT(OCSP_RESPDATA, responseExtensions, X509_EXTENSION, 1)
crypto/openssl/crypto/ocsp/ocsp_asn.c
34
ASN1_EXP_SEQUENCE_OF_OPT(OCSP_ONEREQ, singleRequestExtensions, X509_EXTENSION, 0)
crypto/openssl/crypto/ocsp/ocsp_asn.c
43
ASN1_EXP_SEQUENCE_OF_OPT(OCSP_REQINFO, requestExtensions, X509_EXTENSION, 2)
crypto/openssl/crypto/ocsp/ocsp_asn.c
98
ASN1_EXP_SEQUENCE_OF_OPT(OCSP_SINGLERESP, singleExtensions, X509_EXTENSION, 1)
crypto/openssl/crypto/ocsp/ocsp_ext.c
116
int OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
145
X509_EXTENSION *OCSP_BASICRESP_get_ext(OCSP_BASICRESP *x, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
150
X509_EXTENSION *OCSP_BASICRESP_delete_ext(OCSP_BASICRESP *x, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
169
int OCSP_BASICRESP_add_ext(OCSP_BASICRESP *x, X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
199
X509_EXTENSION *OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
204
X509_EXTENSION *OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
221
int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
236
static int ocsp_add1_nonce(STACK_OF(X509_EXTENSION) **exts,
crypto/openssl/crypto/ocsp/ocsp_ext.c
313
X509_EXTENSION *req_ext, *resp_ext;
crypto/openssl/crypto/ocsp/ocsp_ext.c
342
X509_EXTENSION *req_ext;
crypto/openssl/crypto/ocsp/ocsp_ext.c
353
X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim)
crypto/openssl/crypto/ocsp/ocsp_ext.c
355
X509_EXTENSION *x = NULL;
crypto/openssl/crypto/ocsp/ocsp_ext.c
385
X509_EXTENSION *OCSP_accept_responses_new(char **oids)
crypto/openssl/crypto/ocsp/ocsp_ext.c
390
X509_EXTENSION *x = NULL;
crypto/openssl/crypto/ocsp/ocsp_ext.c
407
X509_EXTENSION *OCSP_archive_cutoff_new(char *tim)
crypto/openssl/crypto/ocsp/ocsp_ext.c
409
X509_EXTENSION *x = NULL;
crypto/openssl/crypto/ocsp/ocsp_ext.c
427
X509_EXTENSION *OCSP_url_svcloc_new(const X509_NAME *issuer, const char **urls)
crypto/openssl/crypto/ocsp/ocsp_ext.c
429
X509_EXTENSION *x = NULL;
crypto/openssl/crypto/ocsp/ocsp_ext.c
44
X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
49
X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
66
int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
94
X509_EXTENSION *OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
99
X509_EXTENSION *OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc)
crypto/openssl/crypto/ocsp/ocsp_local.h
147
STACK_OF(X509_EXTENSION) *singleExtensions;
crypto/openssl/crypto/ocsp/ocsp_local.h
162
STACK_OF(X509_EXTENSION) *responseExtensions;
crypto/openssl/crypto/ocsp/ocsp_local.h
31
STACK_OF(X509_EXTENSION) *singleRequestExtensions;
crypto/openssl/crypto/ocsp/ocsp_local.h
44
STACK_OF(X509_EXTENSION) *requestExtensions;
crypto/openssl/crypto/ts/ts_asn1.c
51
ASN1_IMP_SEQUENCE_OF_OPT(TS_REQ, extensions, X509_EXTENSION, 0)
crypto/openssl/crypto/ts/ts_asn1.c
96
ASN1_IMP_SEQUENCE_OF_OPT(TS_TST_INFO, extensions, X509_EXTENSION, 1)
crypto/openssl/crypto/ts/ts_lib.c
48
int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions)
crypto/openssl/crypto/ts/ts_lib.c
51
X509_EXTENSION *ex;
crypto/openssl/crypto/ts/ts_local.h
48
STACK_OF(X509_EXTENSION) *extensions;
crypto/openssl/crypto/ts/ts_local.h
92
STACK_OF(X509_EXTENSION) *extensions;
crypto/openssl/crypto/ts/ts_req_utils.c
132
STACK_OF(X509_EXTENSION) *TS_REQ_get_exts(TS_REQ *a)
crypto/openssl/crypto/ts/ts_req_utils.c
165
X509_EXTENSION *TS_REQ_get_ext(TS_REQ *a, int loc)
crypto/openssl/crypto/ts/ts_req_utils.c
170
X509_EXTENSION *TS_REQ_delete_ext(TS_REQ *a, int loc)
crypto/openssl/crypto/ts/ts_req_utils.c
175
int TS_REQ_add_ext(TS_REQ *a, X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/ts/ts_rsp_sign.c
26
static int def_extension_cb(struct TS_resp_ctx *, X509_EXTENSION *, void *);
crypto/openssl/crypto/ts/ts_rsp_sign.c
613
STACK_OF(X509_EXTENSION) *exts = ctx->request->extensions;
crypto/openssl/crypto/ts/ts_rsp_sign.c
618
X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i);
crypto/openssl/crypto/ts/ts_rsp_sign.c
82
static int def_extension_cb(struct TS_resp_ctx *ctx, X509_EXTENSION *ext,
crypto/openssl/crypto/ts/ts_rsp_utils.c
293
STACK_OF(X509_EXTENSION) *TS_TST_INFO_get_exts(TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
326
X509_EXTENSION *TS_TST_INFO_get_ext(TS_TST_INFO *a, int loc)
crypto/openssl/crypto/ts/ts_rsp_utils.c
331
X509_EXTENSION *TS_TST_INFO_delete_ext(TS_TST_INFO *a, int loc)
crypto/openssl/crypto/ts/ts_rsp_utils.c
336
int TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/x509/t_acert.c
238
const STACK_OF(X509_EXTENSION) *exts;
crypto/openssl/crypto/x509/t_acert.c
246
X509_EXTENSION *ex;
crypto/openssl/crypto/x509/t_req.c
174
X509_EXTENSION *ex;
crypto/openssl/crypto/x509/t_req.c
43
STACK_OF(X509_EXTENSION) *exts = NULL;
crypto/openssl/crypto/x509/v3_akid.c
108
X509_EXTENSION *ext;
crypto/openssl/crypto/x509/v3_conf.c
137
static X509_EXTENSION *do_ext_i2d(const X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_conf.c
143
X509_EXTENSION *ext;
crypto/openssl/crypto/x509/v3_conf.c
191
X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc)
crypto/openssl/crypto/x509/v3_conf.c
22
static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
crypto/openssl/crypto/x509/v3_conf.c
235
static X509_EXTENSION *v3_generic_extension(const char *ext, const char *value,
crypto/openssl/crypto/x509/v3_conf.c
24
static X509_EXTENSION *v3_generic_extension(const char *ext, const char *value,
crypto/openssl/crypto/x509/v3_conf.c
243
X509_EXTENSION *extension = NULL;
crypto/openssl/crypto/x509/v3_conf.c
29
static X509_EXTENSION *do_ext_i2d(const X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_conf.c
294
static void delete_ext(STACK_OF(X509_EXTENSION) *sk, X509_EXTENSION *dext)
crypto/openssl/crypto/x509/v3_conf.c
310
STACK_OF(X509_EXTENSION) **sk)
crypto/openssl/crypto/x509/v3_conf.c
312
X509_EXTENSION *ext;
crypto/openssl/crypto/x509/v3_conf.c
34
static X509_EXTENSION *X509V3_EXT_nconf_int(CONF *conf, X509V3_CTX *ctx,
crypto/openssl/crypto/x509/v3_conf.c
359
STACK_OF(X509_EXTENSION) **sk = NULL;
crypto/openssl/crypto/x509/v3_conf.c
372
STACK_OF(X509_EXTENSION) **sk = NULL;
crypto/openssl/crypto/x509/v3_conf.c
385
STACK_OF(X509_EXTENSION) *exts = NULL;
crypto/openssl/crypto/x509/v3_conf.c
40
X509_EXTENSION *ret;
crypto/openssl/crypto/x509/v3_conf.c
495
X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/crypto/x509/v3_conf.c
499
X509_EXTENSION *ret;
crypto/openssl/crypto/x509/v3_conf.c
510
X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
crypto/openssl/crypto/x509/v3_conf.c
514
X509_EXTENSION *ret;
crypto/openssl/crypto/x509/v3_conf.c
58
X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name,
crypto/openssl/crypto/x509/v3_conf.c
64
X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
crypto/openssl/crypto/x509/v3_conf.c
79
static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
crypto/openssl/crypto/x509/v3_conf.c
83
X509_EXTENSION *ext;
crypto/openssl/crypto/x509/v3_lib.c
134
void *X509V3_EXT_d2i(X509_EXTENSION *ext)
crypto/openssl/crypto/x509/v3_lib.c
167
void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *x, int nid, int *crit,
crypto/openssl/crypto/x509/v3_lib.c
171
X509_EXTENSION *ex, *found_ex = NULL;
crypto/openssl/crypto/x509/v3_lib.c
223
int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value,
crypto/openssl/crypto/x509/v3_lib.c
227
X509_EXTENSION *ext = NULL, *extmp;
crypto/openssl/crypto/x509/v3_lib.c
228
STACK_OF(X509_EXTENSION) *ret = NULL;
crypto/openssl/crypto/x509/v3_lib.c
73
const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext)
crypto/openssl/crypto/x509/v3_prn.c
139
const STACK_OF(X509_EXTENSION) *exts,
crypto/openssl/crypto/x509/v3_prn.c
154
X509_EXTENSION *ex;
crypto/openssl/crypto/x509/v3_prn.c
204
int X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent)
crypto/openssl/crypto/x509/v3_prn.c
69
int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
crypto/openssl/crypto/x509/v3_purp.c
309
int X509_supported_extension(X509_EXTENSION *ex)
crypto/openssl/crypto/x509/v3_purp.c
629
X509_EXTENSION *ex = X509_get_ext(x, i);
crypto/openssl/crypto/x509/v3_purp.c
955
X509_EXTENSION *ext = X509_get_ext((X509 *)x, i_ext);
crypto/openssl/crypto/x509/v3_san.c
340
X509_EXTENSION *ext;
crypto/openssl/crypto/x509/v3_utl.c
484
STACK_OF(X509_EXTENSION) *exts;
crypto/openssl/crypto/x509/x509_acert.c
325
const STACK_OF(X509_EXTENSION) *X509_ACERT_get0_extensions(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
61
ASN1_SEQUENCE_OF_OPT(X509_ACERT_INFO, extensions, X509_EXTENSION),
crypto/openssl/crypto/x509/x509_ext.c
103
X509_EXTENSION *X509_delete_ext(X509 *x, int loc)
crypto/openssl/crypto/x509/x509_ext.c
108
int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/x509/x509_ext.c
146
X509_EXTENSION *X509_REVOKED_get_ext(const X509_REVOKED *x, int loc)
crypto/openssl/crypto/x509/x509_ext.c
151
X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *x, int loc)
crypto/openssl/crypto/x509/x509_ext.c
156
int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/x509/x509_ext.c
40
X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc)
crypto/openssl/crypto/x509/x509_ext.c
45
static X509_EXTENSION *delete_ext(STACK_OF(X509_EXTENSION) **sk, int loc)
crypto/openssl/crypto/x509/x509_ext.c
47
X509_EXTENSION *ret = X509v3_delete_ext(*sk, loc);
crypto/openssl/crypto/x509/x509_ext.c
57
X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc)
crypto/openssl/crypto/x509/x509_ext.c
73
int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/x509/x509_ext.c
98
X509_EXTENSION *X509_get_ext(const X509 *x, int loc)
crypto/openssl/crypto/x509/x509_req.c
120
static STACK_OF(X509_EXTENSION) *get_extensions_by_nid(const X509_REQ *req,
crypto/openssl/crypto/x509/x509_req.c
137
return (STACK_OF(X509_EXTENSION) *)
crypto/openssl/crypto/x509/x509_req.c
142
STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(OSSL_FUTURE_CONST X509_REQ *req)
crypto/openssl/crypto/x509/x509_req.c
144
STACK_OF(X509_EXTENSION) *exts = NULL;
crypto/openssl/crypto/x509/x509_req.c
166
const STACK_OF(X509_EXTENSION) *exts, int nid)
crypto/openssl/crypto/x509/x509_req.c
171
STACK_OF(X509_EXTENSION) *mod_exts = NULL;
crypto/openssl/crypto/x509/x509_req.c
207
int X509_REQ_add_extensions(X509_REQ *req, const STACK_OF(X509_EXTENSION) *exts)
crypto/openssl/crypto/x509/x509_set.c
162
const STACK_OF(X509_EXTENSION) *X509_get0_extensions(const X509 *x)
crypto/openssl/crypto/x509/x509_v3.c
101
STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x,
crypto/openssl/crypto/x509/x509_v3.c
102
X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/x509/x509_v3.c
104
X509_EXTENSION *new_ex = NULL;
crypto/openssl/crypto/x509/x509_v3.c
106
STACK_OF(X509_EXTENSION) *sk = NULL;
crypto/openssl/crypto/x509/x509_v3.c
146
STACK_OF(X509_EXTENSION) *X509v3_add_extensions(STACK_OF(X509_EXTENSION) **target,
crypto/openssl/crypto/x509/x509_v3.c
147
const STACK_OF(X509_EXTENSION) *exts)
crypto/openssl/crypto/x509/x509_v3.c
157
X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i);
crypto/openssl/crypto/x509/x509_v3.c
175
X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid,
crypto/openssl/crypto/x509/x509_v3.c
180
X509_EXTENSION *ret;
crypto/openssl/crypto/x509/x509_v3.c
193
X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex,
crypto/openssl/crypto/x509/x509_v3.c
197
X509_EXTENSION *ret;
crypto/openssl/crypto/x509/x509_v3.c
20
int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x)
crypto/openssl/crypto/x509/x509_v3.c
223
int X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj)
crypto/openssl/crypto/x509/x509_v3.c
232
int X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit)
crypto/openssl/crypto/x509/x509_v3.c
240
int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data)
crypto/openssl/crypto/x509/x509_v3.c
252
ASN1_OBJECT *X509_EXTENSION_get_object(X509_EXTENSION *ex)
crypto/openssl/crypto/x509/x509_v3.c
259
ASN1_OCTET_STRING *X509_EXTENSION_get_data(X509_EXTENSION *ex)
crypto/openssl/crypto/x509/x509_v3.c
266
int X509_EXTENSION_get_critical(const X509_EXTENSION *ex)
crypto/openssl/crypto/x509/x509_v3.c
30
int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x, int nid,
crypto/openssl/crypto/x509/x509_v3.c
41
int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk,
crypto/openssl/crypto/x509/x509_v3.c
45
X509_EXTENSION *ex;
crypto/openssl/crypto/x509/x509_v3.c
61
int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *sk, int crit,
crypto/openssl/crypto/x509/x509_v3.c
65
X509_EXTENSION *ex;
crypto/openssl/crypto/x509/x509_v3.c
83
X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc)
crypto/openssl/crypto/x509/x509_v3.c
91
X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc)
crypto/openssl/crypto/x509/x509_v3.c
93
X509_EXTENSION *ret;
crypto/openssl/crypto/x509/x509_vfy.c
2256
X509_EXTENSION *ext = X509_CRL_get_ext(newer, i);
crypto/openssl/crypto/x509/x509cset.c
118
const STACK_OF(X509_EXTENSION) *X509_CRL_get0_extensions(const X509_CRL *crl)
crypto/openssl/crypto/x509/x509cset.c
171
const STACK_OF(X509_EXTENSION) *X509_REVOKED_get0_extensions(const X509_REVOKED *r)
crypto/openssl/crypto/x509/x_crl.c
159
STACK_OF(X509_EXTENSION) *exts;
crypto/openssl/crypto/x509/x_crl.c
160
X509_EXTENSION *ext;
crypto/openssl/crypto/x509/x_crl.c
25
ASN1_SEQUENCE_OF_OPT(X509_REVOKED, extensions, X509_EXTENSION)
crypto/openssl/crypto/x509/x_crl.c
73
ASN1_EXP_SEQUENCE_OF_OPT(X509_CRL_INFO, extensions, X509_EXTENSION, 0)
crypto/openssl/crypto/x509/x_crl.c
93
STACK_OF(X509_EXTENSION) *exts;
crypto/openssl/crypto/x509/x_crl.c
95
X509_EXTENSION *ext;
crypto/openssl/crypto/x509/x_exten.c
16
ASN1_SEQUENCE(X509_EXTENSION) = {
crypto/openssl/crypto/x509/x_exten.c
17
ASN1_SIMPLE(X509_EXTENSION, object, ASN1_OBJECT),
crypto/openssl/crypto/x509/x_exten.c
18
ASN1_OPT(X509_EXTENSION, critical, ASN1_FBOOLEAN),
crypto/openssl/crypto/x509/x_exten.c
19
ASN1_EMBED(X509_EXTENSION, value, ASN1_OCTET_STRING)
crypto/openssl/crypto/x509/x_exten.c
20
} ASN1_SEQUENCE_END(X509_EXTENSION)
crypto/openssl/crypto/x509/x_exten.c
22
ASN1_ITEM_TEMPLATE(X509_EXTENSIONS) = ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, Extension, X509_EXTENSION)
crypto/openssl/crypto/x509/x_exten.c
25
IMPLEMENT_ASN1_FUNCTIONS(X509_EXTENSION)
crypto/openssl/crypto/x509/x_exten.c
27
IMPLEMENT_ASN1_DUP_FUNCTION(X509_EXTENSION)
crypto/openssl/crypto/x509/x_x509.c
28
ASN1_EXP_SEQUENCE_OF_OPT(X509_CINF, extensions, X509_EXTENSION, 3)
crypto/openssl/fuzz/asn1.c
188
ASN1_ITEM_ref(X509_EXTENSION),
crypto/openssl/include/crypto/x509.h
133
STACK_OF(X509_EXTENSION) *extensions; /* CRL entry extensions: optional */
crypto/openssl/include/crypto/x509.h
170
STACK_OF(X509_EXTENSION) *extensions; /* [ 3 ] optional in v3 */
crypto/openssl/include/crypto/x509.h
96
STACK_OF(X509_EXTENSION) *extensions; /* extensions: optional */
crypto/openssl/include/openssl/crmf.h
230
int OSSL_CRMF_MSG_push0_extension(OSSL_CRMF_MSG *crm, X509_EXTENSION *ext);
crypto/openssl/include/openssl/ocsp.h
396
X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
crypto/openssl/include/openssl/ocsp.h
398
X509_EXTENSION *OCSP_accept_responses_new(char **oids);
crypto/openssl/include/openssl/ocsp.h
400
X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
crypto/openssl/include/openssl/ocsp.h
402
X509_EXTENSION *OCSP_url_svcloc_new(const X509_NAME *issuer, const char **urls);
crypto/openssl/include/openssl/ocsp.h
409
X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc);
crypto/openssl/include/openssl/ocsp.h
410
X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc);
crypto/openssl/include/openssl/ocsp.h
415
int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/ocsp.h
421
X509_EXTENSION *OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc);
crypto/openssl/include/openssl/ocsp.h
422
X509_EXTENSION *OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc);
crypto/openssl/include/openssl/ocsp.h
426
int OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/ocsp.h
434
X509_EXTENSION *OCSP_BASICRESP_get_ext(OCSP_BASICRESP *x, int loc);
crypto/openssl/include/openssl/ocsp.h
435
X509_EXTENSION *OCSP_BASICRESP_delete_ext(OCSP_BASICRESP *x, int loc);
crypto/openssl/include/openssl/ocsp.h
440
int OCSP_BASICRESP_add_ext(OCSP_BASICRESP *x, X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/ocsp.h
448
X509_EXTENSION *OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc);
crypto/openssl/include/openssl/ocsp.h
449
X509_EXTENSION *OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc);
crypto/openssl/include/openssl/ocsp.h
454
int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/ts.h
152
STACK_OF(X509_EXTENSION) *TS_REQ_get_exts(TS_REQ *a);
crypto/openssl/include/openssl/ts.h
158
X509_EXTENSION *TS_REQ_get_ext(TS_REQ *a, int loc);
crypto/openssl/include/openssl/ts.h
159
X509_EXTENSION *TS_REQ_delete_ext(TS_REQ *a, int loc);
crypto/openssl/include/openssl/ts.h
160
int TS_REQ_add_ext(TS_REQ *a, X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/ts.h
213
STACK_OF(X509_EXTENSION) *TS_TST_INFO_get_exts(TS_TST_INFO *a);
crypto/openssl/include/openssl/ts.h
220
X509_EXTENSION *TS_TST_INFO_get_ext(TS_TST_INFO *a, int loc);
crypto/openssl/include/openssl/ts.h
221
X509_EXTENSION *TS_TST_INFO_delete_ext(TS_TST_INFO *a, int loc);
crypto/openssl/include/openssl/ts.h
222
int TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/ts.h
263
typedef int (*TS_extension_cb)(struct TS_resp_ctx *, X509_EXTENSION *,
crypto/openssl/include/openssl/ts.h
474
int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions);
crypto/openssl/include/openssl/x509.h
1086
int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x);
crypto/openssl/include/openssl/x509.h
1087
int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x,
crypto/openssl/include/openssl/x509.h
1089
int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *x,
crypto/openssl/include/openssl/x509.h
1091
int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *x,
crypto/openssl/include/openssl/x509.h
1093
X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc);
crypto/openssl/include/openssl/x509.h
1094
X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc);
crypto/openssl/include/openssl/x509.h
1095
STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x,
crypto/openssl/include/openssl/x509.h
1096
X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/x509.h
1097
STACK_OF(X509_EXTENSION) *X509v3_add_extensions(STACK_OF(X509_EXTENSION) **target,
crypto/openssl/include/openssl/x509.h
1098
const STACK_OF(X509_EXTENSION) *exts);
crypto/openssl/include/openssl/x509.h
1104
X509_EXTENSION *X509_get_ext(const X509 *x, int loc);
crypto/openssl/include/openssl/x509.h
1105
X509_EXTENSION *X509_delete_ext(X509 *x, int loc);
crypto/openssl/include/openssl/x509.h
1106
int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/x509.h
1116
X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc);
crypto/openssl/include/openssl/x509.h
1117
X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc);
crypto/openssl/include/openssl/x509.h
1118
int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/x509.h
1129
X509_EXTENSION *X509_REVOKED_get_ext(const X509_REVOKED *x, int loc);
crypto/openssl/include/openssl/x509.h
1130
X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *x, int loc);
crypto/openssl/include/openssl/x509.h
1131
int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/x509.h
1137
X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex,
crypto/openssl/include/openssl/x509.h
1140
X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex,
crypto/openssl/include/openssl/x509.h
1143
int X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj);
crypto/openssl/include/openssl/x509.h
1144
int X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit);
crypto/openssl/include/openssl/x509.h
1145
int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data);
crypto/openssl/include/openssl/x509.h
1146
ASN1_OBJECT *X509_EXTENSION_get_object(X509_EXTENSION *ex);
crypto/openssl/include/openssl/x509.h
1147
ASN1_OCTET_STRING *X509_EXTENSION_get_data(X509_EXTENSION *ne);
crypto/openssl/include/openssl/x509.h
1148
int X509_EXTENSION_get_critical(const X509_EXTENSION *ex);
crypto/openssl/include/openssl/x509.h
241
SKM_DEFINE_STACK_OF_INTERNAL(X509_EXTENSION, X509_EXTENSION, X509_EXTENSION)
crypto/openssl/include/openssl/x509.h
243
#define sk_X509_EXTENSION_value(sk, idx) ((X509_EXTENSION *)OPENSSL_sk_value(ossl_check_const_X509_EXTENSION_sk_type(sk), (idx)))
crypto/openssl/include/openssl/x509.h
244
#define sk_X509_EXTENSION_new(cmp) ((STACK_OF(X509_EXTENSION) *)OPENSSL_sk_new(ossl_check_X509_EXTENSION_compfunc_type(cmp)))
crypto/openssl/include/openssl/x509.h
245
#define sk_X509_EXTENSION_new_null() ((STACK_OF(X509_EXTENSION) *)OPENSSL_sk_new_null())
crypto/openssl/include/openssl/x509.h
246
#define sk_X509_EXTENSION_new_reserve(cmp, n) ((STACK_OF(X509_EXTENSION) *)OPENSSL_sk_new_reserve(ossl_check_X509_EXTENSION_compfunc_type(cmp), (n)))
crypto/openssl/include/openssl/x509.h
250
#define sk_X509_EXTENSION_delete(sk, i) ((X509_EXTENSION *)OPENSSL_sk_delete(ossl_check_X509_EXTENSION_sk_type(sk), (i)))
crypto/openssl/include/openssl/x509.h
251
#define sk_X509_EXTENSION_delete_ptr(sk, ptr) ((X509_EXTENSION *)OPENSSL_sk_delete_ptr(ossl_check_X509_EXTENSION_sk_type(sk), ossl_check_X509_EXTENSION_type(ptr)))
crypto/openssl/include/openssl/x509.h
254
#define sk_X509_EXTENSION_pop(sk) ((X509_EXTENSION *)OPENSSL_sk_pop(ossl_check_X509_EXTENSION_sk_type(sk)))
crypto/openssl/include/openssl/x509.h
255
#define sk_X509_EXTENSION_shift(sk) ((X509_EXTENSION *)OPENSSL_sk_shift(ossl_check_X509_EXTENSION_sk_type(sk)))
crypto/openssl/include/openssl/x509.h
258
#define sk_X509_EXTENSION_set(sk, idx, ptr) ((X509_EXTENSION *)OPENSSL_sk_set(ossl_check_X509_EXTENSION_sk_type(sk), (idx), ossl_check_X509_EXTENSION_type(ptr)))
crypto/openssl/include/openssl/x509.h
264
#define sk_X509_EXTENSION_dup(sk) ((STACK_OF(X509_EXTENSION) *)OPENSSL_sk_dup(ossl_check_const_X509_EXTENSION_sk_type(sk)))
crypto/openssl/include/openssl/x509.h
265
#define sk_X509_EXTENSION_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(X509_EXTENSION) *)OPENSSL_sk_deep_copy(ossl_check_const_X509_EXTENSION_sk_type(sk), ossl_check_X509_EXTENSION_copyfunc_type(copyfunc), ossl_check_X509_EXTENSION_freefunc_type(freefunc)))
crypto/openssl/include/openssl/x509.h
269
typedef STACK_OF(X509_EXTENSION) X509_EXTENSIONS;
crypto/openssl/include/openssl/x509.h
677
DECLARE_ASN1_DUP_FUNCTION(X509_EXTENSION)
crypto/openssl/include/openssl/x509.h
753
DECLARE_ASN1_FUNCTIONS(X509_EXTENSION)
crypto/openssl/include/openssl/x509.h
880
const STACK_OF(X509_EXTENSION) *X509_get0_extensions(const X509 *x);
crypto/openssl/include/openssl/x509.h
908
STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(OSSL_FUTURE_CONST X509_REQ *req);
crypto/openssl/include/openssl/x509.h
910
const STACK_OF(X509_EXTENSION) *exts, int nid);
crypto/openssl/include/openssl/x509.h
911
int X509_REQ_add_extensions(X509_REQ *req, const STACK_OF(X509_EXTENSION) *ext);
crypto/openssl/include/openssl/x509.h
952
const STACK_OF(X509_EXTENSION) *X509_CRL_get0_extensions(const X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
963
const STACK_OF(X509_EXTENSION) *
crypto/openssl/include/openssl/x509_acert.h
84
const STACK_OF(X509_EXTENSION) *X509_ACERT_get0_extensions(const X509_ACERT *x);
crypto/openssl/include/openssl/x509v3.h
1002
int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
crypto/openssl/include/openssl/x509v3.h
1005
int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag, int indent);
crypto/openssl/include/openssl/x509v3.h
1008
const STACK_OF(X509_EXTENSION) *exts,
crypto/openssl/include/openssl/x509v3.h
1013
int X509_supported_extension(X509_EXTENSION *ex);
crypto/openssl/include/openssl/x509v3.h
922
X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
crypto/openssl/include/openssl/x509v3.h
924
X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name,
crypto/openssl/include/openssl/x509v3.h
927
STACK_OF(X509_EXTENSION) **sk);
crypto/openssl/include/openssl/x509v3.h
935
X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
crypto/openssl/include/openssl/x509v3.h
938
X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/include/openssl/x509v3.h
982
const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext);
crypto/openssl/include/openssl/x509v3.h
986
void *X509V3_EXT_d2i(X509_EXTENSION *ext);
crypto/openssl/include/openssl/x509v3.h
987
void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *x, int nid, int *crit,
crypto/openssl/include/openssl/x509v3.h
990
X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
crypto/openssl/include/openssl/x509v3.h
991
int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value,
crypto/openssl/ssl/s3_lib.c
4066
*(STACK_OF(X509_EXTENSION) **)parg = sc->ext.ocsp.exts;
crypto/openssl/test/cmp_ctx_test.c
222
X509_EXTENSION *ext = NULL;
crypto/openssl/test/cmp_ctx_test.c
795
DEFINE_SET_SK_TEST(OSSL_CMP, CTX, 0, reqExtensions, X509_EXTENSION)
crypto/openssl/test/ct_test.c
152
static int compare_extension_printout(X509_EXTENSION *extension,
crypto/openssl/test/ct_test.c
253
X509_EXTENSION *sct_extension = NULL;
crypto/openssl/test/ocspapitest.c
196
X509_EXTENSION *ext = NULL;
crypto/openssl/test/x509_test.c
185
X509_EXTENSION *ext = NULL;
crypto/openssl/test/x509_test.c
220
X509_EXTENSION *ext = NULL;
crypto/openssl/test/x509_test.c
256
X509_EXTENSION *ext = NULL;
tests/sys/kern/ssl_sendfile.c
81
X509_EXTENSION *ext;