Home
last modified time | relevance | path

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

12

/freebsd-13.1/crypto/openssl/include/openssl/
H A Dtxt_db.h30 typedef OPENSSL_STRING *OPENSSL_PSTRING;
31 DEFINE_SPECIAL_STACK_OF(OPENSSL_PSTRING, OPENSSL_STRING)
36 LHASH_OF(OPENSSL_STRING) **index;
37 int (**qual) (OPENSSL_STRING *);
41 OPENSSL_STRING *arg_row;
46 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
49 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx,
50 OPENSSL_STRING *value);
51 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *value);
H A Dsafestack.h149 typedef char *OPENSSL_STRING; typedef
159 DEFINE_SPECIAL_STACK_OF(OPENSSL_STRING, char)
H A Dx509v3.h681 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x);
682 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
683 void X509_email_free(STACK_OF(OPENSSL_STRING) *sk);
684 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x);
H A Dlhash.h196 DEFINE_LHASH_OF(OPENSSL_STRING);
/freebsd-13.1/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c29 OPENSSL_STRING *pp; in TXT_DB_read()
130 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, in TXT_DB_get_by_index()
131 OPENSSL_STRING *value) in TXT_DB_get_by_index()
133 OPENSSL_STRING *ret; in TXT_DB_get_by_index()
134 LHASH_OF(OPENSSL_STRING) *lh; in TXT_DB_get_by_index()
150 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), in TXT_DB_create_index() argument
153 LHASH_OF(OPENSSL_STRING) *idx; in TXT_DB_create_index()
154 OPENSSL_STRING *r, *k; in TXT_DB_create_index()
162 if ((idx = (LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_new(hash, cmp)) == NULL) { in TXT_DB_create_index()
237 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *row) in TXT_DB_insert()
[all …]
/freebsd-13.1/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c26 static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name,
28 static void str_free(OPENSSL_STRING str);
444 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x) in STACK_OF() argument
447 STACK_OF(OPENSSL_STRING) *ret; in STACK_OF()
455 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x) in STACK_OF() argument
458 STACK_OF(OPENSSL_STRING) *ret = NULL; in STACK_OF()
478 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x) in STACK_OF() argument
482 STACK_OF(OPENSSL_STRING) *ret; in STACK_OF()
495 STACK_OF(OPENSSL_STRING) *ret = NULL; in STACK_OF()
520 static void str_free(OPENSSL_STRING str) in str_free()
[all …]
/freebsd-13.1/crypto/openssl/apps/
H A Dapps.h543 index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \
544 (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b))
555 STACK_OF(OPENSSL_STRING) *sigopts);
557 STACK_OF(OPENSSL_STRING) *sigopts);
559 STACK_OF(OPENSSL_STRING) *sigopts);
H A Dreq.c156 static unsigned long ext_name_hash(const OPENSSL_STRING *a) in ext_name_hash()
161 static int ext_name_cmp(const OPENSSL_STRING *a, const OPENSSL_STRING *b) in ext_name_cmp()
166 static void exts_cleanup(OPENSSL_STRING *x) in exts_cleanup()
176 static int duplicated(LHASH_OF(OPENSSL_STRING) *addexts, char *kv) in duplicated()
203 p = (char *)lh_OPENSSL_STRING_insert(addexts, (OPENSSL_STRING*)kv); in duplicated()
222 STACK_OF(OPENSSL_STRING) *pkeyopts = NULL, *sigopts = NULL; in req_main()
223 LHASH_OF(OPENSSL_STRING) *addexts = NULL; in req_main()
1615 const EVP_MD *md, STACK_OF(OPENSSL_STRING) *sigopts) in do_sign_init()
1645 STACK_OF(OPENSSL_STRING) *sigopts) in do_X509_sign()
1658 STACK_OF(OPENSSL_STRING) *sigopts) in do_X509_REQ_sign()
[all …]
H A Dcms.c29 static CMS_ReceiptRequest *make_receipt_request(STACK_OF(OPENSSL_STRING)
30 *rr_to, int rr_allorfirst, STACK_OF(OPENSSL_STRING)
33 STACK_OF(OPENSSL_STRING) *param);
61 STACK_OF(OPENSSL_STRING) *param;
196 STACK_OF(OPENSSL_STRING) *rr_to = NULL, *rr_from = NULL; in cms_main()
197 STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL; in cms_main()
1216 static STACK_OF(GENERAL_NAMES) *make_names_stack(STACK_OF(OPENSSL_STRING) *ns) in STACK_OF()
1250 static CMS_ReceiptRequest *make_receipt_request(STACK_OF(OPENSSL_STRING) in make_receipt_request()
1251 *rr_to, int rr_allorfirst, STACK_OF(OPENSSL_STRING) in make_receipt_request()
1275 STACK_OF(OPENSSL_STRING) *param) in cms_set_pkey_param()
H A Dengine.c150 STACK_OF(OPENSSL_STRING) *cmds = NULL; in util_verbose()
230 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds, in util_do_cmds()
294 STACK_OF(OPENSSL_STRING) *pre_cmds = sk_OPENSSL_STRING_new_null(); in engine_main()
295 STACK_OF(OPENSSL_STRING) *post_cmds = sk_OPENSSL_STRING_new_null(); in engine_main()
H A Dca.c92 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
101 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
110 STACK_OF(OPENSSL_STRING) *sigopts,
118 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
236 STACK_OF(OPENSSL_STRING) *sigopts = NULL; in ca_main()
1264 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, in certify()
1404 OPENSSL_STRING row[DB_NUMBER]; in do_body()
1405 OPENSSL_STRING *irow = NULL; in do_body()
1406 OPENSSL_STRING *rrow = NULL; in do_body()
1759 OPENSSL_STRING *crow = row; in do_body()
[all …]
H A Ds_apps.h68 int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, SSL_CTX *ctx);
H A Docsp.c91 STACK_OF(OPENSSL_STRING) *names,
97 STACK_OF(OPENSSL_STRING) *sigopts,
229 STACK_OF(OPENSSL_STRING) *rsign_sigopts = NULL; in ocsp_main()
238 STACK_OF(OPENSSL_STRING) *reqnames = NULL; in ocsp_main()
1077 STACK_OF(OPENSSL_STRING) *names, in print_ocsp_summary()
1136 STACK_OF(OPENSSL_STRING) *sigopts, in make_ocsp_response()
H A Dx509.c41 STACK_OF(OPENSSL_STRING) *sigopts, const char *serialfile,
162 STACK_OF(OPENSSL_STRING) *sigopts = NULL; in x509_main()
663 STACK_OF(OPENSSL_STRING) *emlst; in x509_main()
950 STACK_OF(OPENSSL_STRING) *sigopts, in x509_certify()
H A Dcrl2p7.c46 STACK_OF(OPENSSL_STRING) *certflst = NULL; in crl2pkcs7_main()
H A Dasn1pars.c61 STACK_OF(OPENSSL_STRING) *osk = NULL; in asn1parse_main()
H A Dpkeyutl.c96 STACK_OF(OPENSSL_STRING) *pkeyopts = NULL; in pkeyutl_main()
H A Drehash.c340 STACK_OF(OPENSSL_STRING) *files = NULL; in do_dir()
H A Ddgst.c90 STACK_OF(OPENSSL_STRING) *sigopts = NULL, *macopts = NULL; in dgst_main()
H A Dsmime.c117 STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL; in smime_main()
H A Ds_client.c551 static int tlsa_import_rrset(SSL *con, STACK_OF(OPENSSL_STRING) *rrset) in tlsa_import_rrset()
893 STACK_OF(OPENSSL_STRING) *ssl_args = NULL; in s_client_main()
895 STACK_OF(OPENSSL_STRING) *dane_tlsa_rrset = NULL; in s_client_main()
H A Dpkcs12.c141 STACK_OF(OPENSSL_STRING) *canames = NULL; in pkcs12_main()
H A Ds_cb.c1236 int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, in config_ctx()
/freebsd-13.1/crypto/openssl/crypto/x509/
H A Dx509_local.h29 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */
/freebsd-13.1/crypto/openssl/crypto/engine/
H A Deng_dyn.c111 STACK_OF(OPENSSL_STRING) *dirs;

12