Home
last modified time | relevance | path

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

123

/NextBSD/crypto/openssl/crypto/conf/
HDconf.h89 CONF *(*create) (CONF_METHOD *meth);
90 int (*init) (CONF *conf);
91 int (*destroy) (CONF *conf);
92 int (*destroy_data) (CONF *conf);
93 int (*load_bio) (CONF *conf, BIO *bp, long *eline);
94 int (*dump) (const CONF *conf, BIO *bp);
95 int (*is_number) (const CONF *conf, char c);
96 int (*to_int) (const CONF *conf, char c);
97 int (*load) (CONF *conf, const char *name, long *eline);
109 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
[all …]
HDconf_def.c72 static char *eat_ws(CONF *conf, char *p);
73 static char *eat_alpha_numeric(CONF *conf, char *p);
74 static void clear_comments(CONF *conf, char *p);
75 static int str_copy(CONF *conf, char *section, char **to, char *from);
76 static char *scan_quote(CONF *conf, char *p);
77 static char *scan_dquote(CONF *conf, char *p);
80 static CONF *def_create(CONF_METHOD *meth);
81 static int def_init_default(CONF *conf);
82 static int def_init_WIN32(CONF *conf);
83 static int def_destroy(CONF *conf);
[all …]
HDconf_lib.c73 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf()
134 CONF ctmp; in LHASH_OF()
151 CONF ctmp; in STACK_OF()
163 CONF ctmp; in CONF_get_string()
178 CONF ctmp; in CONF_get_number()
192 CONF ctmp; in CONF_free()
215 CONF ctmp; in CONF_dump_bio()
228 CONF *NCONF_new(CONF_METHOD *meth) in NCONF_new()
230 CONF *ret; in NCONF_new()
244 void NCONF_free(CONF *conf) in NCONF_free()
[all …]
HDconf_api.h70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section,
83 int _CONF_new_data(CONF *conf);
84 void _CONF_free_data(CONF *conf);
HDconf_api.c81 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in IMPLEMENT_LHASH_DOALL_ARG_FN()
94 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf, in STACK_OF()
106 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string()
128 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string()
164 long _CONF_get_number(CONF *conf, char *section, char *name)
210 int _CONF_new_data(CONF *conf) in IMPLEMENT_LHASH_COMP_FN()
222 void _CONF_free_data(CONF *conf) in _CONF_free_data()
273 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
HDconf_mod.c109 static int module_run(const CONF *cnf, char *name, char *value,
116 const CONF *cnf);
117 static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value,
122 int CONF_modules_load(const CONF *cnf, const char *appname, in CONF_modules_load()
166 CONF *conf = NULL; in CONF_modules_load_file()
198 static int module_run(const CONF *cnf, char *name, char *value, in module_run()
234 static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value, in module_load_dso()
333 const CONF *cnf) in module_init()
/NextBSD/usr.sbin/pc-sysinstall/backend/
HDstartautoinstall.sh43 CONF=${1}
47 PCCFG=`grep "pc_config:" ${CONF} | grep -v "^#" | sed "s|pc_config: ||g" | sed "s|pc_config:||g"`
48 SHUTDOWN_CMD=`grep "shutdown_cmd:" ${CONF} | grep -v "^#" | sed "s|shutdown_cmd: ||g" | sed "s|shut…
49 CONFIRM_INS=`grep "confirm_install:" ${CONF} | grep -v "^#" | sed "s|confirm_install: ||g" | sed "s…
69 …NICCFG=`grep "nic_config:" ${CONF} | grep -v "^#" | sed "s|nic_config: ||g" | sed "s|nic_config:||…
78 NICDNS=`grep "nic_dns:" ${CONF} | grep -v "^#" | sed "s|nic_dns: ||g" | sed "s|nic_dns:||g"`
79 …NICGATE=`grep "nic_gateway:" ${CONF} | grep -v "^#" | sed "s|nic_gateway: ||g" | sed "s|nic_gatewa…
/NextBSD/crypto/openssl/crypto/ts/
HDts_conf.c165 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section()
175 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial()
193 int TS_CONF_set_crypto_device(CONF *conf, const char *section, in TS_CONF_set_crypto_device()
240 int TS_CONF_set_signer_cert(CONF *conf, const char *section, in TS_CONF_set_signer_cert()
262 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, in TS_CONF_set_certs()
283 int TS_CONF_set_signer_key(CONF *conf, const char *section, in TS_CONF_set_signer_key()
306 int TS_CONF_set_def_policy(CONF *conf, const char *section, in TS_CONF_set_def_policy()
330 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_policies()
361 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_digests()
397 int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_accuracy()
[all …]
HDts.h734 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section);
735 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
737 int TS_CONF_set_crypto_device(CONF *conf, const char *section,
740 int TS_CONF_set_signer_cert(CONF *conf, const char *section,
742 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
744 int TS_CONF_set_signer_key(CONF *conf, const char *section,
747 int TS_CONF_set_def_policy(CONF *conf, const char *section,
749 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx);
750 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
751 int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx);
[all …]
/NextBSD/tools/tools/tinybsd/
HDtinybsd57 CONF=$VAL
164 CONF=${CONF:-default}; export CONF
197 CONF=`confirm_action "$CONF" "Configuration name?"`
198 if [ ! -d "${CURRENTDIR}/conf/$CONF" ]
200 echo "${TS} Error: Could not find config (${CONF})"
235 echo "CONF=${CONF}"
286 cd ${CURRENTDIR}/conf/${CONF}
288 for file in `cat ${CURRENTDIR}/conf/${CONF}/${BASEFILE} | grep -v "#" | \
296 for portname in `cat ${CURRENTDIR}/conf/${CONF}/${PORTSFILE} | grep -v '#'` ; do
336 cp -p ${CURRENTDIR}/conf/${CONF}/${KERNCONF} /usr/src/sys/${TINYARCH}/conf
[all …]
/NextBSD/release/picobsd/build/
HDMakefile.conf25 CONF=${SRC}/sys/${TARGET_ARCH}/conf
45 ${COMPILE}: ${CONF}/${CONFFILE}
46 (cd ${CONF}; ${CONFIG} -d ${COMPILE} ${CONFFILE}; \
49 ${CONF}/${CONFFILE}: ${KERNCONF}
52 [ -f PICOBSD.hints ] && cp PICOBSD.hints ${CONF}/
/NextBSD/crypto/openssl/crypto/x509v3/
HDv3_conf.c70 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
84 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, in X509V3_EXT_nconf()
103 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid()
117 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf()
328 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk()
352 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf()
363 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf()
374 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf()
447 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
468 CONF ctmp; in X509V3_EXT_conf()
[all …]
/NextBSD/tools/tools/net80211/scripts/
HDsetup.wpa213 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
52 makeconf $CONF
54 start_hostapd -K $CONF
HDsetup.wpa2.tkip13 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
52 makeconf $CONF
54 start_hostapd -K $CONF
HDsetup.wpa1.tkip13 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
51 makeconf $CONF
53 start_hostapd -K $CONF
HDsetup.wpa12 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
51 makeconf $CONF
53 start_hostapd -K $CONF
HDsetup.wpa1.aes13 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
51 makeconf $CONF
53 start_hostapd -K $CONF
HDsetup.tsn13 CONF=$TMPDIR/tsn-$WLAN.conf
36 rm -f $CONF" 0
53 makeconf $CONF
55 start_hostapd -K $CONF
HDsetup.updown.wpa15 CONF=$TMPDIR/bsd-$WLAN.conf
48 makeconf $CONF
49 start_hostapd $CONF&
57 rm -f $CONF
HDsetup.mixed12 CONF=$TMPDIR/bsd-$WPA_WLAN.conf
36 ifconfig $OPEN_WLAN destroy; rm -f $CONF" 2
60 makeconf $CONF $WPA_WLAN
62 start_hostapd -K $CONF
/NextBSD/share/mk/
HDbsd.crunchgen.mk36 CONF= ${PROG}.conf
43 CLEANFILES+= ${CONF} *.o *.lo *.c *.mk *.cache *.a *.h
76 ${CONF}: Makefile
106 ${OUTPUTS}: ${CONF} .META
108 -m ${OUTMK} -c ${OUTC} ${CONF}
/NextBSD/usr.sbin/crunch/examples/
HDMakefile9 CONF= $(CRUNCHED).conf macro
21 $(OUTPUTS): $(CONF)
22 MAKE=${MAKE} crunchgen ${.CURDIR}/$(CONF)
/NextBSD/crypto/openssl/util/
HDmkcerts.sh16 CONF="-config ../apps/openssl.cnf"
20 $SSLEAY req $CONF \
56 $SSLEAY req $CONF \
93 $SSLEAY req $CONF \
130 $SSLEAY req $CONF \
167 $SSLEAY req $CONF \
/NextBSD/usr.bin/truss/
HDmakesyscallsconf.sh5 CONF="$2"
9 cat > "${CONF}" << EOF
/NextBSD/crypto/openssl/apps/
HDapps.h146 CONF *config = NULL;
149 extern CONF *config;
156 extern CONF *config;
245 int add_oid_section(BIO *err, CONF *conf);
274 int load_config(BIO *err, CONF *cnf);

123