Symbol: CONF_VALUE
crypto/libressl/apps/openssl/apps.c
517
STACK_OF(CONF_VALUE) *sktmp;
crypto/libressl/apps/openssl/apps.c
518
CONF_VALUE *cnf;
crypto/libressl/apps/openssl/apps.c
998
STACK_OF(CONF_VALUE) *vals;
crypto/libressl/apps/openssl/apps.c
999
CONF_VALUE *val;
crypto/libressl/apps/openssl/apps.h
195
STACK_OF(CONF_VALUE) *headers, int req_timeout);
crypto/libressl/apps/openssl/ca.c
126
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,
crypto/libressl/apps/openssl/ca.c
133
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,
crypto/libressl/apps/openssl/ca.c
140
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,
crypto/libressl/apps/openssl/ca.c
148
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,
crypto/libressl/apps/openssl/ca.c
1601
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,
crypto/libressl/apps/openssl/ca.c
1669
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,
crypto/libressl/apps/openssl/ca.c
1725
STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy,
crypto/libressl/apps/openssl/ca.c
1743
CONF_VALUE *cv;
crypto/libressl/apps/openssl/ca.c
2313
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,
crypto/libressl/apps/openssl/ca.c
2318
STACK_OF(CONF_VALUE) *sk = NULL;
crypto/libressl/apps/openssl/ca.c
2319
LHASH_OF(CONF_VALUE) *parms = NULL;
crypto/libressl/apps/openssl/ca.c
2321
CONF_VALUE *cv = NULL;
crypto/libressl/apps/openssl/ca.c
683
STACK_OF(CONF_VALUE) *attribs = NULL;
crypto/libressl/apps/openssl/ocsp.c
100
STACK_OF(CONF_VALUE) *headers, const char *host, OCSP_REQUEST *req,
crypto/libressl/apps/openssl/ocsp.c
110
STACK_OF(CONF_VALUE) *headers;
crypto/libressl/apps/openssl/ocsp.c
1411
query_responder(BIO *err, BIO *cbio, char *path, STACK_OF(CONF_VALUE) *headers,
crypto/libressl/apps/openssl/ocsp.c
1453
CONF_VALUE *hdr = sk_CONF_VALUE_value(headers, i);
crypto/libressl/apps/openssl/ocsp.c
1501
char *port, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout)
crypto/libressl/apps/openssl/req.c
109
STACK_OF(CONF_VALUE) * dn_sk, char *dn_sect,
crypto/libressl/apps/openssl/req.c
110
STACK_OF(CONF_VALUE) * attr_sk, char *attr_sect, int attribs,
crypto/libressl/apps/openssl/req.c
112
static int auto_info(X509_REQ * req, STACK_OF(CONF_VALUE) * sk,
crypto/libressl/apps/openssl/req.c
113
STACK_OF(CONF_VALUE) * attr, int attribs,
crypto/libressl/apps/openssl/req.c
1134
STACK_OF(CONF_VALUE) * dn_sk, *attr_sk = NULL;
crypto/libressl/apps/openssl/req.c
1212
STACK_OF(CONF_VALUE) * dn_sk, char *dn_sect,
crypto/libressl/apps/openssl/req.c
1213
STACK_OF(CONF_VALUE) * attr_sk, char *attr_sect, int attribs,
crypto/libressl/apps/openssl/req.c
1223
CONF_VALUE *v;
crypto/libressl/apps/openssl/req.c
1396
auto_info(X509_REQ * req, STACK_OF(CONF_VALUE) * dn_sk,
crypto/libressl/apps/openssl/req.c
1397
STACK_OF(CONF_VALUE) * attr_sk, int attribs, unsigned long chtype)
crypto/libressl/apps/openssl/req.c
1402
CONF_VALUE *v;
crypto/libressl/crypto/asn1/asn1_gen.c
437
STACK_OF(CONF_VALUE) *sect = NULL;
crypto/libressl/crypto/asn1/asn1_gen.c
612
CONF_VALUE vtmp;
crypto/libressl/crypto/asn1/asn_moid.c
79
STACK_OF(CONF_VALUE) *sktmp;
crypto/libressl/crypto/asn1/asn_moid.c
80
CONF_VALUE *oval;
crypto/libressl/crypto/conf/conf_api.c
101
return ((STACK_OF(CONF_VALUE) *)v->value);
crypto/libressl/crypto/conf/conf_api.c
107
_CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value)
crypto/libressl/crypto/conf/conf_api.c
109
CONF_VALUE *v = NULL;
crypto/libressl/crypto/conf/conf_api.c
110
STACK_OF(CONF_VALUE) *ts;
crypto/libressl/crypto/conf/conf_api.c
112
ts = (STACK_OF(CONF_VALUE) *)section->value;
crypto/libressl/crypto/conf/conf_api.c
132
CONF_VALUE *v, vv;
crypto/libressl/crypto/conf/conf_api.c
156
conf_value_hash(const CONF_VALUE *v)
crypto/libressl/crypto/conf/conf_api.c
161
static IMPLEMENT_LHASH_HASH_FN(conf_value, CONF_VALUE)
crypto/libressl/crypto/conf/conf_api.c
164
conf_value_cmp(const CONF_VALUE *a, const CONF_VALUE *b)
crypto/libressl/crypto/conf/conf_api.c
182
static IMPLEMENT_LHASH_COMP_FN(conf_value, CONF_VALUE)
crypto/libressl/crypto/conf/conf_api.c
208
LHASH_OF(CONF_VALUE), conf->data);
crypto/libressl/crypto/conf/conf_api.c
218
value_free_hash_doall_arg(CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf)
crypto/libressl/crypto/conf/conf_api.c
225
value_free_stack_doall(CONF_VALUE *a)
crypto/libressl/crypto/conf/conf_api.c
227
CONF_VALUE *vv;
crypto/libressl/crypto/conf/conf_api.c
228
STACK_OF(CONF_VALUE) *sk;
crypto/libressl/crypto/conf/conf_api.c
234
sk = (STACK_OF(CONF_VALUE) *)a->value;
crypto/libressl/crypto/conf/conf_api.c
248
CONF_VALUE *
crypto/libressl/crypto/conf/conf_api.c
251
STACK_OF(CONF_VALUE) *sk = NULL;
crypto/libressl/crypto/conf/conf_api.c
253
CONF_VALUE *v = NULL, *vv;
crypto/libressl/crypto/conf/conf_api.c
257
if ((v = malloc(sizeof(CONF_VALUE))) == NULL)
crypto/libressl/crypto/conf/conf_api.c
72
static void value_free_hash_doall_arg(CONF_VALUE *a,
crypto/libressl/crypto/conf/conf_api.c
73
LHASH_OF(CONF_VALUE) *conf);
crypto/libressl/crypto/conf/conf_api.c
74
static void value_free_stack_doall(CONF_VALUE *a);
crypto/libressl/crypto/conf/conf_api.c
75
static IMPLEMENT_LHASH_DOALL_ARG_FN(value_free_hash, CONF_VALUE,
crypto/libressl/crypto/conf/conf_api.c
76
LHASH_OF(CONF_VALUE))
crypto/libressl/crypto/conf/conf_api.c
77
static IMPLEMENT_LHASH_DOALL_FN(value_free_stack, CONF_VALUE)
crypto/libressl/crypto/conf/conf_api.c
80
CONF_VALUE *
crypto/libressl/crypto/conf/conf_api.c
83
CONF_VALUE *v, vv;
crypto/libressl/crypto/conf/conf_api.c
94
STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/conf/conf_api.c
97
CONF_VALUE *v;
crypto/libressl/crypto/conf/conf_def.c
222
CONF_VALUE *v = NULL, *tv;
crypto/libressl/crypto/conf/conf_def.c
223
CONF_VALUE *sv = NULL;
crypto/libressl/crypto/conf/conf_def.c
360
if (!(v = malloc(sizeof(CONF_VALUE)))) {
crypto/libressl/crypto/conf/conf_def.c
670
dump_value_doall_arg(CONF_VALUE *a, BIO *out)
crypto/libressl/crypto/conf/conf_def.c
678
static IMPLEMENT_LHASH_DOALL_ARG_FN(dump_value, CONF_VALUE, BIO)
crypto/libressl/crypto/conf/conf_lib.c
107
LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
crypto/libressl/crypto/conf/conf_lib.c
111
LHASH_OF(CONF_VALUE) *ltmp;
crypto/libressl/crypto/conf/conf_lib.c
122
LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
crypto/libressl/crypto/conf/conf_lib.c
136
STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
crypto/libressl/crypto/conf/conf_lib.c
149
CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
crypto/libressl/crypto/conf/conf_lib.c
162
CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group,
crypto/libressl/crypto/conf/conf_lib.c
184
CONF_free(LHASH_OF(CONF_VALUE) *conf)
crypto/libressl/crypto/conf/conf_lib.c
193
CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out)
crypto/libressl/crypto/conf/conf_lib.c
208
CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out)
crypto/libressl/crypto/conf/conf_lib.c
292
STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/conf/conf_lib.c
71
CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash)
crypto/libressl/crypto/conf/conf_lib.c
89
LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
crypto/libressl/crypto/conf/conf_lib.c
92
LHASH_OF(CONF_VALUE) *ltmp;
crypto/libressl/crypto/conf/conf_mod.c
126
STACK_OF(CONF_VALUE) *values;
crypto/libressl/crypto/conf/conf_mod.c
127
CONF_VALUE *vl;
crypto/libressl/crypto/engine/eng_cnf.c
104
STACK_OF(CONF_VALUE) *ecmds;
crypto/libressl/crypto/engine/eng_cnf.c
105
CONF_VALUE *ecmd = NULL;
crypto/libressl/crypto/engine/eng_cnf.c
211
STACK_OF(CONF_VALUE) *elist;
crypto/libressl/crypto/engine/eng_cnf.c
212
CONF_VALUE *cval;
crypto/libressl/crypto/ts/ts_conf.c
363
STACK_OF(CONF_VALUE) *list = NULL;
crypto/libressl/crypto/ts/ts_conf.c
372
CONF_VALUE *val = sk_CONF_VALUE_value(list, i);
crypto/libressl/crypto/ts/ts_conf.c
396
STACK_OF(CONF_VALUE) *list = NULL;
crypto/libressl/crypto/ts/ts_conf.c
412
CONF_VALUE *val = sk_CONF_VALUE_value(list, i);
crypto/libressl/crypto/ts/ts_conf.c
436
STACK_OF(CONF_VALUE) *list = NULL;
crypto/libressl/crypto/ts/ts_conf.c
444
CONF_VALUE *val = sk_CONF_VALUE_value(list, i);
crypto/libressl/crypto/ts/ts_rsp_print.c
266
STACK_OF(CONF_VALUE) *nval;
crypto/libressl/crypto/x509/x509_addr.c
1475
STACK_OF(CONF_VALUE)*values)
crypto/libressl/crypto/x509/x509_addr.c
1489
CONF_VALUE *val = sk_CONF_VALUE_value(values, i);
crypto/libressl/crypto/x509/x509_akey.c
150
STACK_OF(CONF_VALUE) *values)
crypto/libressl/crypto/x509/x509_akey.c
154
CONF_VALUE *cnf;
crypto/libressl/crypto/x509/x509_akey.c
68
static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_akey.c
69
AUTHORITY_KEYID *akeyid, STACK_OF(CONF_VALUE) *extlist);
crypto/libressl/crypto/x509/x509_akey.c
71
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values);
crypto/libressl/crypto/x509/x509_akey.c
90
static STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/x509/x509_akey.c
92
STACK_OF(CONF_VALUE) *extlist)
crypto/libressl/crypto/x509/x509_akey.c
94
STACK_OF(CONF_VALUE) *free_extlist = NULL;
crypto/libressl/crypto/x509/x509_alt.c
128
STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/x509/x509_alt.c
130
STACK_OF(CONF_VALUE) *ret)
crypto/libressl/crypto/x509/x509_alt.c
132
STACK_OF(CONF_VALUE) *free_ret = NULL;
crypto/libressl/crypto/x509/x509_alt.c
156
STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/x509/x509_alt.c
158
STACK_OF(CONF_VALUE) *ret)
crypto/libressl/crypto/x509/x509_alt.c
160
STACK_OF(CONF_VALUE) *free_ret = NULL;
crypto/libressl/crypto/x509/x509_alt.c
316
STACK_OF(CONF_VALUE) *nval)
crypto/libressl/crypto/x509/x509_alt.c
319
CONF_VALUE *cnf;
crypto/libressl/crypto/x509/x509_alt.c
392
STACK_OF(CONF_VALUE) *nval)
crypto/libressl/crypto/x509/x509_alt.c
395
CONF_VALUE *cnf;
crypto/libressl/crypto/x509/x509_alt.c
489
STACK_OF(CONF_VALUE) *nval)
crypto/libressl/crypto/x509/x509_alt.c
493
CONF_VALUE *cnf;
crypto/libressl/crypto/x509/x509_alt.c
518
CONF_VALUE *cnf)
crypto/libressl/crypto/x509/x509_alt.c
615
X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc)
crypto/libressl/crypto/x509/x509_alt.c
69
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
crypto/libressl/crypto/x509/x509_alt.c
71
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
crypto/libressl/crypto/x509/x509_alt.c
747
STACK_OF(CONF_VALUE) *sk;
crypto/libressl/crypto/x509/x509_asid.c
770
STACK_OF(CONF_VALUE)*values)
crypto/libressl/crypto/x509/x509_asid.c
782
CONF_VALUE *val = sk_CONF_VALUE_value(values, i);
crypto/libressl/crypto/x509/x509_bcons.c
144
static STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/x509/x509_bcons.c
146
STACK_OF(CONF_VALUE) *extlist)
crypto/libressl/crypto/x509/x509_bcons.c
148
STACK_OF(CONF_VALUE) *free_extlist = NULL;
crypto/libressl/crypto/x509/x509_bcons.c
170
STACK_OF(CONF_VALUE) *values)
crypto/libressl/crypto/x509/x509_bcons.c
173
CONF_VALUE *val;
crypto/libressl/crypto/x509/x509_bcons.c
68
static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_bcons.c
69
BASIC_CONSTRAINTS *bcons, STACK_OF(CONF_VALUE) *extlist);
crypto/libressl/crypto/x509/x509_bcons.c
71
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values);
crypto/libressl/crypto/x509/x509_bitst.c
125
STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/x509/x509_bitst.c
127
STACK_OF(CONF_VALUE) *ret)
crypto/libressl/crypto/x509/x509_bitst.c
130
STACK_OF(CONF_VALUE) *free_ret = NULL;
crypto/libressl/crypto/x509/x509_bitst.c
154
STACK_OF(CONF_VALUE) *nval)
crypto/libressl/crypto/x509/x509_bitst.c
156
CONF_VALUE *val;
crypto/libressl/crypto/x509/x509_conf.c
144
STACK_OF(CONF_VALUE) *nval;
crypto/libressl/crypto/x509/x509_conf.c
351
STACK_OF(CONF_VALUE) *nval;
crypto/libressl/crypto/x509/x509_conf.c
352
CONF_VALUE *val;
crypto/libressl/crypto/x509/x509_conf.c
425
STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/x509/x509_conf.c
445
X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section)
crypto/libressl/crypto/x509/x509_conf.c
459
static STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/x509/x509_conf.c
493
X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, const char *name,
crypto/libressl/crypto/x509/x509_conf.c
505
X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, int ext_nid,
crypto/libressl/crypto/x509/x509_conf.c
520
static STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/x509/x509_conf.c
534
X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash)
crypto/libressl/crypto/x509/x509_conf.c
541
X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_conf.c
553
X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_conf.c
565
X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/libressl/crypto/x509/x509_conf.c
79
static STACK_OF(CONF_VALUE) *conf_lhash_get_section(void *db,
crypto/libressl/crypto/x509/x509_cpols.c
408
STACK_OF(CONF_VALUE) *vals;
crypto/libressl/crypto/x509/x509_cpols.c
409
CONF_VALUE *cnf;
crypto/libressl/crypto/x509/x509_cpols.c
435
STACK_OF(CONF_VALUE) *polsect;
crypto/libressl/crypto/x509/x509_cpols.c
471
policy_section(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *polstrs, int ia5org)
crypto/libressl/crypto/x509/x509_cpols.c
474
CONF_VALUE *cnf;
crypto/libressl/crypto/x509/x509_cpols.c
511
STACK_OF(CONF_VALUE) *unot;
crypto/libressl/crypto/x509/x509_cpols.c
560
notice_section(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *unot, int ia5org)
crypto/libressl/crypto/x509/x509_cpols.c
563
CONF_VALUE *cnf;
crypto/libressl/crypto/x509/x509_cpols.c
601
STACK_OF(CONF_VALUE) *nos;
crypto/libressl/crypto/x509/x509_cpols.c
645
nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos)
crypto/libressl/crypto/x509/x509_cpols.c
647
CONF_VALUE *cnf;
crypto/libressl/crypto/x509/x509_cpols.c
81
STACK_OF(CONF_VALUE) *polstrs, int ia5org);
crypto/libressl/crypto/x509/x509_cpols.c
83
STACK_OF(CONF_VALUE) *unot, int ia5org);
crypto/libressl/crypto/x509/x509_cpols.c
84
static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
crypto/libressl/crypto/x509/x509_crld.c
112
STACK_OF(CONF_VALUE) *gnsect;
crypto/libressl/crypto/x509/x509_crld.c
132
set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx, CONF_VALUE *cnf)
crypto/libressl/crypto/x509/x509_crld.c
143
STACK_OF(CONF_VALUE) *dnsect;
crypto/libressl/crypto/x509/x509_crld.c
212
STACK_OF(CONF_VALUE) *rsk = NULL;
crypto/libressl/crypto/x509/x509_crld.c
271
crldp_from_section(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
crypto/libressl/crypto/x509/x509_crld.c
274
CONF_VALUE *cnf;
crypto/libressl/crypto/x509/x509_crld.c
309
STACK_OF(CONF_VALUE) *nval)
crypto/libressl/crypto/x509/x509_crld.c
314
CONF_VALUE *cnf;
crypto/libressl/crypto/x509/x509_crld.c
323
STACK_OF(CONF_VALUE) *dpsect;
crypto/libressl/crypto/x509/x509_crld.c
636
STACK_OF(CONF_VALUE) *nval);
crypto/libressl/crypto/x509/x509_crld.c
651
STACK_OF(CONF_VALUE) *nval)
crypto/libressl/crypto/x509/x509_crld.c
654
CONF_VALUE *cnf;
crypto/libressl/crypto/x509/x509_crld.c
71
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
crypto/libressl/crypto/x509/x509_extku.c
150
static STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/x509/x509_extku.c
152
STACK_OF(CONF_VALUE) *extlist)
crypto/libressl/crypto/x509/x509_extku.c
156
STACK_OF(CONF_VALUE) *free_extlist = NULL;
crypto/libressl/crypto/x509/x509_extku.c
184
STACK_OF(CONF_VALUE) *nval)
crypto/libressl/crypto/x509/x509_extku.c
189
CONF_VALUE *val;
crypto/libressl/crypto/x509/x509_extku.c
67
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
crypto/libressl/crypto/x509/x509_extku.c
68
static STACK_OF(CONF_VALUE) *i2v_EXTENDED_KEY_USAGE(
crypto/libressl/crypto/x509/x509_extku.c
69
const X509V3_EXT_METHOD *method, void *eku, STACK_OF(CONF_VALUE) *extlist);
crypto/libressl/crypto/x509/x509_info.c
205
static STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/x509/x509_info.c
207
AUTHORITY_INFO_ACCESS *ainfo, STACK_OF(CONF_VALUE) *ret)
crypto/libressl/crypto/x509/x509_info.c
210
CONF_VALUE *vtmp;
crypto/libressl/crypto/x509/x509_info.c
211
STACK_OF(CONF_VALUE) *free_ret = NULL;
crypto/libressl/crypto/x509/x509_info.c
249
STACK_OF(CONF_VALUE) *nval)
crypto/libressl/crypto/x509/x509_info.c
252
CONF_VALUE *cnf, ctmp;
crypto/libressl/crypto/x509/x509_info.c
68
static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(
crypto/libressl/crypto/x509/x509_info.c
70
STACK_OF(CONF_VALUE) *ret);
crypto/libressl/crypto/x509/x509_info.c
72
X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
crypto/libressl/crypto/x509/x509_ncons.c
189
STACK_OF(CONF_VALUE) *nval)
crypto/libressl/crypto/x509/x509_ncons.c
192
CONF_VALUE tval, *val;
crypto/libressl/crypto/x509/x509_ncons.c
70
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
crypto/libressl/crypto/x509/x509_pci.c
234
STACK_OF(CONF_VALUE) *vals;
crypto/libressl/crypto/x509/x509_pci.c
242
CONF_VALUE *cnf = sk_CONF_VALUE_value(vals, i);
crypto/libressl/crypto/x509/x509_pci.c
249
STACK_OF(CONF_VALUE) *sect;
crypto/libressl/crypto/x509/x509_pci.c
87
process_pci_value(CONF_VALUE *val, ASN1_OBJECT **language,
crypto/libressl/crypto/x509/x509_pcons.c
131
static STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/x509/x509_pcons.c
133
STACK_OF(CONF_VALUE) *extlist)
crypto/libressl/crypto/x509/x509_pcons.c
136
STACK_OF(CONF_VALUE) *free_extlist = NULL;
crypto/libressl/crypto/x509/x509_pcons.c
160
STACK_OF(CONF_VALUE) *values)
crypto/libressl/crypto/x509/x509_pcons.c
163
CONF_VALUE *val;
crypto/libressl/crypto/x509/x509_pcons.c
68
static STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/x509/x509_pcons.c
70
STACK_OF(CONF_VALUE) *extlist);
crypto/libressl/crypto/x509/x509_pcons.c
72
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values);
crypto/libressl/crypto/x509/x509_pmaps.c
147
static STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/x509/x509_pmaps.c
149
STACK_OF(CONF_VALUE) *extlist)
crypto/libressl/crypto/x509/x509_pmaps.c
151
STACK_OF(CONF_VALUE) *free_extlist = NULL;
crypto/libressl/crypto/x509/x509_pmaps.c
185
STACK_OF(CONF_VALUE) *nval)
crypto/libressl/crypto/x509/x509_pmaps.c
190
CONF_VALUE *val;
crypto/libressl/crypto/x509/x509_pmaps.c
68
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
crypto/libressl/crypto/x509/x509_pmaps.c
69
static STACK_OF(CONF_VALUE) *i2v_POLICY_MAPPINGS(
crypto/libressl/crypto/x509/x509_pmaps.c
70
const X509V3_EXT_METHOD *method, void *pmps, STACK_OF(CONF_VALUE) *extlist);
crypto/libressl/crypto/x509/x509_prn.c
112
STACK_OF(CONF_VALUE) *nval = NULL;
crypto/libressl/crypto/x509/x509_prn.c
75
X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml)
crypto/libressl/crypto/x509/x509_prn.c
78
CONF_VALUE *nval;
crypto/libressl/crypto/x509/x509_sxnet.c
235
STACK_OF(CONF_VALUE) *nval)
crypto/libressl/crypto/x509/x509_sxnet.c
237
CONF_VALUE *cnf;
crypto/libressl/crypto/x509/x509_sxnet.c
76
STACK_OF(CONF_VALUE) *nval);
crypto/libressl/crypto/x509/x509_utl.c
123
STACK_OF(CONF_VALUE) **extlist)
crypto/libressl/crypto/x509/x509_utl.c
131
X509V3_conf_free(CONF_VALUE *conf)
crypto/libressl/crypto/x509/x509_utl.c
1355
X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk,
crypto/libressl/crypto/x509/x509_utl.c
1358
CONF_VALUE *v;
crypto/libressl/crypto/x509/x509_utl.c
143
STACK_OF(CONF_VALUE) **extlist)
crypto/libressl/crypto/x509/x509_utl.c
152
STACK_OF(CONF_VALUE) **extlist)
crypto/libressl/crypto/x509/x509_utl.c
268
STACK_OF(CONF_VALUE) **extlist)
crypto/libressl/crypto/x509/x509_utl.c
283
X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool)
crypto/libressl/crypto/x509/x509_utl.c
308
X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint)
crypto/libressl/crypto/x509/x509_utl.c
325
STACK_OF(CONF_VALUE) *
crypto/libressl/crypto/x509/x509_utl.c
330
STACK_OF(CONF_VALUE) *values = NULL;
crypto/libressl/crypto/x509/x509_utl.c
85
STACK_OF(CONF_VALUE) **extlist)
crypto/libressl/crypto/x509/x509_utl.c
87
CONF_VALUE *vtmp = NULL;
crypto/libressl/crypto/x509/x509_utl.c
88
STACK_OF(CONF_VALUE) *free_exts = NULL;
crypto/libressl/crypto/x509/x509_utl.c
90
if ((vtmp = calloc(1, sizeof(CONF_VALUE))) == NULL)
crypto/libressl/include/openssl/conf.h
121
void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
crypto/libressl/include/openssl/conf.h
122
LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
crypto/libressl/include/openssl/conf.h
124
LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
crypto/libressl/include/openssl/conf.h
126
LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, long *eline);
crypto/libressl/include/openssl/conf.h
127
STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
crypto/libressl/include/openssl/conf.h
129
char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
crypto/libressl/include/openssl/conf.h
131
long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group,
crypto/libressl/include/openssl/conf.h
133
void CONF_free(LHASH_OF(CONF_VALUE) *conf);
crypto/libressl/include/openssl/conf.h
134
int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out);
crypto/libressl/include/openssl/conf.h
135
int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out);
crypto/libressl/include/openssl/conf.h
146
LHASH_OF(CONF_VALUE) *data;
crypto/libressl/include/openssl/conf.h
158
STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section);
crypto/libressl/include/openssl/conf.h
81
DECLARE_STACK_OF(CONF_VALUE)
crypto/libressl/include/openssl/conf.h
82
DECLARE_LHASH_OF(CONF_VALUE);
crypto/libressl/include/openssl/conf_api.h
70
CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
crypto/libressl/include/openssl/conf_api.h
72
CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
crypto/libressl/include/openssl/conf_api.h
74
STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
crypto/libressl/include/openssl/conf_api.h
77
int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
crypto/libressl/include/openssl/safestack.h
2052
#define lh_CONF_VALUE_new() LHM_lh_new(CONF_VALUE,conf_value)
crypto/libressl/include/openssl/safestack.h
2053
#define lh_CONF_VALUE_insert(lh,inst) LHM_lh_insert(CONF_VALUE,lh,inst)
crypto/libressl/include/openssl/safestack.h
2054
#define lh_CONF_VALUE_retrieve(lh,inst) LHM_lh_retrieve(CONF_VALUE,lh,inst)
crypto/libressl/include/openssl/safestack.h
2055
#define lh_CONF_VALUE_delete(lh,inst) LHM_lh_delete(CONF_VALUE,lh,inst)
crypto/libressl/include/openssl/safestack.h
2056
#define lh_CONF_VALUE_doall(lh,fn) LHM_lh_doall(CONF_VALUE,lh,fn)
crypto/libressl/include/openssl/safestack.h
2058
LHM_lh_doall_arg(CONF_VALUE,lh,fn,arg_type,arg)
crypto/libressl/include/openssl/safestack.h
2059
#define lh_CONF_VALUE_error(lh) LHM_lh_error(CONF_VALUE,lh)
crypto/libressl/include/openssl/safestack.h
2060
#define lh_CONF_VALUE_num_items(lh) LHM_lh_num_items(CONF_VALUE,lh)
crypto/libressl/include/openssl/safestack.h
2061
#define lh_CONF_VALUE_down_load(lh) LHM_lh_down_load(CONF_VALUE,lh)
crypto/libressl/include/openssl/safestack.h
2063
LHM_lh_node_stats_bio(CONF_VALUE,lh,out)
crypto/libressl/include/openssl/safestack.h
2065
LHM_lh_node_usage_stats_bio(CONF_VALUE,lh,out)
crypto/libressl/include/openssl/safestack.h
2067
LHM_lh_stats_bio(CONF_VALUE,lh,out)
crypto/libressl/include/openssl/safestack.h
2068
#define lh_CONF_VALUE_free(lh) LHM_lh_free(CONF_VALUE,lh)
crypto/libressl/include/openssl/safestack.h
600
#define sk_CONF_VALUE_new(cmp) SKM_sk_new(CONF_VALUE, (cmp))
crypto/libressl/include/openssl/safestack.h
601
#define sk_CONF_VALUE_new_null() SKM_sk_new_null(CONF_VALUE)
crypto/libressl/include/openssl/safestack.h
602
#define sk_CONF_VALUE_free(st) SKM_sk_free(CONF_VALUE, (st))
crypto/libressl/include/openssl/safestack.h
603
#define sk_CONF_VALUE_num(st) SKM_sk_num(CONF_VALUE, (st))
crypto/libressl/include/openssl/safestack.h
604
#define sk_CONF_VALUE_value(st, i) SKM_sk_value(CONF_VALUE, (st), (i))
crypto/libressl/include/openssl/safestack.h
605
#define sk_CONF_VALUE_set(st, i, val) SKM_sk_set(CONF_VALUE, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
606
#define sk_CONF_VALUE_zero(st) SKM_sk_zero(CONF_VALUE, (st))
crypto/libressl/include/openssl/safestack.h
607
#define sk_CONF_VALUE_push(st, val) SKM_sk_push(CONF_VALUE, (st), (val))
crypto/libressl/include/openssl/safestack.h
608
#define sk_CONF_VALUE_unshift(st, val) SKM_sk_unshift(CONF_VALUE, (st), (val))
crypto/libressl/include/openssl/safestack.h
609
#define sk_CONF_VALUE_find(st, val) SKM_sk_find(CONF_VALUE, (st), (val))
crypto/libressl/include/openssl/safestack.h
610
#define sk_CONF_VALUE_find_ex(st, val) SKM_sk_find_ex(CONF_VALUE, (st), (val))
crypto/libressl/include/openssl/safestack.h
611
#define sk_CONF_VALUE_delete(st, i) SKM_sk_delete(CONF_VALUE, (st), (i))
crypto/libressl/include/openssl/safestack.h
612
#define sk_CONF_VALUE_delete_ptr(st, ptr) SKM_sk_delete_ptr(CONF_VALUE, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
613
#define sk_CONF_VALUE_insert(st, val, i) SKM_sk_insert(CONF_VALUE, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
614
#define sk_CONF_VALUE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CONF_VALUE, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
615
#define sk_CONF_VALUE_dup(st) SKM_sk_dup(CONF_VALUE, st)
crypto/libressl/include/openssl/safestack.h
616
#define sk_CONF_VALUE_pop_free(st, free_func) SKM_sk_pop_free(CONF_VALUE, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
617
#define sk_CONF_VALUE_shift(st) SKM_sk_shift(CONF_VALUE, (st))
crypto/libressl/include/openssl/safestack.h
618
#define sk_CONF_VALUE_pop(st) SKM_sk_pop(CONF_VALUE, (st))
crypto/libressl/include/openssl/safestack.h
619
#define sk_CONF_VALUE_sort(st) SKM_sk_sort(CONF_VALUE, (st))
crypto/libressl/include/openssl/safestack.h
620
#define sk_CONF_VALUE_is_sorted(st) SKM_sk_is_sorted(CONF_VALUE, (st))
crypto/libressl/include/openssl/x509v3.h
125
STACK_OF(CONF_VALUE) *(*get_section)(void *db, const char *section);
crypto/libressl/include/openssl/x509v3.h
127
void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
crypto/libressl/include/openssl/x509v3.h
563
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
crypto/libressl/include/openssl/x509v3.h
564
STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
crypto/libressl/include/openssl/x509v3.h
566
STACK_OF(CONF_VALUE) *extlist);
crypto/libressl/include/openssl/x509v3.h
568
STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret);
crypto/libressl/include/openssl/x509v3.h
577
STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method,
crypto/libressl/include/openssl/x509v3.h
578
GENERAL_NAMES *gen, STACK_OF(CONF_VALUE) *extlist);
crypto/libressl/include/openssl/x509v3.h
580
X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
crypto/libressl/include/openssl/x509v3.h
697
CONF_VALUE *cnf);
crypto/libressl/include/openssl/x509v3.h
700
X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc);
crypto/libressl/include/openssl/x509v3.h
701
void X509V3_conf_free(CONF_VALUE *val);
crypto/libressl/include/openssl/x509v3.h
716
X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/libressl/include/openssl/x509v3.h
718
X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/libressl/include/openssl/x509v3.h
720
int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/libressl/include/openssl/x509v3.h
722
int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/libressl/include/openssl/x509v3.h
724
int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/libressl/include/openssl/x509v3.h
728
STACK_OF(CONF_VALUE) **extlist);
crypto/libressl/include/openssl/x509v3.h
729
int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool);
crypto/libressl/include/openssl/x509v3.h
730
int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint);
crypto/libressl/include/openssl/x509v3.h
732
void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash);
crypto/libressl/include/openssl/x509v3.h
737
STACK_OF(CONF_VALUE) *X509V3_get_section(X509V3_CTX *ctx, const char *section);
crypto/libressl/include/openssl/x509v3.h
739
void X509V3_section_free( X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section);
crypto/libressl/include/openssl/x509v3.h
744
STACK_OF(CONF_VALUE) **extlist);
crypto/libressl/include/openssl/x509v3.h
746
STACK_OF(CONF_VALUE) **extlist);
crypto/libressl/include/openssl/x509v3.h
748
STACK_OF(CONF_VALUE) **extlist);
crypto/libressl/include/openssl/x509v3.h
750
STACK_OF(CONF_VALUE) **extlist);
crypto/libressl/include/openssl/x509v3.h
764
STACK_OF(CONF_VALUE) *X509V3_parse_list(const char *line);
crypto/libressl/include/openssl/x509v3.h
776
void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
crypto/libressl/include/openssl/x509v3.h
81
typedef STACK_OF(CONF_VALUE) *
crypto/libressl/include/openssl/x509v3.h
83
STACK_OF(CONF_VALUE) *extlist);
crypto/libressl/include/openssl/x509v3.h
843
int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk,
crypto/libressl/include/openssl/x509v3.h
86
STACK_OF(CONF_VALUE) *values);