Symbol: CONF_VALUE
crypto/openssl/apps/ca.c
110
STACK_OF(CONF_VALUE) *policy, CA_DB *db,
crypto/openssl/apps/ca.c
119
STACK_OF(CONF_VALUE) *policy, CA_DB *db,
crypto/openssl/apps/ca.c
127
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,
crypto/openssl/apps/ca.c
1378
STACK_OF(CONF_VALUE) *policy, CA_DB *db,
crypto/openssl/apps/ca.c
1436
STACK_OF(CONF_VALUE) *policy, CA_DB *db,
crypto/openssl/apps/ca.c
1491
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,
crypto/openssl/apps/ca.c
1508
CONF_VALUE *cv;
crypto/openssl/apps/ca.c
2001
STACK_OF(CONF_VALUE) *policy, CA_DB *db,
crypto/openssl/apps/ca.c
2008
STACK_OF(CONF_VALUE) *sk = NULL;
crypto/openssl/apps/ca.c
2009
LHASH_OF(CONF_VALUE) *parms = NULL;
crypto/openssl/apps/ca.c
2011
CONF_VALUE *cv = NULL;
crypto/openssl/apps/ca.c
321
STACK_OF(CONF_VALUE) *attribs = NULL;
crypto/openssl/apps/ca.c
98
STACK_OF(CONF_VALUE) *policy, CA_DB *db,
crypto/openssl/apps/include/apps.h
194
int use_ssl, STACK_OF(CONF_VALUE) *headers,
crypto/openssl/apps/include/apps.h
297
const STACK_OF(CONF_VALUE) *headers,
crypto/openssl/apps/include/apps.h
303
const STACK_OF(CONF_VALUE) *headers,
crypto/openssl/apps/lib/apps.c
1272
STACK_OF(CONF_VALUE) *vals;
crypto/openssl/apps/lib/apps.c
1273
CONF_VALUE *val;
crypto/openssl/apps/lib/apps.c
2606
const STACK_OF(CONF_VALUE) *headers,
crypto/openssl/apps/lib/apps.c
2658
const STACK_OF(CONF_VALUE) *headers,
crypto/openssl/apps/lib/apps.c
401
STACK_OF(CONF_VALUE) *sktmp;
crypto/openssl/apps/lib/apps.c
402
CONF_VALUE *cnf;
crypto/openssl/apps/ocsp.c
1289
int use_ssl, STACK_OF(CONF_VALUE) *headers,
crypto/openssl/apps/ocsp.c
265
STACK_OF(CONF_VALUE) *headers = NULL;
crypto/openssl/apps/req.c
1116
STACK_OF(CONF_VALUE) *dn_sk = NULL, *attr_sk = NULL;
crypto/openssl/apps/req.c
1164
STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect,
crypto/openssl/apps/req.c
1165
STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect,
crypto/openssl/apps/req.c
1175
CONF_VALUE *v;
crypto/openssl/apps/req.c
1310
static int auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk,
crypto/openssl/apps/req.c
1311
STACK_OF(CONF_VALUE) *attr_sk, int attribs,
crypto/openssl/apps/req.c
1317
CONF_VALUE *v;
crypto/openssl/apps/req.c
54
STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect,
crypto/openssl/apps/req.c
55
STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect,
crypto/openssl/apps/req.c
57
static int auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *sk,
crypto/openssl/apps/req.c
58
STACK_OF(CONF_VALUE) *attr, int attribs,
crypto/openssl/crypto/asn1/asn1_gen.c
411
STACK_OF(CONF_VALUE) *sect = NULL;
crypto/openssl/crypto/asn1/asn1_gen.c
583
CONF_VALUE vtmp;
crypto/openssl/crypto/asn1/asn_moid.c
27
STACK_OF(CONF_VALUE) *sktmp;
crypto/openssl/crypto/asn1/asn_moid.c
28
CONF_VALUE *oval;
crypto/openssl/crypto/asn1/asn_mstbl.c
24
STACK_OF(CONF_VALUE) *sktmp;
crypto/openssl/crypto/asn1/asn_mstbl.c
25
CONF_VALUE *mval;
crypto/openssl/crypto/asn1/asn_mstbl.c
63
STACK_OF(CONF_VALUE) *lst = NULL;
crypto/openssl/crypto/asn1/asn_mstbl.c
64
CONF_VALUE *cnf = NULL;
crypto/openssl/crypto/cmp/cmp_http.c
52
STACK_OF(CONF_VALUE) *headers = NULL;
crypto/openssl/crypto/conf/conf_api.c
103
static int conf_value_cmp(const CONF_VALUE *a, const CONF_VALUE *b)
crypto/openssl/crypto/conf/conf_api.c
132
typedef LHASH_OF(CONF_VALUE) LH_CONF_VALUE;
crypto/openssl/crypto/conf/conf_api.c
134
IMPLEMENT_LHASH_DOALL_ARG_CONST(CONF_VALUE, LH_CONF_VALUE);
crypto/openssl/crypto/conf/conf_api.c
158
static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf)
crypto/openssl/crypto/conf/conf_api.c
164
static void value_free_stack_doall(CONF_VALUE *a)
crypto/openssl/crypto/conf/conf_api.c
166
CONF_VALUE *vv;
crypto/openssl/crypto/conf/conf_api.c
167
STACK_OF(CONF_VALUE) *sk;
crypto/openssl/crypto/conf/conf_api.c
173
sk = (STACK_OF(CONF_VALUE) *)a->value;
crypto/openssl/crypto/conf/conf_api.c
185
CONF_VALUE *_CONF_new_section(CONF *conf, const char *section)
crypto/openssl/crypto/conf/conf_api.c
187
STACK_OF(CONF_VALUE) *sk = NULL;
crypto/openssl/crypto/conf/conf_api.c
189
CONF_VALUE *v = NULL, *vv;
crypto/openssl/crypto/conf/conf_api.c
20
static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf);
crypto/openssl/crypto/conf/conf_api.c
21
static void value_free_stack_doall(CONF_VALUE *a);
crypto/openssl/crypto/conf/conf_api.c
23
CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
crypto/openssl/crypto/conf/conf_api.c
25
CONF_VALUE vv;
crypto/openssl/crypto/conf/conf_api.c
34
STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
crypto/openssl/crypto/conf/conf_api.c
37
CONF_VALUE *v;
crypto/openssl/crypto/conf/conf_api.c
42
return ((STACK_OF(CONF_VALUE) *)v->value);
crypto/openssl/crypto/conf/conf_api.c
45
int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value)
crypto/openssl/crypto/conf/conf_api.c
47
CONF_VALUE *v = NULL;
crypto/openssl/crypto/conf/conf_api.c
48
STACK_OF(CONF_VALUE) *ts;
crypto/openssl/crypto/conf/conf_api.c
50
ts = (STACK_OF(CONF_VALUE) *)section->value;
crypto/openssl/crypto/conf/conf_api.c
69
CONF_VALUE *v, vv;
crypto/openssl/crypto/conf/conf_api.c
98
static unsigned long conf_value_hash(const CONF_VALUE *v)
crypto/openssl/crypto/conf/conf_def.c
218
CONF_VALUE *v = NULL, *tv;
crypto/openssl/crypto/conf/conf_def.c
219
CONF_VALUE *sv = NULL;
crypto/openssl/crypto/conf/conf_def.c
987
static void dump_value_doall_arg(const CONF_VALUE *a, BIO *out)
crypto/openssl/crypto/conf/conf_def.c
995
IMPLEMENT_LHASH_DOALL_ARG_CONST(CONF_VALUE, BIO);
crypto/openssl/crypto/conf/conf_lib.c
111
char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
crypto/openssl/crypto/conf/conf_lib.c
124
long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group,
crypto/openssl/crypto/conf/conf_lib.c
143
void CONF_free(LHASH_OF(CONF_VALUE) *conf)
crypto/openssl/crypto/conf/conf_lib.c
151
int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out)
crypto/openssl/crypto/conf/conf_lib.c
166
int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out)
crypto/openssl/crypto/conf/conf_lib.c
225
IMPLEMENT_LHASH_DOALL_ARG_CONST(CONF_VALUE, SECTION_NAMES);
crypto/openssl/crypto/conf/conf_lib.c
227
static void collect_section_name(const CONF_VALUE *v, SECTION_NAMES *names)
crypto/openssl/crypto/conf/conf_lib.c
26
void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash)
crypto/openssl/crypto/conf/conf_lib.c
286
STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section)
crypto/openssl/crypto/conf/conf_lib.c
46
LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
crypto/openssl/crypto/conf/conf_lib.c
49
LHASH_OF(CONF_VALUE) *ltmp;
crypto/openssl/crypto/conf/conf_lib.c
69
LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
crypto/openssl/crypto/conf/conf_lib.c
73
LHASH_OF(CONF_VALUE) *ltmp;
crypto/openssl/crypto/conf/conf_lib.c
84
LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
crypto/openssl/crypto/conf/conf_lib.c
98
STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
crypto/openssl/crypto/conf/conf_mod.c
131
STACK_OF(CONF_VALUE) *values;
crypto/openssl/crypto/conf/conf_mod.c
132
CONF_VALUE *vl;
crypto/openssl/crypto/conf/conf_ssl.c
108
CONF_VALUE *cmd_conf = sk_CONF_VALUE_value(cmds, (int)j);
crypto/openssl/crypto/conf/conf_ssl.c
66
STACK_OF(CONF_VALUE) *cmd_lists;
crypto/openssl/crypto/conf/conf_ssl.c
86
CONF_VALUE *sect = sk_CONF_VALUE_value(cmd_lists, (int)i);
crypto/openssl/crypto/conf/conf_ssl.c
87
STACK_OF(CONF_VALUE) *cmds = NCONF_get_section(cnf, sect->value);
crypto/openssl/crypto/engine/eng_cnf.c
148
STACK_OF(CONF_VALUE) *elist;
crypto/openssl/crypto/engine/eng_cnf.c
149
CONF_VALUE *cval;
crypto/openssl/crypto/engine/eng_cnf.c
48
STACK_OF(CONF_VALUE) *ecmds;
crypto/openssl/crypto/engine/eng_cnf.c
49
CONF_VALUE *ecmd = NULL;
crypto/openssl/crypto/evp/evp_cnf.c
25
STACK_OF(CONF_VALUE) *sktmp;
crypto/openssl/crypto/evp/evp_cnf.c
26
CONF_VALUE *oval;
crypto/openssl/crypto/http/http_client.c
1160
const STACK_OF(CONF_VALUE) *headers,
crypto/openssl/crypto/http/http_client.c
1269
int buf_size, const STACK_OF(CONF_VALUE) *headers,
crypto/openssl/crypto/http/http_client.c
1361
int buf_size, const STACK_OF(CONF_VALUE) *headers,
crypto/openssl/crypto/http/http_client.c
375
const STACK_OF(CONF_VALUE) *headers, const char *host)
crypto/openssl/crypto/http/http_client.c
379
CONF_VALUE *hdr;
crypto/openssl/crypto/provider_conf.c
118
CONF_VALUE *sectconf = sk_CONF_VALUE_value(sect, i);
crypto/openssl/crypto/provider_conf.c
315
STACK_OF(CONF_VALUE) *ecmds;
crypto/openssl/crypto/provider_conf.c
335
CONF_VALUE *ecmd = sk_CONF_VALUE_value(ecmds, i);
crypto/openssl/crypto/provider_conf.c
401
STACK_OF(CONF_VALUE) *elist;
crypto/openssl/crypto/provider_conf.c
402
CONF_VALUE *cval;
crypto/openssl/crypto/provider_conf.c
80
STACK_OF(CONF_VALUE) *sect;
crypto/openssl/crypto/rand/rand_lib.c
982
STACK_OF(CONF_VALUE) *elist;
crypto/openssl/crypto/rand/rand_lib.c
983
CONF_VALUE *cval;
crypto/openssl/crypto/ts/ts_conf.c
328
STACK_OF(CONF_VALUE) *list = NULL;
crypto/openssl/crypto/ts/ts_conf.c
337
CONF_VALUE *val = sk_CONF_VALUE_value(list, i);
crypto/openssl/crypto/ts/ts_conf.c
362
STACK_OF(CONF_VALUE) *list = NULL;
crypto/openssl/crypto/ts/ts_conf.c
378
CONF_VALUE *val = sk_CONF_VALUE_value(list, i);
crypto/openssl/crypto/ts/ts_conf.c
401
STACK_OF(CONF_VALUE) *list = NULL;
crypto/openssl/crypto/ts/ts_conf.c
409
CONF_VALUE *val = sk_CONF_VALUE_value(list, i);
crypto/openssl/crypto/ts/ts_rsp_print.c
163
STACK_OF(CONF_VALUE) *nval;
crypto/openssl/crypto/x509/v3_addr.c
919
STACK_OF(CONF_VALUE) *values)
crypto/openssl/crypto/x509/v3_addr.c
933
CONF_VALUE *val = sk_CONF_VALUE_value(values, i);
crypto/openssl/crypto/x509/v3_akid.c
102
CONF_VALUE *cnf;
crypto/openssl/crypto/x509/v3_akid.c
19
static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_akid.c
21
STACK_OF(CONF_VALUE)
crypto/openssl/crypto/x509/v3_akid.c
25
STACK_OF(CONF_VALUE) *values);
crypto/openssl/crypto/x509/v3_akid.c
38
static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_akid.c
40
STACK_OF(CONF_VALUE)
crypto/openssl/crypto/x509/v3_akid.c
44
STACK_OF(CONF_VALUE) *origextlist = extlist, *tmpextlist;
crypto/openssl/crypto/x509/v3_akid.c
98
STACK_OF(CONF_VALUE) *values)
crypto/openssl/crypto/x509/v3_asid.c
497
STACK_OF(CONF_VALUE) *values)
crypto/openssl/crypto/x509/v3_asid.c
509
CONF_VALUE *val = sk_CONF_VALUE_value(values, i);
crypto/openssl/crypto/x509/v3_battcons.c
17
static STACK_OF(CONF_VALUE) *i2v_OSSL_BASIC_ATTR_CONSTRAINTS(
crypto/openssl/crypto/x509/v3_battcons.c
20
STACK_OF(CONF_VALUE)
crypto/openssl/crypto/x509/v3_battcons.c
25
STACK_OF(CONF_VALUE) *values);
crypto/openssl/crypto/x509/v3_battcons.c
45
static STACK_OF(CONF_VALUE) *i2v_OSSL_BASIC_ATTR_CONSTRAINTS(
crypto/openssl/crypto/x509/v3_battcons.c
48
STACK_OF(CONF_VALUE) *extlist)
crypto/openssl/crypto/x509/v3_battcons.c
58
STACK_OF(CONF_VALUE) *values)
crypto/openssl/crypto/x509/v3_battcons.c
61
CONF_VALUE *val;
crypto/openssl/crypto/x509/v3_bcons.c
19
static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_bcons.c
21
STACK_OF(CONF_VALUE)
crypto/openssl/crypto/x509/v3_bcons.c
25
STACK_OF(CONF_VALUE) *values);
crypto/openssl/crypto/x509/v3_bcons.c
45
static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_bcons.c
47
STACK_OF(CONF_VALUE)
crypto/openssl/crypto/x509/v3_bcons.c
57
STACK_OF(CONF_VALUE) *values)
crypto/openssl/crypto/x509/v3_bcons.c
60
CONF_VALUE *val;
crypto/openssl/crypto/x509/v3_bitst.c
44
STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_bitst.c
46
STACK_OF(CONF_VALUE) *ret)
crypto/openssl/crypto/x509/v3_bitst.c
58
STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_bitst.c
60
CONF_VALUE *val;
crypto/openssl/crypto/x509/v3_conf.c
28
static STACK_OF(CONF_VALUE) *conf_lhash_get_section(void *db, const char *section);
crypto/openssl/crypto/x509/v3_conf.c
313
STACK_OF(CONF_VALUE) *nval;
crypto/openssl/crypto/x509/v3_conf.c
314
const CONF_VALUE *val;
crypto/openssl/crypto/x509/v3_conf.c
407
STACK_OF(CONF_VALUE) *X509V3_get_section(X509V3_CTX *ctx, const char *section)
crypto/openssl/crypto/x509/v3_conf.c
426
void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section)
crypto/openssl/crypto/x509/v3_conf.c
439
static STACK_OF(CONF_VALUE) *nconf_get_section(void *db, const char *section)
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
510
X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
crypto/openssl/crypto/x509/v3_conf.c
530
static STACK_OF(CONF_VALUE) *conf_lhash_get_section(void *db, const char *section)
crypto/openssl/crypto/x509/v3_conf.c
542
void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash)
crypto/openssl/crypto/x509/v3_conf.c
552
int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/crypto/x509/v3_conf.c
569
int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/crypto/x509/v3_conf.c
586
int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/crypto/x509/v3_conf.c
84
STACK_OF(CONF_VALUE) *nval;
crypto/openssl/crypto/x509/v3_cpols.c
124
STACK_OF(CONF_VALUE) *polsect;
crypto/openssl/crypto/x509/v3_cpols.c
166
STACK_OF(CONF_VALUE) *polstrs, int ia5org)
crypto/openssl/crypto/x509/v3_cpols.c
169
CONF_VALUE *cnf;
crypto/openssl/crypto/x509/v3_cpols.c
215
STACK_OF(CONF_VALUE) *unot;
crypto/openssl/crypto/x509/v3_cpols.c
291
STACK_OF(CONF_VALUE) *unot, int ia5org)
crypto/openssl/crypto/x509/v3_cpols.c
295
CONF_VALUE *cnf;
crypto/openssl/crypto/x509/v3_cpols.c
31
STACK_OF(CONF_VALUE) *polstrs, int ia5org);
crypto/openssl/crypto/x509/v3_cpols.c
33
STACK_OF(CONF_VALUE) *unot, int ia5org);
crypto/openssl/crypto/x509/v3_cpols.c
34
static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
crypto/openssl/crypto/x509/v3_cpols.c
353
STACK_OF(CONF_VALUE) *nos;
crypto/openssl/crypto/x509/v3_cpols.c
392
static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos)
crypto/openssl/crypto/x509/v3_cpols.c
394
CONF_VALUE *cnf;
crypto/openssl/crypto/x509/v3_cpols.c
95
STACK_OF(CONF_VALUE) *vals = X509V3_parse_list(value);
crypto/openssl/crypto/x509/v3_cpols.c
96
CONF_VALUE *cnf;
crypto/openssl/crypto/x509/v3_crld.c
153
STACK_OF(CONF_VALUE) *rsk = NULL;
crypto/openssl/crypto/x509/v3_crld.c
209
STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_crld.c
212
CONF_VALUE *cnf;
crypto/openssl/crypto/x509/v3_crld.c
22
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
crypto/openssl/crypto/x509/v3_crld.c
243
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_crld.c
248
CONF_VALUE *cnf;
crypto/openssl/crypto/x509/v3_crld.c
262
STACK_OF(CONF_VALUE) *dpsect;
crypto/openssl/crypto/x509/v3_crld.c
358
STACK_OF(CONF_VALUE) *nval);
crypto/openssl/crypto/x509/v3_crld.c
372
STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_crld.c
375
CONF_VALUE *cnf;
crypto/openssl/crypto/x509/v3_crld.c
49
STACK_OF(CONF_VALUE) *gnsect;
crypto/openssl/crypto/x509/v3_crld.c
571
STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_crld.c
574
CONF_VALUE *cnf;
crypto/openssl/crypto/x509/v3_crld.c
612
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_crld.c
616
CONF_VALUE *cnf;
crypto/openssl/crypto/x509/v3_crld.c
618
STACK_OF(CONF_VALUE) *dpsect;
crypto/openssl/crypto/x509/v3_crld.c
68
CONF_VALUE *cnf)
crypto/openssl/crypto/x509/v3_crld.c
84
STACK_OF(CONF_VALUE) *dnsect;
crypto/openssl/crypto/x509/v3_extku.c
19
STACK_OF(CONF_VALUE) *nval);
crypto/openssl/crypto/x509/v3_extku.c
20
static STACK_OF(CONF_VALUE) *i2v_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD
crypto/openssl/crypto/x509/v3_extku.c
22
void *eku, STACK_OF(CONF_VALUE) *extlist);
crypto/openssl/crypto/x509/v3_extku.c
76
static STACK_OF(CONF_VALUE) *i2v_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD
crypto/openssl/crypto/x509/v3_extku.c
78
void *a, STACK_OF(CONF_VALUE) *ext_list)
crypto/openssl/crypto/x509/v3_extku.c
94
STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_extku.c
99
CONF_VALUE *val;
crypto/openssl/crypto/x509/v3_info.c
103
STACK_OF(CONF_VALUE)
crypto/openssl/crypto/x509/v3_info.c
107
CONF_VALUE *cnf, ctmp;
crypto/openssl/crypto/x509/v3_info.c
18
static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD
crypto/openssl/crypto/x509/v3_info.c
22
STACK_OF(CONF_VALUE)
crypto/openssl/crypto/x509/v3_info.c
27
STACK_OF(CONF_VALUE)
crypto/openssl/crypto/x509/v3_info.c
60
static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(
crypto/openssl/crypto/x509/v3_info.c
62
STACK_OF(CONF_VALUE) *ret)
crypto/openssl/crypto/x509/v3_info.c
67
CONF_VALUE *vtmp;
crypto/openssl/crypto/x509/v3_info.c
68
STACK_OF(CONF_VALUE) *tret = ret;
crypto/openssl/crypto/x509/v3_info.c
71
STACK_OF(CONF_VALUE) *tmp;
crypto/openssl/crypto/x509/v3_ist.c
35
STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_ist.c
45
CONF_VALUE *cnf = sk_CONF_VALUE_value(nval, i);
crypto/openssl/crypto/x509/v3_ncons.c
149
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_ncons.c
152
CONF_VALUE tval, *val;
crypto/openssl/crypto/x509/v3_ncons.c
29
STACK_OF(CONF_VALUE) *nval);
crypto/openssl/crypto/x509/v3_pci.c
246
STACK_OF(CONF_VALUE) *vals;
crypto/openssl/crypto/x509/v3_pci.c
254
CONF_VALUE *cnf = sk_CONF_VALUE_value(vals, i);
crypto/openssl/crypto/x509/v3_pci.c
262
STACK_OF(CONF_VALUE) *sect;
crypto/openssl/crypto/x509/v3_pci.c
92
static int process_pci_value(CONF_VALUE *val,
crypto/openssl/crypto/x509/v3_pcons.c
18
static STACK_OF(CONF_VALUE) *i2v_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD
crypto/openssl/crypto/x509/v3_pcons.c
20
void *bcons, STACK_OF(CONF_VALUE) *extlist);
crypto/openssl/crypto/x509/v3_pcons.c
23
STACK_OF(CONF_VALUE) *values);
crypto/openssl/crypto/x509/v3_pcons.c
43
static STACK_OF(CONF_VALUE) *i2v_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD
crypto/openssl/crypto/x509/v3_pcons.c
45
void *a, STACK_OF(CONF_VALUE) *extlist)
crypto/openssl/crypto/x509/v3_pcons.c
57
STACK_OF(CONF_VALUE) *values)
crypto/openssl/crypto/x509/v3_pcons.c
60
CONF_VALUE *val;
crypto/openssl/crypto/x509/v3_pmaps.c
18
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
crypto/openssl/crypto/x509/v3_pmaps.c
19
static STACK_OF(CONF_VALUE) *i2v_POLICY_MAPPINGS(const X509V3_EXT_METHOD
crypto/openssl/crypto/x509/v3_pmaps.c
21
void *pmps, STACK_OF(CONF_VALUE) *extlist);
crypto/openssl/crypto/x509/v3_pmaps.c
45
static STACK_OF(CONF_VALUE) *i2v_POLICY_MAPPINGS(const X509V3_EXT_METHOD
crypto/openssl/crypto/x509/v3_pmaps.c
47
void *a, STACK_OF(CONF_VALUE) *ext_list)
crypto/openssl/crypto/x509/v3_pmaps.c
65
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_pmaps.c
69
CONF_VALUE *val;
crypto/openssl/crypto/x509/v3_prn.c
24
void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
crypto/openssl/crypto/x509/v3_prn.c
28
CONF_VALUE *nval;
crypto/openssl/crypto/x509/v3_prn.c
78
STACK_OF(CONF_VALUE) *nval = NULL;
crypto/openssl/crypto/x509/v3_san.c
20
STACK_OF(CONF_VALUE) *nval);
crypto/openssl/crypto/x509/v3_san.c
23
STACK_OF(CONF_VALUE) *nval);
crypto/openssl/crypto/x509/v3_san.c
303
STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_san.c
314
CONF_VALUE *cnf = sk_CONF_VALUE_value(nval, i);
crypto/openssl/crypto/x509/v3_san.c
379
STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_san.c
382
CONF_VALUE *cnf;
crypto/openssl/crypto/x509/v3_san.c
471
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_san.c
475
CONF_VALUE *cnf;
crypto/openssl/crypto/x509/v3_san.c
498
X509V3_CTX *ctx, CONF_VALUE *cnf)
crypto/openssl/crypto/x509/v3_san.c
51
STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_san.c
53
STACK_OF(CONF_VALUE) *ret)
crypto/openssl/crypto/x509/v3_san.c
57
STACK_OF(CONF_VALUE) *tmpret = NULL, *origret = ret;
crypto/openssl/crypto/x509/v3_san.c
594
X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc)
crypto/openssl/crypto/x509/v3_san.c
667
STACK_OF(CONF_VALUE) *sk = NULL;
crypto/openssl/crypto/x509/v3_san.c
79
STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_san.c
81
STACK_OF(CONF_VALUE) *ret)
crypto/openssl/crypto/x509/v3_sxnet.c
101
CONF_VALUE *cnf;
crypto/openssl/crypto/x509/v3_sxnet.c
26
STACK_OF(CONF_VALUE) *nval);
crypto/openssl/crypto/x509/v3_sxnet.c
99
STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_tlsf.c
19
static STACK_OF(CONF_VALUE) *i2v_TLS_FEATURE(const X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_tlsf.c
21
STACK_OF(CONF_VALUE) *ext_list);
crypto/openssl/crypto/x509/v3_tlsf.c
24
STACK_OF(CONF_VALUE) *nval);
crypto/openssl/crypto/x509/v3_tlsf.c
58
static STACK_OF(CONF_VALUE) *i2v_TLS_FEATURE(const X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_tlsf.c
60
STACK_OF(CONF_VALUE) *ext_list)
crypto/openssl/crypto/x509/v3_tlsf.c
86
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
crypto/openssl/crypto/x509/v3_tlsf.c
91
CONF_VALUE *val;
crypto/openssl/crypto/x509/v3_utl.c
104
void X509V3_conf_free(CONF_VALUE *conf)
crypto/openssl/crypto/x509/v3_utl.c
115
STACK_OF(CONF_VALUE) **extlist)
crypto/openssl/crypto/x509/v3_utl.c
123
STACK_OF(CONF_VALUE) **extlist)
crypto/openssl/crypto/x509/v3_utl.c
1371
int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE) *dn_sk,
crypto/openssl/crypto/x509/v3_utl.c
1374
CONF_VALUE *v;
crypto/openssl/crypto/x509/v3_utl.c
252
STACK_OF(CONF_VALUE) **extlist)
crypto/openssl/crypto/x509/v3_utl.c
266
int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool)
crypto/openssl/crypto/x509/v3_utl.c
296
int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint)
crypto/openssl/crypto/x509/v3_utl.c
315
STACK_OF(CONF_VALUE) *X509V3_parse_list(const char *line)
crypto/openssl/crypto/x509/v3_utl.c
319
STACK_OF(CONF_VALUE) *values = NULL;
crypto/openssl/crypto/x509/v3_utl.c
41
size_t vallen, STACK_OF(CONF_VALUE) **extlist)
crypto/openssl/crypto/x509/v3_utl.c
43
CONF_VALUE *vtmp = NULL;
crypto/openssl/crypto/x509/v3_utl.c
81
STACK_OF(CONF_VALUE) **extlist)
crypto/openssl/crypto/x509/v3_utl.c
89
STACK_OF(CONF_VALUE) **extlist)
crypto/openssl/crypto/x509/v3_utl.c
97
size_t vallen, STACK_OF(CONF_VALUE) **extlist)
crypto/openssl/crypto/x509/x509_acert.c
268
STACK_OF(CONF_VALUE) *attr_sk = NCONF_get_section(conf, section);
crypto/openssl/crypto/x509/x509_acert.c
274
CONF_VALUE *v = sk_CONF_VALUE_value(attr_sk, i);
crypto/openssl/demos/bio/client-conf.c
24
STACK_OF(CONF_VALUE) *sect = NULL;
crypto/openssl/demos/bio/client-conf.c
25
CONF_VALUE *cnf;
crypto/openssl/demos/bio/server-conf.c
33
STACK_OF(CONF_VALUE) *sect = NULL;
crypto/openssl/demos/bio/server-conf.c
34
CONF_VALUE *cnf;
crypto/openssl/include/crypto/x509.h
373
size_t vallen, STACK_OF(CONF_VALUE) **extlist);
crypto/openssl/include/openssl/conf.h
118
void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
crypto/openssl/include/openssl/conf.h
119
LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
crypto/openssl/include/openssl/conf.h
122
LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
crypto/openssl/include/openssl/conf.h
125
LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
crypto/openssl/include/openssl/conf.h
127
STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
crypto/openssl/include/openssl/conf.h
129
char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
crypto/openssl/include/openssl/conf.h
131
long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group,
crypto/openssl/include/openssl/conf.h
133
void CONF_free(LHASH_OF(CONF_VALUE) *conf);
crypto/openssl/include/openssl/conf.h
135
int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out);
crypto/openssl/include/openssl/conf.h
137
int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out);
crypto/openssl/include/openssl/conf.h
168
STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,
crypto/openssl/include/openssl/conf.h
47
SKM_DEFINE_STACK_OF_INTERNAL(CONF_VALUE, CONF_VALUE, CONF_VALUE)
crypto/openssl/include/openssl/conf.h
49
#define sk_CONF_VALUE_value(sk, idx) ((CONF_VALUE *)OPENSSL_sk_value(ossl_check_const_CONF_VALUE_sk_type(sk), (idx)))
crypto/openssl/include/openssl/conf.h
50
#define sk_CONF_VALUE_new(cmp) ((STACK_OF(CONF_VALUE) *)OPENSSL_sk_new(ossl_check_CONF_VALUE_compfunc_type(cmp)))
crypto/openssl/include/openssl/conf.h
51
#define sk_CONF_VALUE_new_null() ((STACK_OF(CONF_VALUE) *)OPENSSL_sk_new_null())
crypto/openssl/include/openssl/conf.h
52
#define sk_CONF_VALUE_new_reserve(cmp, n) ((STACK_OF(CONF_VALUE) *)OPENSSL_sk_new_reserve(ossl_check_CONF_VALUE_compfunc_type(cmp), (n)))
crypto/openssl/include/openssl/conf.h
56
#define sk_CONF_VALUE_delete(sk, i) ((CONF_VALUE *)OPENSSL_sk_delete(ossl_check_CONF_VALUE_sk_type(sk), (i)))
crypto/openssl/include/openssl/conf.h
57
#define sk_CONF_VALUE_delete_ptr(sk, ptr) ((CONF_VALUE *)OPENSSL_sk_delete_ptr(ossl_check_CONF_VALUE_sk_type(sk), ossl_check_CONF_VALUE_type(ptr)))
crypto/openssl/include/openssl/conf.h
60
#define sk_CONF_VALUE_pop(sk) ((CONF_VALUE *)OPENSSL_sk_pop(ossl_check_CONF_VALUE_sk_type(sk)))
crypto/openssl/include/openssl/conf.h
61
#define sk_CONF_VALUE_shift(sk) ((CONF_VALUE *)OPENSSL_sk_shift(ossl_check_CONF_VALUE_sk_type(sk)))
crypto/openssl/include/openssl/conf.h
64
#define sk_CONF_VALUE_set(sk, idx, ptr) ((CONF_VALUE *)OPENSSL_sk_set(ossl_check_CONF_VALUE_sk_type(sk), (idx), ossl_check_CONF_VALUE_type(ptr)))
crypto/openssl/include/openssl/conf.h
70
#define sk_CONF_VALUE_dup(sk) ((STACK_OF(CONF_VALUE) *)OPENSSL_sk_dup(ossl_check_const_CONF_VALUE_sk_type(sk)))
crypto/openssl/include/openssl/conf.h
71
#define sk_CONF_VALUE_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(CONF_VALUE) *)OPENSSL_sk_deep_copy(ossl_check_const_CONF_VALUE_sk_type(sk), ossl_check_CONF_VALUE_copyfunc_type(copyfunc), ossl_check_CONF_VALUE_freefunc_type(freefunc)))
crypto/openssl/include/openssl/conf.h
73
DEFINE_LHASH_OF_INTERNAL(CONF_VALUE);
crypto/openssl/include/openssl/conf.h
74
#define lh_CONF_VALUE_new(hfn, cmp) ((LHASH_OF(CONF_VALUE) *)OPENSSL_LH_set_thunks(OPENSSL_LH_new(ossl_check_CONF_VALUE_lh_hashfunc_type(hfn), ossl_check_CONF_VALUE_lh_compfunc_type(cmp)), lh_CONF_VALUE_hash_thunk, lh_CONF_VALUE_comp_thunk, lh_CONF_VALUE_doall_thunk, lh_CONF_VALUE_doall_arg_thunk))
crypto/openssl/include/openssl/conf.h
77
#define lh_CONF_VALUE_insert(lh, ptr) ((CONF_VALUE *)OPENSSL_LH_insert(ossl_check_CONF_VALUE_lh_type(lh), ossl_check_CONF_VALUE_lh_plain_type(ptr)))
crypto/openssl/include/openssl/conf.h
78
#define lh_CONF_VALUE_delete(lh, ptr) ((CONF_VALUE *)OPENSSL_LH_delete(ossl_check_CONF_VALUE_lh_type(lh), ossl_check_const_CONF_VALUE_lh_plain_type(ptr)))
crypto/openssl/include/openssl/conf.h
79
#define lh_CONF_VALUE_retrieve(lh, ptr) ((CONF_VALUE *)OPENSSL_LH_retrieve(ossl_check_CONF_VALUE_lh_type(lh), ossl_check_const_CONF_VALUE_lh_plain_type(ptr)))
crypto/openssl/include/openssl/conf_api.h
27
CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
crypto/openssl/include/openssl/conf_api.h
29
CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
crypto/openssl/include/openssl/conf_api.h
31
STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
crypto/openssl/include/openssl/conf_api.h
34
int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
crypto/openssl/include/openssl/conftypes.h
37
LHASH_OF(CONF_VALUE) *data;
crypto/openssl/include/openssl/http.h
100
int buf_size, const STACK_OF(CONF_VALUE) *headers,
crypto/openssl/include/openssl/http.h
83
const STACK_OF(CONF_VALUE) *headers,
crypto/openssl/include/openssl/http.h
91
int buf_size, const STACK_OF(CONF_VALUE) *headers,
crypto/openssl/include/openssl/x509v3.h
1000
void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
crypto/openssl/include/openssl/x509v3.h
1082
int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE) *dn_sk,
crypto/openssl/include/openssl/x509v3.h
48
typedef STACK_OF(CONF_VALUE) *(*X509V3_EXT_I2V)(const struct v3_ext_method *method, void *ext,
crypto/openssl/include/openssl/x509v3.h
49
STACK_OF(CONF_VALUE) *extlist);
crypto/openssl/include/openssl/x509v3.h
52
STACK_OF(CONF_VALUE) *values);
crypto/openssl/include/openssl/x509v3.h
831
STACK_OF(CONF_VALUE) *nval);
crypto/openssl/include/openssl/x509v3.h
832
STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
crypto/openssl/include/openssl/x509v3.h
834
STACK_OF(CONF_VALUE) *extlist);
crypto/openssl/include/openssl/x509v3.h
842
STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method,
crypto/openssl/include/openssl/x509v3.h
844
STACK_OF(CONF_VALUE) *ret);
crypto/openssl/include/openssl/x509v3.h
849
STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method,
crypto/openssl/include/openssl/x509v3.h
851
STACK_OF(CONF_VALUE) *extlist);
crypto/openssl/include/openssl/x509v3.h
853
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
crypto/openssl/include/openssl/x509v3.h
88
STACK_OF(CONF_VALUE) *(*get_section)(void *db, const char *section);
crypto/openssl/include/openssl/x509v3.h
90
void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
crypto/openssl/include/openssl/x509v3.h
914
X509V3_CTX *ctx, CONF_VALUE *cnf);
crypto/openssl/include/openssl/x509v3.h
917
X509V3_CTX *ctx, CONF_VALUE *cnf,
crypto/openssl/include/openssl/x509v3.h
920
void X509V3_conf_free(CONF_VALUE *val);
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
940
int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/include/openssl/x509v3.h
942
int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/include/openssl/x509v3.h
944
int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/include/openssl/x509v3.h
948
STACK_OF(CONF_VALUE) **extlist);
crypto/openssl/include/openssl/x509v3.h
949
int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool);
crypto/openssl/include/openssl/x509v3.h
950
int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint);
crypto/openssl/include/openssl/x509v3.h
952
void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash);
crypto/openssl/include/openssl/x509v3.h
956
STACK_OF(CONF_VALUE) *X509V3_get_section(X509V3_CTX *ctx, const char *section);
crypto/openssl/include/openssl/x509v3.h
958
void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section);
crypto/openssl/include/openssl/x509v3.h
965
STACK_OF(CONF_VALUE) **extlist);
crypto/openssl/include/openssl/x509v3.h
967
STACK_OF(CONF_VALUE) **extlist);
crypto/openssl/include/openssl/x509v3.h
969
STACK_OF(CONF_VALUE) **extlist);
crypto/openssl/include/openssl/x509v3.h
971
STACK_OF(CONF_VALUE) **extlist);
crypto/openssl/include/openssl/x509v3.h
985
STACK_OF(CONF_VALUE) *X509V3_parse_list(const char *line);
crypto/openssl/test/confdump.c
19
STACK_OF(CONF_VALUE) *sect = NCONF_get_section(cnf, name);
crypto/openssl/test/confdump.c
24
CONF_VALUE *cv = sk_CONF_VALUE_value(sect, i);
crypto/openssl/test/helpers/ssl_test_ctx.c
789
STACK_OF(CONF_VALUE) *sk_conf;
crypto/openssl/test/helpers/ssl_test_ctx.c
798
const CONF_VALUE *option = sk_CONF_VALUE_value(sk_conf, i);
crypto/openssl/test/helpers/ssl_test_ctx.c
822
STACK_OF(CONF_VALUE) *sk_conf;
crypto/openssl/test/helpers/ssl_test_ctx.c
831
const CONF_VALUE *option = sk_CONF_VALUE_value(sk_conf, i);
crypto/openssl/test/helpers/ssl_test_ctx.c
855
STACK_OF(CONF_VALUE) *sk_conf = NULL;
crypto/openssl/test/helpers/ssl_test_ctx.c
866
const CONF_VALUE *option = sk_CONF_VALUE_value(sk_conf, i);
crypto/openssl/test/http_test.c
162
STACK_OF(CONF_VALUE) *headers = NULL;