| /dflybsd-src/crypto/libressl/include/openssl/ |
| 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 | safestack.h | 114 typedef char *OPENSSL_STRING; typedef 126 DECLARE_SPECIAL_STACK_OF(OPENSSL_STRING, char) 1944 #define sk_OPENSSL_STRING_new(cmp) ((STACK_OF(OPENSSL_STRING) *)sk_new(CHECKED_SK_CMP_FUNC(char, cm… 1945 #define sk_OPENSSL_STRING_new_null() ((STACK_OF(OPENSSL_STRING) *)sk_new_null()) 1946 #define sk_OPENSSL_STRING_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_O… 1947 #define sk_OPENSSL_STRING_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_O… 1948 #define sk_OPENSSL_STRING_value(st, i) ((OPENSSL_STRING)sk_value(CHECKED_STACK_OF(OPENSSL_STRING, s… 1949 #define sk_OPENSSL_STRING_num(st) SKM_sk_num(OPENSSL_STRING, st) 1950 …ree(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_SK_FREE_FUNC2(OPENSSL… 1951 #define sk_OPENSSL_STRING_insert(st, val, i) sk_insert(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKE… [all …]
|
| H A D | x509v3.h | 806 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x); 807 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x); 808 void X509_email_free(STACK_OF(OPENSSL_STRING) *sk); 809 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x);
|
| H A D | lhash.h | 228 DECLARE_LHASH_OF(OPENSSL_STRING);
|
| /dflybsd-src/crypto/libressl/crypto/txt_db/ |
| H A D | txt_db.c | 80 OPENSSL_STRING *pp; in TXT_DB_read() 188 OPENSSL_STRING * 189 TXT_DB_get_by_index(TXT_DB *db, int idx, OPENSSL_STRING *value) in TXT_DB_get_by_index() 191 OPENSSL_STRING *ret; in TXT_DB_get_by_index() 192 LHASH_OF(OPENSSL_STRING) *lh; in TXT_DB_get_by_index() 209 TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *), in TXT_DB_create_index() argument 212 LHASH_OF(OPENSSL_STRING) *idx; in TXT_DB_create_index() 213 OPENSSL_STRING *r; in TXT_DB_create_index() 221 if ((idx = (LHASH_OF(OPENSSL_STRING) *)lh_new(hash, cmp)) == NULL) { in TXT_DB_create_index() 296 TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *row) in TXT_DB_insert() [all …]
|
| /dflybsd-src/crypto/libressl/apps/openssl/ |
| H A D | apps.h | 238 index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \ 239 (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b)) 252 STACK_OF(OPENSSL_STRING) *sigopts); 254 STACK_OF(OPENSSL_STRING) *sigopts); 256 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 req_config.addexts = (LHASH_OF(OPENSSL_STRING) *)lh_new( in req_opt_addext() 1738 const EVP_MD * md, STACK_OF(OPENSSL_STRING) * sigopts) in do_sign_init() 1758 STACK_OF(OPENSSL_STRING) * sigopts) in do_X509_sign() [all …]
|
| H A D | cms.c | 75 STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst, 76 STACK_OF(OPENSSL_STRING) *rr_from); 78 STACK_OF(OPENSSL_STRING) *param); 104 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; 1900 make_names_stack(STACK_OF(OPENSSL_STRING) *ns) in STACK_OF() 1937 make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst, 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, 139 X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, 147 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, 204 STACK_OF(OPENSSL_STRING) *sigopts; 1600 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, in certify() 1668 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, in certify_cert() 1725 STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, in do_body() 1744 OPENSSL_STRING row[DB_NUMBER]; in do_body() 1745 OPENSSL_STRING *irow = 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 | x509.c | 86 X509 *x, X509 *xca, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *sigopts, 143 STACK_OF(OPENSSL_STRING) *sigopts; 997 STACK_OF(OPENSSL_STRING) *emlst; in x509_main() 1384 X509 *xca, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *sigopts, in x509_certify()
|
| H A D | crl2p7.c | 80 STACK_OF(OPENSSL_STRING) *certflst;
|
| H A D | ocsp.c | 87 STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, 131 STACK_OF(OPENSSL_STRING) *reqnames; 1138 STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, in print_ocsp_summary()
|
| H A D | asn1pars.c | 88 STACK_OF(OPENSSL_STRING) *osk;
|
| H A D | smime.c | 105 STACK_OF(OPENSSL_STRING) *skkeys; 106 STACK_OF(OPENSSL_STRING) *sksigners;
|
| H A D | pkcs12.c | 97 STACK_OF(OPENSSL_STRING) *canames;
|
| H A D | s_server.c | 2337 STACK_OF(OPENSSL_STRING) *aia = NULL; in cert_status_cb()
|
| /dflybsd-src/crypto/libressl/crypto/x509/ |
| H A D | x509_utl.c | 72 static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name, 74 static void str_free(OPENSSL_STRING str); 75 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email); 548 STACK_OF(OPENSSL_STRING) * in STACK_OF() argument 552 STACK_OF(OPENSSL_STRING) *ret; in STACK_OF() 560 STACK_OF(OPENSSL_STRING) * in STACK_OF() argument 564 STACK_OF(OPENSSL_STRING) *ret = NULL; in STACK_OF() 584 STACK_OF(OPENSSL_STRING) * in STACK_OF() argument 589 STACK_OF(OPENSSL_STRING) *ret; in STACK_OF() 600 static STACK_OF(OPENSSL_STRING) * in STACK_OF() argument [all …]
|
| H A D | vpm_int.h | 65 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */
|
| /dflybsd-src/crypto/libressl/tls/ |
| H A D | tls_ocsp.c | 170 STACK_OF(OPENSSL_STRING) *ocsp_urls = NULL; in tls_ocsp_setup_from_peer()
|