Home
last modified time | relevance | path

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

12345

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_lib.c87 CONF ctmp; in LHASH_OF()
104 CONF ctmp; in STACK_OF()
117 CONF ctmp; in CONF_get_string()
134 CONF ctmp; in CONF_get_number()
145 CONF ctmp; in CONF_free()
168 CONF ctmp; in CONF_dump_bio()
184 CONF *ret; in NCONF_new_ex()
199 CONF *NCONF_new(CONF_METHOD *meth) in NCONF_new()
204 void NCONF_free(CONF *conf) in NCONF_free()
211 void NCONF_free_data(CONF *conf) in NCONF_free_data()
[all …]
H A Dconf_def.c46 static char *eat_ws(CONF *conf, char *p);
60 static CONF *def_create(CONF_METHOD *meth);
61 static int def_init_default(CONF *conf);
63 static int def_init_WIN32(CONF *conf);
65 static int def_destroy(CONF *conf);
66 static int def_destroy_data(CONF *conf);
113 CONF *ret; in def_create()
124 static int def_init_default(CONF *conf) in def_init_default()
137 static int def_init_WIN32(CONF *conf) in def_init_WIN32()
150 static int def_destroy(CONF *conf) in def_destroy()
[all …]
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()
/freebsd/crypto/openssl/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.h146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);
161 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,
167 int NCONF_dump_fp(const CONF *conf, FILE *out);
169 int NCONF_dump_bio(const CONF *conf, BIO *out);
[all …]
H A Dconf.h.in74 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
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);
124 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,
130 int NCONF_dump_fp(const CONF *conf, FILE *out);
[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,
488 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
494 int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section,
[all …]
/freebsd/contrib/unbound/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
/freebsd/crypto/openssl/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()
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()
357 OSSL_TRACE1(CONF, "Loading providers module: section %s\n", in provider_conf_init()
370 if (!provider_conf_load(NCONF_get0_libctx((CONF *)cnf), in provider_conf_init()
[all …]
/freebsd/crypto/openssl/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()
442 static int ts_CONF_add_flag(CONF *conf, const char *section, in ts_CONF_add_flag()
469 int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section, in TS_CONF_set_ess_cert_id_chain()
[all …]
/freebsd/crypto/openssl/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()
/freebsd/crypto/openssl/doc/man3/
H A DNCONF_new_ex.pod19 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
20 CONF *NCONF_new(CONF_METHOD *meth);
21 void NCONF_free(CONF *conf);
23 int NCONF_load(CONF *conf, const char *file, long *eline);
24 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
26 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *name);
27 STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *conf);
31 NCONF_new_ex() creates a new CONF object in heap memory and assigns to
63 NCONF_new_ex() and NCONF_new() return a newly created I<CONF> object
/freebsd/tools/tools/net80211/scripts/
H A Dsetup.wpa11 CONF=$TMPDIR/bsd-$WLAN.conf
34 rm -f $CONF" 2
50 makeconf $CONF
52 start_hostapd -K $CONF
H A Dsetup.wpa1.aes12 CONF=$TMPDIR/bsd-$WLAN.conf
34 rm -f $CONF" 2
50 makeconf $CONF
52 start_hostapd -K $CONF
H A Dsetup.wpa1.tkip12 CONF=$TMPDIR/bsd-$WLAN.conf
34 rm -f $CONF" 2
50 makeconf $CONF
52 start_hostapd -K $CONF
H A Dsetup.wpa212 CONF=$TMPDIR/bsd-$WLAN.conf
34 rm -f $CONF" 2
51 makeconf $CONF
53 start_hostapd -K $CONF
H A Dsetup.wpa2.tkip12 CONF=$TMPDIR/bsd-$WLAN.conf
34 rm -f $CONF" 2
51 makeconf $CONF
53 start_hostapd -K $CONF
H A Dsetup.tsn12 CONF=$TMPDIR/tsn-$WLAN.conf
35 rm -f $CONF" 0
52 makeconf $CONF
54 start_hostapd -K $CONF
H A Dsetup.updown.wpa14 CONF=$TMPDIR/bsd-$WLAN.conf
47 makeconf $CONF
48 start_hostapd $CONF&
56 rm -f $CONF
H A Dsetup.mixed11 CONF=$TMPDIR/bsd-$WPA_WLAN.conf
35 ifconfig $OPEN_WLAN destroy; rm -f $CONF" 2
59 makeconf $CONF $WPA_WLAN
61 start_hostapd -K $CONF
/freebsd/crypto/openssl/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()
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()
341 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf()
436 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
483 CONF *ctmp; in X509V3_EXT_conf()
498 CONF *ctmp; in X509V3_EXT_conf_nid()
540 CONF *ctmp; in X509V3_EXT_add_conf()
557 CONF *ctmp; in X509V3_EXT_CRL_add_conf()
[all …]
/freebsd/tests/sys/geom/class/gate/
H A Dggate_test.sh5 CONF=gg.exports
23 echo $CONF >> $PLAINFILES
24 echo "localhost RW /dev/$work" > $CONF
25 atf_check ggated -p $PORT -F $PIDFILE $CONF
67 echo $CONF >> $PLAINFILES
68 echo "127.0.0.1 RW /dev/$work" > $CONF
70 atf_check ggated -p $PORT -F $PIDFILE $CONF
/freebsd/crypto/openssl/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()
/freebsd/usr.sbin/crunch/examples/
H A DMakefile8 CONF= $(CRUNCHED).conf macro
20 $(OUTPUTS): $(CONF)
21 MAKE=${MAKE} crunchgen ${.CURDIR}/$(CONF)

12345