Symbol: OPENSSL_STRING
crypto/openssl/apps/asn1parse.c
77
STACK_OF(OPENSSL_STRING) *osk = NULL;
crypto/openssl/apps/ca.c
108
STACK_OF(OPENSSL_STRING) *sigopts,
crypto/openssl/apps/ca.c
109
STACK_OF(OPENSSL_STRING) *vfyopts,
crypto/openssl/apps/ca.c
118
STACK_OF(OPENSSL_STRING) *sigopts,
crypto/openssl/apps/ca.c
126
const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
crypto/openssl/apps/ca.c
1376
STACK_OF(OPENSSL_STRING) *sigopts,
crypto/openssl/apps/ca.c
1377
STACK_OF(OPENSSL_STRING) *vfyopts,
crypto/openssl/apps/ca.c
1434
STACK_OF(OPENSSL_STRING) *sigopts,
crypto/openssl/apps/ca.c
1435
STACK_OF(OPENSSL_STRING) *vfyopts,
crypto/openssl/apps/ca.c
1490
const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
crypto/openssl/apps/ca.c
1509
OPENSSL_STRING row[DB_NUMBER];
crypto/openssl/apps/ca.c
1510
OPENSSL_STRING *irow = NULL;
crypto/openssl/apps/ca.c
1511
OPENSSL_STRING *rrow = NULL;
crypto/openssl/apps/ca.c
1847
OPENSSL_STRING *crow = row;
crypto/openssl/apps/ca.c
2000
STACK_OF(OPENSSL_STRING) *sigopts,
crypto/openssl/apps/ca.c
322
STACK_OF(OPENSSL_STRING) *sigopts = NULL, *vfyopts = NULL;
crypto/openssl/apps/ca.c
96
STACK_OF(OPENSSL_STRING) *sigopts,
crypto/openssl/apps/ca.c
97
STACK_OF(OPENSSL_STRING) *vfyopts,
crypto/openssl/apps/cms.c
1496
static STACK_OF(GENERAL_NAMES) *make_names_stack(STACK_OF(OPENSSL_STRING) *ns)
crypto/openssl/apps/cms.c
1530
static CMS_ReceiptRequest *make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst,
crypto/openssl/apps/cms.c
1531
STACK_OF(OPENSSL_STRING) *rr_from)
crypto/openssl/apps/cms.c
1558
STACK_OF(OPENSSL_STRING) *param)
crypto/openssl/apps/cms.c
27
static CMS_ReceiptRequest *make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst,
crypto/openssl/apps/cms.c
28
STACK_OF(OPENSSL_STRING) *rr_from);
crypto/openssl/apps/cms.c
30
STACK_OF(OPENSSL_STRING) *param);
crypto/openssl/apps/cms.c
353
STACK_OF(OPENSSL_STRING) *rr_to = NULL, *rr_from = NULL;
crypto/openssl/apps/cms.c
354
STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL;
crypto/openssl/apps/cms.c
58
STACK_OF(OPENSSL_STRING) *param;
crypto/openssl/apps/crl2pkcs7.c
59
STACK_OF(OPENSSL_STRING) *certflst = NULL;
crypto/openssl/apps/dgst.c
119
STACK_OF(OPENSSL_STRING) *sigopts = NULL, *macopts = NULL;
crypto/openssl/apps/enc.c
182
STACK_OF(OPENSSL_STRING) *skeyopts = NULL;
crypto/openssl/apps/engine.c
164
STACK_OF(OPENSSL_STRING) *cmds = NULL;
crypto/openssl/apps/engine.c
246
static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds,
crypto/openssl/apps/engine.c
310
STACK_OF(OPENSSL_STRING) *pre_cmds = sk_OPENSSL_STRING_new_null();
crypto/openssl/apps/engine.c
311
STACK_OF(OPENSSL_STRING) *post_cmds = sk_OPENSSL_STRING_new_null();
crypto/openssl/apps/fipsinstall.c
629
STACK_OF(OPENSSL_STRING) *opts = NULL;
crypto/openssl/apps/genpkey.c
139
STACK_OF(OPENSSL_STRING) *keyopt = NULL;
crypto/openssl/apps/include/apps.h
123
STACK_OF(OPENSSL_STRING) *vfyopts, const char *desc);
crypto/openssl/apps/include/apps.h
248
index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \
crypto/openssl/apps/include/apps.h
249
(const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b))
crypto/openssl/apps/include/apps.h
265
STACK_OF(OPENSSL_STRING) *sigopts, X509V3_CTX *ext_ctx);
crypto/openssl/apps/include/apps.h
266
int do_X509_verify(X509 *x, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *vfyopts);
crypto/openssl/apps/include/apps.h
268
STACK_OF(OPENSSL_STRING) *sigopts);
crypto/openssl/apps/include/apps.h
270
STACK_OF(OPENSSL_STRING) *vfyopts);
crypto/openssl/apps/include/apps.h
272
STACK_OF(OPENSSL_STRING) *sigopts);
crypto/openssl/apps/include/apps.h
347
OSSL_PARAM *app_params_new_from_opts(STACK_OF(OPENSSL_STRING) *opts,
crypto/openssl/apps/include/s_apps.h
76
int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, SSL_CTX *ctx);
crypto/openssl/apps/kdf.c
56
static char *alloc_kdf_algorithm_name(STACK_OF(OPENSSL_STRING) **optp,
crypto/openssl/apps/kdf.c
79
STACK_OF(OPENSSL_STRING) *opts = NULL;
crypto/openssl/apps/lib/app_rand.c
18
static STACK_OF(OPENSSL_STRING) *randfiles;
crypto/openssl/apps/lib/apps.c
2209
static int do_pkey_ctx_init(EVP_PKEY_CTX *pkctx, STACK_OF(OPENSSL_STRING) *opts)
crypto/openssl/apps/lib/apps.c
2229
static int do_x509_init(X509 *x, STACK_OF(OPENSSL_STRING) *opts)
crypto/openssl/apps/lib/apps.c
2249
static int do_x509_req_init(X509_REQ *x, STACK_OF(OPENSSL_STRING) *opts)
crypto/openssl/apps/lib/apps.c
2270
const char *md, STACK_OF(OPENSSL_STRING) *sigopts)
crypto/openssl/apps/lib/apps.c
2332
STACK_OF(OPENSSL_STRING) *sigopts, X509V3_CTX *ext_ctx)
crypto/openssl/apps/lib/apps.c
2366
STACK_OF(OPENSSL_STRING) *sigopts)
crypto/openssl/apps/lib/apps.c
2379
STACK_OF(OPENSSL_STRING) *sigopts)
crypto/openssl/apps/lib/apps.c
2394
int do_X509_verify(X509 *x, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *vfyopts)
crypto/openssl/apps/lib/apps.c
2410
STACK_OF(OPENSSL_STRING) *vfyopts)
crypto/openssl/apps/lib/apps.c
3403
OSSL_PARAM *app_params_new_from_opts(STACK_OF(OPENSSL_STRING) *opts,
crypto/openssl/apps/lib/apps.c
515
STACK_OF(OPENSSL_STRING) *vfyopts, const char *desc)
crypto/openssl/apps/lib/s_cb.c
1344
int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str,
crypto/openssl/apps/mac.c
59
static char *alloc_mac_algorithm_name(STACK_OF(OPENSSL_STRING) **optp,
crypto/openssl/apps/mac.c
85
STACK_OF(OPENSSL_STRING) *opts = NULL;
crypto/openssl/apps/ocsp.c
1013
STACK_OF(OPENSSL_STRING) *names,
crypto/openssl/apps/ocsp.c
1077
STACK_OF(OPENSSL_STRING) *sigopts,
crypto/openssl/apps/ocsp.c
258
STACK_OF(OPENSSL_STRING) *rsign_sigopts = NULL;
crypto/openssl/apps/ocsp.c
267
STACK_OF(OPENSSL_STRING) *reqnames = NULL;
crypto/openssl/apps/ocsp.c
60
STACK_OF(OPENSSL_STRING) *names,
crypto/openssl/apps/ocsp.c
66
STACK_OF(OPENSSL_STRING) *sigopts,
crypto/openssl/apps/pkcs12.c
229
STACK_OF(OPENSSL_STRING) *canames = NULL;
crypto/openssl/apps/pkeyutl.c
171
STACK_OF(OPENSSL_STRING) *pkeyopts = NULL;
crypto/openssl/apps/pkeyutl.c
172
STACK_OF(OPENSSL_STRING) *pkeyopts_passin = NULL;
crypto/openssl/apps/rehash.c
360
STACK_OF(OPENSSL_STRING) *files = NULL;
crypto/openssl/apps/req.c
222
static unsigned long ext_name_hash(const OPENSSL_STRING *a)
crypto/openssl/apps/req.c
227
static int ext_name_cmp(const OPENSSL_STRING *a, const OPENSSL_STRING *b)
crypto/openssl/apps/req.c
232
static void exts_cleanup(OPENSSL_STRING *x)
crypto/openssl/apps/req.c
241
static int duplicated(LHASH_OF(OPENSSL_STRING) *addexts, char *kv)
crypto/openssl/apps/req.c
270
p = (char *)lh_OPENSSL_STRING_insert(addexts, (OPENSSL_STRING *)kv);
crypto/openssl/apps/req.c
290
STACK_OF(OPENSSL_STRING) *pkeyopts = NULL, *sigopts = NULL, *vfyopts = NULL;
crypto/openssl/apps/req.c
291
LHASH_OF(OPENSSL_STRING) *addexts = NULL;
crypto/openssl/apps/s_client.c
462
static int tlsa_import_rrset(SSL *con, STACK_OF(OPENSSL_STRING) *rrset)
crypto/openssl/apps/s_client.c
940
STACK_OF(OPENSSL_STRING) *ssl_args = NULL;
crypto/openssl/apps/s_client.c
942
STACK_OF(OPENSSL_STRING) *dane_tlsa_rrset = NULL;
crypto/openssl/apps/s_server.c
1117
STACK_OF(OPENSSL_STRING) *ssl_args = NULL;
crypto/openssl/apps/s_server.c
484
STACK_OF(OPENSSL_STRING) *aia = NULL;
crypto/openssl/apps/skeyutl.c
47
STACK_OF(OPENSSL_STRING) *skeyopts = NULL;
crypto/openssl/apps/smime.c
201
STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL;
crypto/openssl/apps/verify.c
25
STACK_OF(OPENSSL_STRING) *opts);
crypto/openssl/apps/verify.c
262
STACK_OF(OPENSSL_STRING) *opts)
crypto/openssl/apps/verify.c
95
STACK_OF(OPENSSL_STRING) *vfyopts = NULL;
crypto/openssl/apps/x509.c
1036
STACK_OF(OPENSSL_STRING) *emlst = i == email ? X509_get1_email(x) : X509_get1_ocsp(x);
crypto/openssl/apps/x509.c
335
STACK_OF(OPENSSL_STRING) *sigopts = NULL, *vfyopts = NULL;
crypto/openssl/crypto/core_namemap.c
27
typedef STACK_OF(OPENSSL_STRING) NAMES;
crypto/openssl/crypto/engine/eng_dyn.c
114
STACK_OF(OPENSSL_STRING) *dirs;
crypto/openssl/crypto/txt_db/txt_db.c
127
OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx,
crypto/openssl/crypto/txt_db/txt_db.c
128
OPENSSL_STRING *value)
crypto/openssl/crypto/txt_db/txt_db.c
130
OPENSSL_STRING *ret;
crypto/openssl/crypto/txt_db/txt_db.c
131
LHASH_OF(OPENSSL_STRING) *lh;
crypto/openssl/crypto/txt_db/txt_db.c
147
int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *),
crypto/openssl/crypto/txt_db/txt_db.c
150
LHASH_OF(OPENSSL_STRING) *idx;
crypto/openssl/crypto/txt_db/txt_db.c
151
OPENSSL_STRING *r, *k;
crypto/openssl/crypto/txt_db/txt_db.c
159
if ((idx = (LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_new(hash, cmp)) == NULL) {
crypto/openssl/crypto/txt_db/txt_db.c
234
int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *row)
crypto/openssl/crypto/txt_db/txt_db.c
237
OPENSSL_STRING *r;
crypto/openssl/crypto/txt_db/txt_db.c
28
OPENSSL_STRING *pp;
crypto/openssl/crypto/x509/v3_utl.c
27
static STACK_OF(OPENSSL_STRING) *get_email(const X509_NAME *name,
crypto/openssl/crypto/x509/v3_utl.c
29
static void str_free(OPENSSL_STRING str);
crypto/openssl/crypto/x509/v3_utl.c
30
static int append_ia5(STACK_OF(OPENSSL_STRING) **sk,
crypto/openssl/crypto/x509/v3_utl.c
448
STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x)
crypto/openssl/crypto/x509/v3_utl.c
451
STACK_OF(OPENSSL_STRING) *ret;
crypto/openssl/crypto/x509/v3_utl.c
459
STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x)
crypto/openssl/crypto/x509/v3_utl.c
462
STACK_OF(OPENSSL_STRING) *ret = NULL;
crypto/openssl/crypto/x509/v3_utl.c
481
STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x)
crypto/openssl/crypto/x509/v3_utl.c
485
STACK_OF(OPENSSL_STRING) *ret;
crypto/openssl/crypto/x509/v3_utl.c
495
static STACK_OF(OPENSSL_STRING) *get_email(const X509_NAME *name,
crypto/openssl/crypto/x509/v3_utl.c
498
STACK_OF(OPENSSL_STRING) *ret = NULL;
crypto/openssl/crypto/x509/v3_utl.c
524
static void str_free(OPENSSL_STRING str)
crypto/openssl/crypto/x509/v3_utl.c
529
static int append_ia5(STACK_OF(OPENSSL_STRING) **sk,
crypto/openssl/crypto/x509/v3_utl.c
567
void X509_email_free(STACK_OF(OPENSSL_STRING) *sk)
crypto/openssl/crypto/x509/x509_local.h
32
STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */
crypto/openssl/include/openssl/lhash.h
380
DEFINE_LHASH_OF_INTERNAL(OPENSSL_STRING);
crypto/openssl/include/openssl/lhash.h
381
#define lh_OPENSSL_STRING_new(hfn, cmp) ((LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_set_thunks(OPENSSL_LH_new(ossl_check_OPENSSL_STRING_lh_hashfunc_type(hfn), ossl_check_OPENSSL_STRING_lh_compfunc_type(cmp)), lh_OPENSSL_STRING_hash_thunk, lh_OPENSSL_STRING_comp_thunk, lh_OPENSSL_STRING_doall_thunk, lh_OPENSSL_STRING_doall_arg_thunk))
crypto/openssl/include/openssl/lhash.h
384
#define lh_OPENSSL_STRING_insert(lh, ptr) ((OPENSSL_STRING *)OPENSSL_LH_insert(ossl_check_OPENSSL_STRING_lh_type(lh), ossl_check_OPENSSL_STRING_lh_plain_type(ptr)))
crypto/openssl/include/openssl/lhash.h
385
#define lh_OPENSSL_STRING_delete(lh, ptr) ((OPENSSL_STRING *)OPENSSL_LH_delete(ossl_check_OPENSSL_STRING_lh_type(lh), ossl_check_const_OPENSSL_STRING_lh_plain_type(ptr)))
crypto/openssl/include/openssl/lhash.h
386
#define lh_OPENSSL_STRING_retrieve(lh, ptr) ((OPENSSL_STRING *)OPENSSL_LH_retrieve(ossl_check_OPENSSL_STRING_lh_type(lh), ossl_check_const_OPENSSL_STRING_lh_plain_type(ptr)))
crypto/openssl/include/openssl/safestack.h
208
SKM_DEFINE_STACK_OF_INTERNAL(OPENSSL_STRING, char, char)
crypto/openssl/include/openssl/safestack.h
211
#define sk_OPENSSL_STRING_new(cmp) ((STACK_OF(OPENSSL_STRING) *)OPENSSL_sk_new(ossl_check_OPENSSL_STRING_compfunc_type(cmp)))
crypto/openssl/include/openssl/safestack.h
212
#define sk_OPENSSL_STRING_new_null() ((STACK_OF(OPENSSL_STRING) *)OPENSSL_sk_new_null())
crypto/openssl/include/openssl/safestack.h
213
#define sk_OPENSSL_STRING_new_reserve(cmp, n) ((STACK_OF(OPENSSL_STRING) *)OPENSSL_sk_new_reserve(ossl_check_OPENSSL_STRING_compfunc_type(cmp), (n)))
crypto/openssl/include/openssl/safestack.h
231
#define sk_OPENSSL_STRING_dup(sk) ((STACK_OF(OPENSSL_STRING) *)OPENSSL_sk_dup(ossl_check_const_OPENSSL_STRING_sk_type(sk)))
crypto/openssl/include/openssl/safestack.h
232
#define sk_OPENSSL_STRING_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(OPENSSL_STRING) *)OPENSSL_sk_deep_copy(ossl_check_const_OPENSSL_STRING_sk_type(sk), ossl_check_OPENSSL_STRING_copyfunc_type(copyfunc), ossl_check_OPENSSL_STRING_freefunc_type(freefunc)))
crypto/openssl/include/openssl/txt_db.h
36
typedef OPENSSL_STRING *OPENSSL_PSTRING;
crypto/openssl/include/openssl/txt_db.h
37
DEFINE_SPECIAL_STACK_OF(OPENSSL_PSTRING, OPENSSL_STRING)
crypto/openssl/include/openssl/txt_db.h
42
LHASH_OF(OPENSSL_STRING) **index;
crypto/openssl/include/openssl/txt_db.h
43
int (**qual)(OPENSSL_STRING *);
crypto/openssl/include/openssl/txt_db.h
47
OPENSSL_STRING *arg_row;
crypto/openssl/include/openssl/txt_db.h
52
int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *),
crypto/openssl/include/openssl/txt_db.h
55
OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx,
crypto/openssl/include/openssl/txt_db.h
56
OPENSSL_STRING *value);
crypto/openssl/include/openssl/txt_db.h
57
int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *value);
crypto/openssl/include/openssl/x509v3.h
1044
STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x);
crypto/openssl/include/openssl/x509v3.h
1045
STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
crypto/openssl/include/openssl/x509v3.h
1046
void X509_email_free(STACK_OF(OPENSSL_STRING) *sk);
crypto/openssl/include/openssl/x509v3.h
1047
STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x);
crypto/openssl/test/evp_libctx_test.c
41
static STACK_OF(OPENSSL_STRING) *cipher_names = NULL;
crypto/openssl/test/evp_libctx_test.c
672
STACK_OF(OPENSSL_STRING) *names = cipher_names_list;
crypto/openssl/test/evp_test.c
1599
STACK_OF(OPENSSL_STRING) *controls;
crypto/openssl/test/evp_test.c
201
static int ctrladd(STACK_OF(OPENSSL_STRING) *controls, const char *value)
crypto/openssl/test/evp_test.c
2133
STACK_OF(OPENSSL_STRING) *init_ctrls;
crypto/openssl/test/evp_test.c
222
static void ctrlfree(STACK_OF(OPENSSL_STRING) *controls)
crypto/openssl/test/evp_test.c
245
static int ctrl2params(EVP_TEST *t, STACK_OF(OPENSSL_STRING) *controls,
crypto/openssl/test/evp_test.c
2458
STACK_OF(OPENSSL_STRING) *init_controls; /* collection of controls */
crypto/openssl/test/evp_test.c
2459
STACK_OF(OPENSSL_STRING) *controls; /* collection of controls */
crypto/openssl/test/evp_test.c
2607
static int pkey_add_control(EVP_TEST *t, STACK_OF(OPENSSL_STRING) *controls,
crypto/openssl/test/evp_test.c
3536
STACK_OF(OPENSSL_STRING) *init_controls; /* collection of controls */
crypto/openssl/test/evp_test.c
3810
STACK_OF(OPENSSL_STRING) *init_controls; /* collection of controls */
crypto/openssl/test/evp_test.c
4282
STACK_OF(OPENSSL_STRING) *in_controls; /* Collection of controls */
crypto/openssl/test/evp_test.c
4283
STACK_OF(OPENSSL_STRING) *out_controls;
crypto/openssl/test/evp_test.c
4338
STACK_OF(OPENSSL_STRING) *out_controls)
crypto/openssl/test/evp_test.c
4499
STACK_OF(OPENSSL_STRING) *init_controls; /* collection of controls */
crypto/openssl/test/evp_test.c
4500
STACK_OF(OPENSSL_STRING) *controls; /* Collection of controls */
crypto/openssl/test/evp_test.c
905
STACK_OF(OPENSSL_STRING) *init_controls; /* collection of controls */
crypto/openssl/test/ssl_old_test.c
937
STACK_OF(OPENSSL_STRING) *conf_args = NULL;
crypto/openssl/test/sslapitest.c
7568
OPENSSL_STRING *row = OPENSSL_zalloc(sizeof(row) * (DB_NUMBER + 1));