Searched refs:OPENSSL_STRING (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/crypto/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 Dlhash.h252 DEFINE_LHASH_OF_INTERNAL(OPENSSL_STRING); variable
253 #define lh_OPENSSL_STRING_new(hfn, cmp) ((LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_new(ossl_check_OPENSSL_STRING_lh_hashfunc_type(hfn), ossl_check_OPENSSL_STRING_lh_compfunc_type(cmp)))
256 #define lh_OPENSSL_STRING_insert(lh, ptr) ((OPENSSL_STRING *)OPENSSL_LH_insert(ossl_check_OPENSSL_STRING_lh_type(lh), ossl_check_OPENSSL_STRING_lh_plain_type(ptr)))
257 #define lh_OPENSSL_STRING_delete(lh, ptr) ((OPENSSL_STRING *)OPENSSL_LH_delete(ossl_check_OPENSSL_STRING_lh_type(lh), ossl_check_const_OPENSSL_STRING_lh_plain_type(ptr)))
258 #define lh_OPENSSL_STRING_retrieve(lh, ptr) ((OPENSSL_STRING *)OPENSSL_LH_retrieve(ossl_check_OPENSSL_STRING_lh_type(lh), ossl_check_const_OPENSSL_STRING_lh_plain_type(ptr)))
H A Dsafestack.h195 typedef char *OPENSSL_STRING; typedef
205 SKM_DEFINE_STACK_OF_INTERNAL(OPENSSL_STRING, char, char)
208 #define sk_OPENSSL_STRING_new(cmp) ((STACK_OF(OPENSSL_STRING) *)OPENSSL_sk_new(ossl_check_OPENSSL_STRING_compfunc_type(cmp)))
209 #define sk_OPENSSL_STRING_new_null() ((STACK_OF(OPENSSL_STRING) *)OPENSSL_sk_new_null())
210 #define sk_OPENSSL_STRING_new_reserve(cmp, n) ((STACK_OF(OPENSSL_STRING) *)OPENSSL_sk_new_reserve(ossl_check_OPENSSL_STRING_compfunc_type(cmp), (n)))
228 #define sk_OPENSSL_STRING_dup(sk) ((STACK_OF(OPENSSL_STRING) *)OPENSSL_sk_dup(ossl_check_const_OPENSSL_STRING_sk_type(sk)))
229 #define sk_OPENSSL_STRING_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(OPENSSL_STRING) *)OPENSSL_sk_deep_copy(ossl_check_const_OPENSSL_STRING_sk_type(sk), ossl_check_OPENSSL_STRING_copyfunc_type(copyfunc), ossl_check_OPENSSL_STRING_freefunc_type(freefunc)))
/freebsd-current/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c28 OPENSSL_STRING *pp;
128 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx,
129 OPENSSL_STRING *value)
131 OPENSSL_STRING *ret;
132 LHASH_OF(OPENSSL_STRING) *lh;
148 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
151 LHASH_OF(OPENSSL_STRING) *idx;
152 OPENSSL_STRING *r, *k;
160 if ((idx = (LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_new(hash, cmp)) == NULL) {
235 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *ro
[all...]
/freebsd-current/crypto/openssl/crypto/x509/
H A Dby_store.c97 static void free_uri(OPENSSL_STRING data)
104 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx);
121 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx);
151 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx);
H A Dv3_utl.c27 static STACK_OF(OPENSSL_STRING) *get_email(const X509_NAME *name,
29 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)
454 STACK_OF(OPENSSL_STRING) *ret;
462 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x)
465 STACK_OF(OPENSSL_STRING) *ret = NULL;
485 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x)
489 STACK_OF(OPENSSL_STRING) *ret;
499 static STACK_OF(OPENSSL_STRING) *get_emai
[all...]
H A Dx509_local.h32 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */
/freebsd-current/crypto/openssl/apps/include/
H A Dapps.h240 index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \
241 (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b))
256 STACK_OF(OPENSSL_STRING) *sigopts, X509V3_CTX *ext_ctx);
257 int do_X509_verify(X509 *x, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *vfyopts);
259 STACK_OF(OPENSSL_STRING) *sigopts);
261 STACK_OF(OPENSSL_STRING) *vfyopts);
263 STACK_OF(OPENSSL_STRING) *sigopts);
339 OSSL_PARAM *app_params_new_from_opts(STACK_OF(OPENSSL_STRING) *opts,
H A Ds_apps.h71 int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, SSL_CTX *ctx);
/freebsd-current/crypto/openssl/apps/
H A Dkdf.c51 static char *alloc_kdf_algorithm_name(STACK_OF(OPENSSL_STRING) **optp,
74 STACK_OF(OPENSSL_STRING) *opts = NULL;
H A Dverify.c25 STACK_OF(OPENSSL_STRING) *opts);
84 STACK_OF(OPENSSL_STRING) *vfyopts = NULL;
248 STACK_OF(OPENSSL_STRING) *opts)
H A Dengine.c159 STACK_OF(OPENSSL_STRING) *cmds = NULL;
239 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds,
303 STACK_OF(OPENSSL_STRING) *pre_cmds = sk_OPENSSL_STRING_new_null();
304 STACK_OF(OPENSSL_STRING) *post_cmds = sk_OPENSSL_STRING_new_null();
H A Dmac.c55 static char *alloc_mac_algorithm_name(STACK_OF(OPENSSL_STRING) **optp,
81 STACK_OF(OPENSSL_STRING) *opts = NULL;
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;
286 STACK_OF(OPENSSL_STRING) *rr_to = NULL, *rr_from = NULL;
287 STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL;
1379 static STACK_OF(GENERAL_NAMES) *make_names_stack(STACK_OF(OPENSSL_STRING) *ns)
1414 *make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst,
1415 STACK_OF(OPENSSL_STRING) *rr_from)
1442 STACK_OF(OPENSSL_STRING) *para
[all...]
H A Dca.c94 STACK_OF(OPENSSL_STRING) *sigopts,
95 STACK_OF(OPENSSL_STRING) *vfyopts,
106 STACK_OF(OPENSSL_STRING) *sigopts,
107 STACK_OF(OPENSSL_STRING) *vfyopts,
116 STACK_OF(OPENSSL_STRING) *sigopts,
124 const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
271 STACK_OF(OPENSSL_STRING) *sigopts = NULL, *vfyopts = NULL;
1380 STACK_OF(OPENSSL_STRING) *sigopts,
1381 STACK_OF(OPENSSL_STRING) *vfyopts,
1438 STACK_OF(OPENSSL_STRING) *sigopt
[all...]
H A Dreq.c176 static unsigned long ext_name_hash(const OPENSSL_STRING *a)
181 static int ext_name_cmp(const OPENSSL_STRING *a, const OPENSSL_STRING *b)
186 static void exts_cleanup(OPENSSL_STRING *x)
195 static int duplicated(LHASH_OF(OPENSSL_STRING) *addexts, char *kv)
222 p = (char *)lh_OPENSSL_STRING_insert(addexts, (OPENSSL_STRING *)kv);
241 STACK_OF(OPENSSL_STRING) *pkeyopts = NULL, *sigopts = NULL, *vfyopts = NULL;
242 LHASH_OF(OPENSSL_STRING) *addexts = NULL;
H A Docsp.c66 STACK_OF(OPENSSL_STRING) *names,
72 STACK_OF(OPENSSL_STRING) *sigopts,
218 STACK_OF(OPENSSL_STRING) *rsign_sigopts = NULL;
227 STACK_OF(OPENSSL_STRING) *reqnames = NULL;
967 STACK_OF(OPENSSL_STRING) *names,
1031 STACK_OF(OPENSSL_STRING) *sigopts,
H A Dcrl2pkcs7.c54 STACK_OF(OPENSSL_STRING) *certflst = NULL;
H A Dgenpkey.c75 STACK_OF(OPENSSL_STRING) *keyopt = NULL;
H A Dpkeyutl.c124 STACK_OF(OPENSSL_STRING) *pkeyopts = NULL;
125 STACK_OF(OPENSSL_STRING) *pkeyopts_passin = NULL;
H A Dasn1parse.c66 STACK_OF(OPENSSL_STRING) *osk = NULL;
H A Dfipsinstall.c304 STACK_OF(OPENSSL_STRING) *opts = NULL;
/freebsd-current/crypto/openssl/apps/lib/
H A Dapp_rand.c17 static STACK_OF(OPENSSL_STRING) *randfiles;
H A Dapps.c2163 static int do_pkey_ctx_init(EVP_PKEY_CTX *pkctx, STACK_OF(OPENSSL_STRING) *opts)
2182 static int do_x509_init(X509 *x, STACK_OF(OPENSSL_STRING) *opts)
2201 static int do_x509_req_init(X509_REQ *x, STACK_OF(OPENSSL_STRING) *opts)
2221 const char *md, STACK_OF(OPENSSL_STRING) *sigopts)
2273 STACK_OF(OPENSSL_STRING) *sigopts, X509V3_CTX *ext_ctx)
2310 STACK_OF(OPENSSL_STRING) *sigopts)
2323 STACK_OF(OPENSSL_STRING) *sigopts)
2338 int do_X509_verify(X509 *x, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *vfyopts)
2354 STACK_OF(OPENSSL_STRING) *vfyopts)
3299 OSSL_PARAM *app_params_new_from_opts(STACK_OF(OPENSSL_STRING) *opt
[all...]
/freebsd-current/crypto/openssl/crypto/engine/
H A Deng_dyn.c114 STACK_OF(OPENSSL_STRING) *dirs;

Completed in 133 milliseconds

12