| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/conf/ |
| 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 …]
|
| 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 …]
|
| 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()
|
| 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 …]
|
| /netbsd/src/usr.bin/locate/locate/ |
| D | updatedb.sh | 46 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/ |
| 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 …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ts/ |
| 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 …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| 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()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| 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 …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/engine/ |
| 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()
|
| /netbsd/src/usr.bin/crunch/examples/ |
| D | Makefile | 11 CONF= $(CRUNCHED).conf macro 21 $(OUTPUTS): $(CONF) 22 crunchgen ${.CURDIR}/$(CONF)
|
| /netbsd/src/external/bsd/openldap/dist/tests/scripts/ |
| D | start-server | 22 . $CONFFILTER $BACKEND < $CONF > $ADDCONF 31 . $CONFFILTER $BACKEND < $CONF > $CONF1
|
| D | start-server-nolog | 22 . $CONFFILTER $BACKEND < $CONF > $ADDCONF 31 . $CONFFILTER $BACKEND < $CONF > $CONF1
|
| D | test007-slapmodify | 22 . $CONFFILTER $BACKEND < $CONF > $ADDCONF 39 . $CONFFILTER $BACKEND < $CONF > $CONF1
|
| D | test001-slapadd | 22 . $CONFFILTER $BACKEND < $CONF > $ADDCONF 31 . $CONFFILTER $BACKEND < $CONF > $CONF1
|
| D | test081-totp | 52 . $CONFFILTER $BACKEND < $CONF > $ADDCONF 61 . $CONFFILTER $BACKEND < $CONF > $CONF1
|
| D | test080-hotp | 47 . $CONFFILTER $BACKEND < $CONF > $ADDCONF 56 . $CONFFILTER $BACKEND < $CONF > $CONF1
|
| D | test002-populate | 22 . $CONFFILTER $BACKEND < $CONF > $CONF1
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | confdump.c | 17 static void dump_section(const char *name, const CONF *cnf) in dump_section() 33 CONF *conf = NCONF_new(NCONF_default()); in main()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/apps/ |
| D | fipsinstall.c | 181 static CONF *generate_config_and_load(const char *prov_name, in generate_config_and_load() 189 CONF *conf = NULL; in generate_config_and_load() 216 static void free_config_and_unload(CONF *conf) in free_config_and_unload() 241 CONF *conf = NULL; in verify_config() 312 CONF *conf = NULL; in fipsinstall_main()
|
| D | ts.c | 36 static CONF *load_config_file(const char *configfile); 49 static int reply_command(CONF *conf, const char *section, const char *engine, 55 static TS_RESP *create_response(CONF *conf, const char *section, const char *engine, 160 CONF *conf = NULL; in ts_main() 366 static CONF *load_config_file(const char *configfile) in load_config_file() 368 CONF *conf = app_load_config(configfile); in load_config_file() 587 static int reply_command(CONF *conf, const char *section, const char *engine, in reply_command() 695 static TS_RESP *create_response(CONF *conf, const char *section, const char *engine, in create_response()
|
| D | ca.c | 89 static char *lookup_conf(const CONF *conf, const char *group, const char *tag); 100 long days, int batch, const char *ext_sect, CONF *conf, 112 CONF *conf, int verbose, unsigned long certopt, 120 const char *enddate, long days, const char *ext_sect, CONF *conf, 129 CONF *conf, unsigned long certopt, unsigned long nameopt, 141 static CONF *extfile_conf = NULL; 262 CONF *conf = NULL; in ca_main() 1369 static char *lookup_conf(const CONF *conf, const char *section, const char *tag) in lookup_conf() 1386 long days, int batch, const char *ext_sect, CONF *lconf, in certify() 1444 CONF *lconf, int verbose, unsigned long certopt, in certify_cert() [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/rand/ |
| D | rand_lib.c | 756 static int random_conf_init(CONF_IMODULE *md, const CONF *cnf) in random_conf_init() 760 RAND_GLOBAL *dgbl = rand_get_global(NCONF_get0_libctx((CONF *)cnf)); in random_conf_init() 763 OSSL_TRACE1(CONF, "Loading random module: section %s\n", in random_conf_init() 809 OSSL_TRACE(CONF, "Cleaned up random\n"); in random_conf_deinit() 814 OSSL_TRACE(CONF, "Adding config module 'random'\n"); in ossl_random_add_conf_module()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/rc4/asm/ |
| D | rc4-parisc.pl | 60 if (open CONF,"<${dir}../../opensslconf.h") { 61 while(<CONF>) { 67 close CONF;
|
| /netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/ |
| D | Makefile | 73 CPPFLAGS+= -I${CONF}/locale/dragonfly 85 CONF= ${DIST}/libstdc++-v3/config macro 231 ${CONF}/locale/${LOCALETYPE} \
|