Home
last modified time | relevance | path

Searched refs:OPENSSL_STRING (Results 1 – 25 of 39) sorted by relevance

12

/openssl/include/openssl/
H A Dtxt_db.h36 typedef OPENSSL_STRING *OPENSSL_PSTRING;
37 DEFINE_SPECIAL_STACK_OF(OPENSSL_PSTRING, OPENSSL_STRING)
42 LHASH_OF(OPENSSL_STRING) **index;
43 int (**qual) (OPENSSL_STRING *);
47 OPENSSL_STRING *arg_row;
52 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
55 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx,
56 OPENSSL_STRING *value);
57 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *value);
H A Dx509v3.h.in757 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x);
758 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
759 void X509_email_free(STACK_OF(OPENSSL_STRING) *sk);
760 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x);
/openssl/crypto/txt_db/
H A Dtxt_db.c28 OPENSSL_STRING *pp; in TXT_DB_read()
127 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, in TXT_DB_get_by_index()
128 OPENSSL_STRING *value) in TXT_DB_get_by_index()
130 OPENSSL_STRING *ret; in TXT_DB_get_by_index()
131 LHASH_OF(OPENSSL_STRING) *lh; in TXT_DB_get_by_index()
147 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), in TXT_DB_create_index() argument
150 LHASH_OF(OPENSSL_STRING) *idx; in TXT_DB_create_index()
151 OPENSSL_STRING *r, *k; in TXT_DB_create_index()
159 if ((idx = (LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_new(hash, cmp)) == NULL) { in TXT_DB_create_index()
234 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *row) in TXT_DB_insert()
[all …]
/openssl/apps/include/
H A Dapps.h123 STACK_OF(OPENSSL_STRING) *vfyopts, const char *desc);
248 index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \
249 (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b))
265 STACK_OF(OPENSSL_STRING) *sigopts, X509V3_CTX *ext_ctx);
266 int do_X509_verify(X509 *x, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *vfyopts);
268 STACK_OF(OPENSSL_STRING) *sigopts);
270 STACK_OF(OPENSSL_STRING) *vfyopts);
272 STACK_OF(OPENSSL_STRING) *sigopts);
347 OSSL_PARAM *app_params_new_from_opts(STACK_OF(OPENSSL_STRING) *opts,
H A Ds_apps.h76 int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, SSL_CTX *ctx);
/openssl/crypto/x509/
H A Dby_store.c97 static void free_uri(OPENSSL_STRING data) in free_uri()
104 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx); in by_store_free()
115 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx); in by_store_ctrl_ex()
148 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx); in by_store()
H A Dv3_utl.c29 static void str_free(OPENSSL_STRING str);
30 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk,
451 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x) in STACK_OF() argument
454 STACK_OF(OPENSSL_STRING) *ret; in STACK_OF()
462 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x) in STACK_OF() argument
465 STACK_OF(OPENSSL_STRING) *ret = NULL; in STACK_OF()
489 STACK_OF(OPENSSL_STRING) *ret; in STACK_OF()
502 STACK_OF(OPENSSL_STRING) *ret = NULL; in STACK_OF()
527 static void str_free(OPENSSL_STRING str) in str_free()
532 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, in append_ia5()
[all …]
H A Dx509_local.h32 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */
/openssl/apps/
H A Dengine.c159 STACK_OF(OPENSSL_STRING) *cmds = NULL; in util_verbose()
239 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds, in util_do_cmds()
303 STACK_OF(OPENSSL_STRING) *pre_cmds = sk_OPENSSL_STRING_new_null(); in engine_main()
304 STACK_OF(OPENSSL_STRING) *post_cmds = sk_OPENSSL_STRING_new_null(); in engine_main()
H A Dkdf.c51 static char *alloc_kdf_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in alloc_kdf_algorithm_name()
74 STACK_OF(OPENSSL_STRING) *opts = NULL; in kdf_main()
H A Dverify.c25 STACK_OF(OPENSSL_STRING) *opts);
84 STACK_OF(OPENSSL_STRING) *vfyopts = NULL; in verify_main()
248 STACK_OF(OPENSSL_STRING) *opts) in check()
H A Dcms.c28 *make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst,
29 STACK_OF(OPENSSL_STRING) *rr_from);
31 STACK_OF(OPENSSL_STRING) *param);
59 STACK_OF(OPENSSL_STRING) *param;
290 STACK_OF(OPENSSL_STRING) *rr_to = NULL, *rr_from = NULL; in cms_main()
291 STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL; in cms_main()
1416 static STACK_OF(GENERAL_NAMES) *make_names_stack(STACK_OF(OPENSSL_STRING) *ns) in STACK_OF()
1451 *make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst, in make_receipt_request()
1452 STACK_OF(OPENSSL_STRING) *rr_from) in make_receipt_request()
1479 STACK_OF(OPENSSL_STRING) *param) in cms_set_pkey_param()
H A Dca.c96 STACK_OF(OPENSSL_STRING) *sigopts,
97 STACK_OF(OPENSSL_STRING) *vfyopts,
108 STACK_OF(OPENSSL_STRING) *sigopts,
109 STACK_OF(OPENSSL_STRING) *vfyopts,
118 STACK_OF(OPENSSL_STRING) *sigopts,
1337 STACK_OF(OPENSSL_STRING) *sigopts, in certify()
1338 STACK_OF(OPENSSL_STRING) *vfyopts, in certify()
1469 OPENSSL_STRING row[DB_NUMBER]; in do_body()
1470 OPENSSL_STRING *irow = NULL; in do_body()
1471 OPENSSL_STRING *rrow = NULL; in do_body()
[all …]
H A Dmac.c55 static char *alloc_mac_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in alloc_mac_algorithm_name()
81 STACK_OF(OPENSSL_STRING) *opts = NULL; in mac_main()
H A Dreq.c181 static unsigned long ext_name_hash(const OPENSSL_STRING *a) in ext_name_hash()
186 static int ext_name_cmp(const OPENSSL_STRING *a, const OPENSSL_STRING *b) in ext_name_cmp()
191 static void exts_cleanup(OPENSSL_STRING *x) in exts_cleanup()
200 static int duplicated(LHASH_OF(OPENSSL_STRING) *addexts, char *kv) in duplicated()
229 p = (char *)lh_OPENSSL_STRING_insert(addexts, (OPENSSL_STRING *)kv); in duplicated()
249 STACK_OF(OPENSSL_STRING) *pkeyopts = NULL, *sigopts = NULL, *vfyopts = NULL; in req_main()
250 LHASH_OF(OPENSSL_STRING) *addexts = NULL; in req_main()
H A Docsp.c60 STACK_OF(OPENSSL_STRING) *names,
66 STACK_OF(OPENSSL_STRING) *sigopts,
214 STACK_OF(OPENSSL_STRING) *rsign_sigopts = NULL; in ocsp_main()
223 STACK_OF(OPENSSL_STRING) *reqnames = NULL; in ocsp_main()
967 STACK_OF(OPENSSL_STRING) *names, in print_ocsp_summary()
1031 STACK_OF(OPENSSL_STRING) *sigopts, in make_ocsp_response()
H A Dcrl2pkcs7.c54 STACK_OF(OPENSSL_STRING) *certflst = NULL; in crl2pkcs7_main()
H A Dgenpkey.c121 STACK_OF(OPENSSL_STRING) *keyopt = NULL; in genpkey_main()
H A Dasn1parse.c66 STACK_OF(OPENSSL_STRING) *osk = NULL; in asn1parse_main()
H A Dpkeyutl.c130 STACK_OF(OPENSSL_STRING) *pkeyopts = NULL; in pkeyutl_main()
131 STACK_OF(OPENSSL_STRING) *pkeyopts_passin = NULL; in pkeyutl_main()
/openssl/apps/lib/
H A Dapp_rand.c18 static STACK_OF(OPENSSL_STRING) *randfiles; in STACK_OF() argument
H A Dapps.c559 STACK_OF(OPENSSL_STRING) *vfyopts, const char *desc) in load_csr_autofmt()
2212 static int do_pkey_ctx_init(EVP_PKEY_CTX *pkctx, STACK_OF(OPENSSL_STRING) *opts) in do_pkey_ctx_init()
2232 static int do_x509_init(X509 *x, STACK_OF(OPENSSL_STRING) *opts) in do_x509_init()
2252 static int do_x509_req_init(X509_REQ *x, STACK_OF(OPENSSL_STRING) *opts) in do_x509_req_init()
2273 const char *md, STACK_OF(OPENSSL_STRING) *sigopts) in do_sign_init()
2335 STACK_OF(OPENSSL_STRING) *sigopts, X509V3_CTX *ext_ctx) in do_X509_sign()
2369 STACK_OF(OPENSSL_STRING) *sigopts) in do_X509_REQ_sign()
2382 STACK_OF(OPENSSL_STRING) *sigopts) in do_X509_CRL_sign()
2397 int do_X509_verify(X509 *x, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *vfyopts) in do_X509_verify()
2413 STACK_OF(OPENSSL_STRING) *vfyopts) in do_X509_REQ_verify()
[all …]
/openssl/test/
H A Devp_test.c199 static int ctrladd(STACK_OF(OPENSSL_STRING) *controls, const char *value) in ctrladd()
214 static void ctrlfree(STACK_OF(OPENSSL_STRING) *controls) in ctrlfree()
237 static int ctrl2params(EVP_TEST *t, STACK_OF(OPENSSL_STRING) *controls, in ctrl2params()
895 STACK_OF(OPENSSL_STRING) *init_controls; /* collection of controls */
1587 STACK_OF(OPENSSL_STRING) *controls;
2126 STACK_OF(OPENSSL_STRING) *init_ctrls;
2351 STACK_OF(OPENSSL_STRING) *init_controls; /* collection of controls */
2352 STACK_OF(OPENSSL_STRING) *controls; /* collection of controls */
3296 STACK_OF(OPENSSL_STRING) *init_controls; /* collection of controls */
4049 STACK_OF(OPENSSL_STRING) *controls; /* Collection of controls */
[all …]
H A Devp_libctx_test.c41 static STACK_OF(OPENSSL_STRING) *cipher_names = NULL;
529 STACK_OF(OPENSSL_STRING) *names = cipher_names_list; in collect_cipher_names()
/openssl/crypto/engine/
H A Deng_dyn.c114 STACK_OF(OPENSSL_STRING) *dirs;

Completed in 98 milliseconds

12