Home
last modified time | relevance | path

Searched refs:CONF (Results 1 – 25 of 160) sorted by relevance

1234567

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dconf.h39 CONF *(*create) (CONF_METHOD *meth);
40 int (*init) (CONF *conf);
41 int (*destroy) (CONF *conf);
42 int (*destroy_data) (CONF *conf);
43 int (*load_bio) (CONF *conf, BIO *bp, long *eline);
44 int (*dump) (const CONF *conf, BIO *bp);
45 int (*is_number) (const CONF *conf, char c);
46 int (*to_int) (const CONF *conf, char c);
47 int (*load) (CONF *conf, const char *name, long *eline);
59 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
[all …]
H A Dconf_api.h21 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
25 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
28 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
29 char *_CONF_get_string(const CONF *conf, const char *section,
31 long _CONF_get_number(const CONF *conf, const char *section,
34 int _CONF_new_data(CONF *conf);
35 void _CONF_free_data(CONF *conf);
H A Dts.h524 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section);
525 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
528 int TS_CONF_set_crypto_device(CONF *conf, const char *section,
532 int TS_CONF_set_signer_cert(CONF *conf, const char *section,
534 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
536 int TS_CONF_set_signer_key(CONF *conf, const char *section,
539 int TS_CONF_set_signer_digest(CONF *conf, const char *section,
541 int TS_CONF_set_def_policy(CONF *conf, const char *section,
543 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx);
544 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/conf/
H A Dconf_lib.c25 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf()
86 CONF ctmp; in LHASH_OF()
103 CONF ctmp; in STACK_OF()
115 CONF ctmp; in CONF_get_string()
131 CONF ctmp; in CONF_get_number()
141 CONF ctmp; in CONF_free()
164 CONF ctmp; in CONF_dump_bio()
177 CONF *NCONF_new(CONF_METHOD *meth) in NCONF_new()
179 CONF *ret; in NCONF_new()
193 void NCONF_free(CONF *conf) in NCONF_free()
[all …]
H A Dconf_def.c40 static int is_keytype(const CONF *conf, char c, unsigned short type);
41 static char *eat_ws(CONF *conf, char *p);
42 static void trim_ws(CONF *conf, char *start);
43 static char *eat_alpha_numeric(CONF *conf, char *p);
44 static void clear_comments(CONF *conf, char *p);
45 static int str_copy(CONF *conf, char *section, char **to, char *from);
46 static char *scan_quote(CONF *conf, char *p);
47 static char *scan_dquote(CONF *conf, char *p);
55 static CONF *def_create(CONF_METHOD *meth);
56 static int def_init_default(CONF *conf);
[all …]
H A Dconf_api.c23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section()
36 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf, in STACK_OF()
48 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string()
70 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string()
126 int _CONF_new_data(CONF *conf) in _CONF_new_data()
143 void _CONF_free_data(CONF *conf) in _CONF_free_data()
189 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
H A Dconf_mod.c59 static int module_run(const CONF *cnf, const char *name, const char *value,
66 const CONF *cnf);
67 static CONF_MODULE *module_load_dso(const CONF *cnf, const char *name,
72 int CONF_modules_load(const CONF *cnf, const char *appname, in CONF_modules_load()
116 CONF *conf = NULL; in CONF_modules_load_file()
151 static int module_run(const CONF *cnf, const char *name, const char *value, in module_run()
188 static CONF_MODULE *module_load_dso(const CONF *cnf, in module_load_dso()
291 const CONF *cnf) in module_init()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dconftypes.h23 CONF *(*create) (CONF_METHOD *meth);
24 int (*init) (CONF *conf);
25 int (*destroy) (CONF *conf);
26 int (*destroy_data) (CONF *conf);
27 int (*load_bio) (CONF *conf, BIO *bp, long *eline);
28 int (*dump) (const CONF *conf, BIO *bp);
29 int (*is_number) (const CONF *conf, char c);
30 int (*to_int) (const CONF *conf, char c);
31 int (*load) (CONF *conf, const char *name, long *eline);
H A Dconf_api.h27 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
29 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
31 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
34 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
35 char *_CONF_get_string(const CONF *conf, const char *section,
37 long _CONF_get_number(const CONF *conf, const char *section,
40 int _CONF_new_data(CONF *conf);
41 void _CONF_free_data(CONF *conf);
H A Dconf.h.in63 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
74 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
108 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
109 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
110 CONF *NCONF_new(CONF_METHOD *meth);
115 void NCONF_free(CONF *conf);
116 void NCONF_free_data(CONF *conf);
118 int NCONF_load(CONF *conf, const char *file, long *eline);
120 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
122 int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);
[all …]
H A Dts.h468 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section);
469 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
472 int TS_CONF_set_crypto_device(CONF *conf, const char *section,
476 int TS_CONF_set_signer_cert(CONF *conf, const char *section,
478 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
480 int TS_CONF_set_signer_key(CONF *conf, const char *section,
483 int TS_CONF_set_signer_digest(CONF *conf, const char *section,
485 int TS_CONF_set_def_policy(CONF *conf, const char *section,
487 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx);
488 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
[all …]
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dunbound_cache.sh18 CONF="/etc/opt/csw/unbound"
48 …$ECHO "filename - file to save/load dumped cache. If not specified, $CONF/$FNAME will be used inst…
78 elif [ ! -f "$CONF/$FNAME" ]; then
80 $ECHO "ERROR: File $CONF/$FNAME does not exists. Save it first."
90 $ECHO "Saving cache in $CONF/$FNAME..."
91 $UC dump_cache>$CONF/$FNAME
92 $LS -lh $CONF/$FNAME
106 $ECHO "Loading cache from saved $CONF/$FNAME..."
107 $LS -lh $CONF/$FNAME
109 $CAT $CONF/$FNAME|$UC load_cache
/netbsd-src/usr.bin/locate/locate/
H A Dupdatedb.sh46 CONF="/etc/locate.conf" # configuration file
109 CONF="$OPTARG" ;;
118 if [ -f "$CONF" ]; then
162 echo "$CONF: workdir takes exactly one argument" >&2
166 echo "$CONF: workdir: $1 nonexistent" >&2
171 echo "$CONF: database takes exactly one argument" >&2
177 echo "$CONF: $com: unknown config command" >&2
181 done < "$CONF"
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dprovider_conf.c52 OSSL_TRACE(CONF, "Cleaned up providers\n"); in prov_conf_ossl_ctx_free()
83 const CONF *cnf, in provider_conf_params_internal()
96 OSSL_TRACE1(CONF, "Provider params: start section %s\n", value); in provider_conf_params_internal()
141 OSSL_TRACE1(CONF, "Provider params: finish section %s\n", value); in provider_conf_params_internal()
143 OSSL_TRACE2(CONF, "Provider params: %s = %s\n", name, value); in provider_conf_params_internal()
164 const CONF *cnf) in provider_conf_params()
201 const char *value, const CONF *cnf) in provider_conf_load()
213 OSSL_TRACE1(CONF, "Configuring provider %s\n", name); in provider_conf_load()
229 OSSL_TRACE2(CONF, "Provider command: %s = %s\n", in provider_conf_load()
351 static int provider_conf_init(CONF_IMODULE *md, const CONF *cnf) in provider_conf_init()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_conf.c116 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section()
126 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial()
144 int TS_CONF_set_crypto_device(CONF *conf, const char *section, in TS_CONF_set_crypto_device()
188 int TS_CONF_set_signer_cert(CONF *conf, const char *section, in TS_CONF_set_signer_cert()
212 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, in TS_CONF_set_certs()
234 int TS_CONF_set_signer_key(CONF *conf, const char *section, in TS_CONF_set_signer_key()
257 int TS_CONF_set_signer_digest(CONF *conf, const char *section, in TS_CONF_set_signer_digest()
281 int TS_CONF_set_def_policy(CONF *conf, const char *section, in TS_CONF_set_def_policy()
305 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_policies()
337 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_digests()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_conf.c123 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section()
133 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial()
151 int TS_CONF_set_crypto_device(CONF *conf, const char *section, in TS_CONF_set_crypto_device()
194 int TS_CONF_set_signer_cert(CONF *conf, const char *section, in TS_CONF_set_signer_cert()
218 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, in TS_CONF_set_certs()
240 int TS_CONF_set_signer_key(CONF *conf, const char *section, in TS_CONF_set_signer_key()
263 int TS_CONF_set_signer_digest(CONF *conf, const char *section, in TS_CONF_set_signer_digest()
287 int TS_CONF_set_def_policy(CONF *conf, const char *section, in TS_CONF_set_def_policy()
312 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_policies()
344 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_digests()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_cnf.c21 static int alg_module_init(CONF_IMODULE *md, const CONF *cnf) in alg_module_init()
28 OSSL_TRACE2(CONF, "Loading EVP module: name %s, value %s\n", in alg_module_init()
50 NCONF_get0_libctx((CONF *)cnf), m > 0, 0)) { in alg_module_init()
55 if (!evp_set_default_properties_int(NCONF_get0_libctx((CONF *)cnf), in alg_module_init()
72 OSSL_TRACE(CONF, "Adding config module 'alg_section'\n"); in EVP_add_alg_module()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_conf.c22 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
36 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, in X509V3_EXT_nconf()
55 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid()
69 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf()
300 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf_sk()
331 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf()
342 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_CRL_add_nconf()
353 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_REQ_add_nconf()
426 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
447 CONF ctmp; in X509V3_EXT_conf()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_conf.c22 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
34 static X509_EXTENSION *X509V3_EXT_nconf_int(CONF *conf, X509V3_CTX *ctx, in X509V3_EXT_nconf_int()
58 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, in X509V3_EXT_nconf()
64 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid()
79 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf()
309 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf_sk()
341 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf()
354 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_CRL_add_nconf()
367 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_REQ_add_nconf()
436 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dconf_api.c23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section()
34 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf, in STACK_OF()
45 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string()
66 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string()
120 int _CONF_new_data(CONF *conf) in _CONF_new_data()
136 void _CONF_free_data(CONF *conf) in _CONF_free_data()
185 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
H A Dconf_mod.c74 static int module_run(const CONF *cnf, const char *name, const char *value,
81 const CONF *cnf);
82 static CONF_MODULE *module_load_dso(const CONF *cnf, const char *name,
110 static int conf_diagnostics(const CONF *cnf) in conf_diagnostics()
117 int CONF_modules_load(const CONF *cnf, const char *appname, in CONF_modules_load()
146 OSSL_TRACE1(CONF, "Configuration in section %s\n", vsection); in CONF_modules_load()
166 OSSL_TRACE3(CONF, "Running module %s (%s) returned %d\n", in CONF_modules_load()
184 CONF *conf = NULL; in CONF_modules_load_file_ex()
249 static int module_run(const CONF *cnf, const char *name, const char *value, in module_run()
285 static CONF_MODULE *module_load_dso(const CONF *cnf, in module_load_dso()
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dunit_tests.sh65 local CONF="$1"
72 LD_LIBRARY_PATH="${LIB_PATH}" ./ppm_test "${USER}" "${PASS}" "${CONF}"
76 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${GREEN}PASS${NC}"
78 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${RED}FAIL${NC}"
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_cnf.c43 static int int_engine_configure(const char *name, const char *value, const CONF *cnf) in int_engine_configure()
55 OSSL_TRACE1(CONF, "Configuring engine %s\n", name); in int_engine_configure()
68 OSSL_TRACE2(CONF, "ENGINE: doing ctrl(%s,%s)\n", in int_engine_configure()
147 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf) in int_engine_module_init()
152 OSSL_TRACE2(CONF, "Called engine module: name %s, value %s\n", in int_engine_module_init()
/netbsd-src/usr.bin/crunch/examples/
H A DMakefile11 CONF= $(CRUNCHED).conf macro
21 $(OUTPUTS): $(CONF)
22 crunchgen ${.CURDIR}/$(CONF)
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h50 void app_RAND_load_conf(CONF *c, const char *section);
68 CONF *app_load_config_bio(BIO *in, const char *filename);
71 CONF *app_load_config_internal(const char *filename, int quiet);
72 CONF *app_load_config_verbose(const char *filename, int verbose);
73 int app_load_modules(const CONF *config);
74 CONF *app_load_config_modules(const char *configfile);
112 int add_oid_section(CONF *conf);

1234567