| /openbsd-src/lib/libcrypto/txt_db/ |
| H A D | txt_db.h | 81 typedef OPENSSL_STRING *OPENSSL_PSTRING; 82 DECLARE_SPECIAL_STACK_OF(OPENSSL_PSTRING, OPENSSL_STRING) 87 LHASH_OF(OPENSSL_STRING) **index; 88 int (**qual)(OPENSSL_STRING *); 92 OPENSSL_STRING *arg_row; 102 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *), 105 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, OPENSSL_STRING *value); 106 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *value);
|
| H A D | txt_db.c | 80 OPENSSL_STRING *pp; in TXT_DB_read() 189 OPENSSL_STRING * 190 TXT_DB_get_by_index(TXT_DB *db, int idx, OPENSSL_STRING *value) in TXT_DB_get_by_index() 192 OPENSSL_STRING *ret; in TXT_DB_get_by_index() 193 LHASH_OF(OPENSSL_STRING) *lh; in TXT_DB_get_by_index() 211 TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *), in TXT_DB_create_index() argument 214 LHASH_OF(OPENSSL_STRING) *idx; in TXT_DB_create_index() 215 OPENSSL_STRING *r; in TXT_DB_create_index() 223 if ((idx = (LHASH_OF(OPENSSL_STRING) *)lh_new(hash, cmp)) == NULL) { in TXT_DB_create_index() 300 TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *row) in TXT_DB_insert() [all …]
|
| /openbsd-src/usr.bin/openssl/ |
| H A D | apps.h | 229 index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \ 230 (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b)) 242 STACK_OF(OPENSSL_STRING) *sigopts); 244 STACK_OF(OPENSSL_STRING) *sigopts); 246 STACK_OF(OPENSSL_STRING) *sigopts);
|
| H A D | req.c | 125 static unsigned long ext_name_hash(const OPENSSL_STRING *a); 126 static int ext_name_cmp(const OPENSSL_STRING *a, const OPENSSL_STRING *b); 127 static void exts_cleanup(OPENSSL_STRING *x); 128 static int duplicated(LHASH_OF(OPENSSL_STRING) *addexts, char *kv); 133 LHASH_OF(OPENSSL_STRING) *addexts; 158 STACK_OF(OPENSSL_STRING) *pkeyopts; 163 STACK_OF(OPENSSL_STRING) *sigopts; 179 cfg.addexts = (LHASH_OF(OPENSSL_STRING) *)lh_new( in req_opt_addext() 1737 const EVP_MD * md, STACK_OF(OPENSSL_STRING) * sigopts) in do_sign_init() 1764 STACK_OF(OPENSSL_STRING) * sigopts) in do_X509_sign() [all …]
|
| H A D | cms.c | 74 STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst, 75 STACK_OF(OPENSSL_STRING) *rr_from); 77 STACK_OF(OPENSSL_STRING) *param); 103 STACK_OF(OPENSSL_STRING) *param; 134 STACK_OF(OPENSSL_STRING) *rr_from; 136 STACK_OF(OPENSSL_STRING) *rr_to; 146 STACK_OF(OPENSSL_STRING) *skkeys; 147 STACK_OF(OPENSSL_STRING) *sksigners; 1903 make_names_stack(STACK_OF(OPENSSL_STRING) *ns) in STACK_OF() 1940 make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_t in make_receipt_request() [all...] |
| H A D | ca.c | 125 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, 132 X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, 141 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, 198 STACK_OF(OPENSSL_STRING) *sigopts; 1536 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, in certify() 1604 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, in certify_cert() 1661 STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, in do_body() 1680 OPENSSL_STRING row[DB_NUMBER]; in do_body() 1681 OPENSSL_STRING *irow = NULL; in do_body() 1682 OPENSSL_STRING *rrow = NULL; in do_body() [all …]
|
| H A D | dgst.c | 90 STACK_OF(OPENSSL_STRING) *macopts; 97 STACK_OF(OPENSSL_STRING) *sigopts;
|
| H A D | crl2p7.c | 80 STACK_OF(OPENSSL_STRING) *certflst;
|
| H A D | x509.c | 87 X509 *x, X509 *xca, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *sigopts, 149 STACK_OF(OPENSSL_STRING) *sigopts; 1086 STACK_OF(OPENSSL_STRING) *emlst; in x509_main() 1388 X509 *xca, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *sigopts, in x509_main()
|
| H A D | ocsp.c | 88 STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, 132 STACK_OF(OPENSSL_STRING) *reqnames; 1188 STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, in print_ocsp_summary()
|
| H A D | asn1pars.c | 87 STACK_OF(OPENSSL_STRING) *osk;
|
| H A D | smime.c | 104 STACK_OF(OPENSSL_STRING) *skkeys; 105 STACK_OF(OPENSSL_STRING) *sksigners;
|
| H A D | pkcs12.c | 97 STACK_OF(OPENSSL_STRING) *canames;
|
| H A D | s_server.c | 2272 STACK_OF(OPENSSL_STRING) *aia = NULL; in cert_status_cb()
|
| /openbsd-src/lib/libcrypto/x509/ |
| H A D | x509_utl.c | 82 static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name, 84 static void str_free(OPENSSL_STRING str); 85 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email); 641 STACK_OF(OPENSSL_STRING) * in STACK_OF() 645 STACK_OF(OPENSSL_STRING) *ret; 654 STACK_OF(OPENSSL_STRING) * in STACK_OF() 658 STACK_OF(OPENSSL_STRING) *ret = NULL; in STACK_OF() 679 STACK_OF(OPENSSL_STRING) * in STACK_OF() 684 STACK_OF(OPENSSL_STRING) *ret; in STACK_OF() 696 static STACK_OF(OPENSSL_STRING) * in STACK_OF() 634 STACK_OF(OPENSSL_STRING) STACK_OF() argument 647 STACK_OF(OPENSSL_STRING) STACK_OF() argument 672 STACK_OF(OPENSSL_STRING) STACK_OF() argument 689 STACK_OF(OPENSSL_STRING) STACK_OF() argument [all...] |
| H A D | x509_vpm.c | 88 static STACK_OF(OPENSSL_STRING) * in STACK_OF() argument 89 sk_OPENSSL_STRING_deep_copy(const STACK_OF(OPENSSL_STRING) *sk) in STACK_OF() 91 STACK_OF(OPENSSL_STRING) *new; in STACK_OF()
|
| H A D | x509v3.h | 674 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x); 675 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x); 676 void X509_email_free(STACK_OF(OPENSSL_STRING) *sk); 677 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x);
|
| H A D | x509_local.h | 288 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */
|
| /openbsd-src/lib/libcrypto/stack/ |
| H A D | safestack.h | 106 typedef char *OPENSSL_STRING; typedef 118 DECLARE_SPECIAL_STACK_OF(OPENSSL_STRING, char) 1594 #define sk_OPENSSL_STRING_new(cmp) ((STACK_OF(OPENSSL_STRING) *)sk_new(CHECKED_SK_CMP_FUNC(char, cm… 1595 #define sk_OPENSSL_STRING_new_null() ((STACK_OF(OPENSSL_STRING) *)sk_new_null()) 1596 #define sk_OPENSSL_STRING_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_O… 1597 #define sk_OPENSSL_STRING_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_O… 1598 #define sk_OPENSSL_STRING_value(st, i) ((OPENSSL_STRING)sk_value(CHECKED_STACK_OF(OPENSSL_STRING, s… 1599 #define sk_OPENSSL_STRING_num(st) SKM_sk_num(OPENSSL_STRING, st) 1600 …ree(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_SK_FREE_FUNC2(OPENSSL… 1601 #define sk_OPENSSL_STRING_insert(st, val, i) sk_insert(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKE… [all …]
|
| /openbsd-src/lib/libcrypto/lhash/ |
| H A D | lhash.h | 172 DECLARE_LHASH_OF(OPENSSL_STRING);
|
| /openbsd-src/lib/libtls/ |
| H A D | tls_ocsp.c | 174 STACK_OF(OPENSSL_STRING) *ocsp_urls = NULL; in tls_ocsp_setup_from_peer()
|
| /openbsd-src/usr.sbin/ocspcheck/ |
| H A D | ocspcheck.c | 320 STACK_OF(OPENSSL_STRING) *urls = NULL; in ocsp_request_new_from_cert()
|
| /openbsd-src/sbin/iked/ |
| H A D | ocsp.c | 269 STACK_OF(OPENSSL_STRING) *aia; /* Authority Information Access */ in ocsp_validate_cert()
|