/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_lib.c | 26 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf() 87 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() 182 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth) in NCONF_new_ex() 184 CONF *ret; in NCONF_new_ex() 199 CONF *NCONF_new(CONF_METHOD *meth) in NCONF_new() [all …]
|
H A D | conf_def.c | 45 static int is_keytype(const CONF *conf, char c, unsigned short type); 46 static char *eat_ws(CONF *conf, char *p); 47 static void trim_ws(CONF *conf, char *start); 48 static char *eat_alpha_numeric(CONF *conf, char *p); 49 static void clear_comments(CONF *conf, char *p); 50 static int str_copy(CONF *conf, char *section, char **to, char *from); 51 static char *scan_quote(CONF *conf, char *p); 52 static char *scan_dquote(CONF *conf, char *p); 60 static CONF *def_create(CONF_METHOD *meth); 61 static int def_init_default(CONF *conf); [all …]
|
H A D | conf_api.c | 23 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 D | conf_mod.c | 74 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 …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | conftypes.h | 23 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 D | conf_api.h | 27 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 D | conf.h | 100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf); 111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash); 145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth); 146 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); [all …]
|
H A D | conf.h.in | 63 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 D | ts.h | 468 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 …]
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound_cache.sh | 18 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 D | provider_conf.c | 52 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 …]
|
/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_conf.c | 123 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 …]
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_cnf.c | 21 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 D | NCONF_new_ex.pod | 19 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/crypto/openssl/crypto/x509/ |
H A D | v3_conf.c | 22 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 …]
|
/freebsd/tools/tools/net80211/scripts/ |
H A D | setup.wpa1.aes | 12 CONF=$TMPDIR/bsd-$WLAN.conf 34 rm -f $CONF" 2 50 makeconf $CONF 52 start_hostapd -K $CONF
|
H A D | setup.wpa1.tkip | 12 CONF=$TMPDIR/bsd-$WLAN.conf 34 rm -f $CONF" 2 50 makeconf $CONF 52 start_hostapd -K $CONF
|
H A D | setup.wpa2 | 12 CONF=$TMPDIR/bsd-$WLAN.conf 34 rm -f $CONF" 2 51 makeconf $CONF 53 start_hostapd -K $CONF
|
H A D | setup.wpa | 11 CONF=$TMPDIR/bsd-$WLAN.conf 34 rm -f $CONF" 2 50 makeconf $CONF 52 start_hostapd -K $CONF
|
H A D | setup.wpa2.tkip | 12 CONF=$TMPDIR/bsd-$WLAN.conf 34 rm -f $CONF" 2 51 makeconf $CONF 53 start_hostapd -K $CONF
|
H A D | setup.tsn | 12 CONF=$TMPDIR/tsn-$WLAN.conf 35 rm -f $CONF" 0 52 makeconf $CONF 54 start_hostapd -K $CONF
|
H A D | setup.updown.wpa | 14 CONF=$TMPDIR/bsd-$WLAN.conf 47 makeconf $CONF 48 start_hostapd $CONF& 56 rm -f $CONF
|
H A D | setup.mixed | 11 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/tests/sys/geom/class/gate/ |
H A D | ggate_test.sh | 3 CONF=gg.exports 22 echo $CONF >> $PLAINFILES 23 echo "localhost RW /dev/$work" > $CONF 24 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 D | eng_cnf.c | 43 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()
|