| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | txt_db.h | 30 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 D | safestack.h | 149 typedef char *OPENSSL_STRING; typedef 159 DEFINE_SPECIAL_STACK_OF(OPENSSL_STRING, char)
|
| H A D | x509v3.h | 681 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 D | lhash.h | 196 DEFINE_LHASH_OF(OPENSSL_STRING);
|
| /freebsd-13.1/crypto/openssl/crypto/txt_db/ |
| H A D | txt_db.c | 29 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 D | v3_utl.c | 26 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 D | apps.h | 543 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 D | req.c | 156 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 D | cms.c | 29 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 D | engine.c | 150 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 D | ca.c | 92 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 D | s_apps.h | 68 int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, SSL_CTX *ctx);
|
| H A D | ocsp.c | 91 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 D | x509.c | 41 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 D | crl2p7.c | 46 STACK_OF(OPENSSL_STRING) *certflst = NULL; in crl2pkcs7_main()
|
| H A D | asn1pars.c | 61 STACK_OF(OPENSSL_STRING) *osk = NULL; in asn1parse_main()
|
| H A D | pkeyutl.c | 96 STACK_OF(OPENSSL_STRING) *pkeyopts = NULL; in pkeyutl_main()
|
| H A D | rehash.c | 340 STACK_OF(OPENSSL_STRING) *files = NULL; in do_dir()
|
| H A D | dgst.c | 90 STACK_OF(OPENSSL_STRING) *sigopts = NULL, *macopts = NULL; in dgst_main()
|
| H A D | smime.c | 117 STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL; in smime_main()
|
| H A D | s_client.c | 551 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 D | pkcs12.c | 141 STACK_OF(OPENSSL_STRING) *canames = NULL; in pkcs12_main()
|
| H A D | s_cb.c | 1236 int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, in config_ctx()
|
| /freebsd-13.1/crypto/openssl/crypto/x509/ |
| H A D | x509_local.h | 29 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */
|
| /freebsd-13.1/crypto/openssl/crypto/engine/ |
| H A D | eng_dyn.c | 111 STACK_OF(OPENSSL_STRING) *dirs;
|