Home
last modified time | relevance | path

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

123

/freebsd-12-stable/crypto/openssl/include/openssl/
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 …]
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);
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 …]
/freebsd-12-stable/crypto/openssl/crypto/conf/
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 …]
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 …]
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()
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()
/freebsd-12-stable/contrib/unbound/contrib/
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-12-stable/usr.sbin/pc-sysinstall/backend/
Dstartautoinstall.sh45 CONF=${1}
49 PCCFG=`grep "pc_config:" ${CONF} | grep -v "^#" | sed "s|pc_config: ||g" | sed "s|pc_config:||g"`
50 SHUTDOWN_CMD=`grep "shutdown_cmd:" ${CONF} | grep -v "^#" | sed "s|shutdown_cmd: ||g" | sed "s|shut…
51 CONFIRM_INS=`grep "confirm_install:" ${CONF} | grep -v "^#" | sed "s|confirm_install: ||g" | sed "s…
71 …NICCFG=`grep "nic_config:" ${CONF} | grep -v "^#" | sed "s|nic_config: ||g" | sed "s|nic_config:||…
80 NICDNS=`grep "nic_dns:" ${CONF} | grep -v "^#" | sed "s|nic_dns: ||g" | sed "s|nic_dns:||g"`
81 …NICGATE=`grep "nic_gateway:" ${CONF} | grep -v "^#" | sed "s|nic_gateway: ||g" | sed "s|nic_gatewa…
/freebsd-12-stable/crypto/openssl/crypto/ts/
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 …]
/freebsd-12-stable/tools/tools/tinybsd/
Dtinybsd57 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 …]
/freebsd-12-stable/release/picobsd/build/
DMakefile.conf25 CONF=${SRC}/sys/${TARGET_ARCH}/conf
45 ${COMPILE}: ${CONF}/${CONFFILE}
46 cd ${CONF}; ${CONFIG} -d ${COMPILE} ${CONFFILE}
48 ${CONF}/${CONFFILE}: ${KERNCONF}
51 [ -f PICOBSD.hints ] && cp PICOBSD.hints ${CONF}/
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
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 …]
/freebsd-12-stable/tools/tools/net80211/scripts/
Dsetup.wpa213 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
52 makeconf $CONF
54 start_hostapd -K $CONF
Dsetup.wpa12 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
51 makeconf $CONF
53 start_hostapd -K $CONF
Dsetup.wpa2.tkip13 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
52 makeconf $CONF
54 start_hostapd -K $CONF
Dsetup.wpa1.tkip13 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
51 makeconf $CONF
53 start_hostapd -K $CONF
Dsetup.wpa1.aes13 CONF=$TMPDIR/bsd-$WLAN.conf
35 rm -f $CONF" 2
51 makeconf $CONF
53 start_hostapd -K $CONF
Dsetup.tsn13 CONF=$TMPDIR/tsn-$WLAN.conf
36 rm -f $CONF" 0
53 makeconf $CONF
55 start_hostapd -K $CONF
Dsetup.updown.wpa15 CONF=$TMPDIR/bsd-$WLAN.conf
48 makeconf $CONF
49 start_hostapd $CONF&
57 rm -f $CONF
Dsetup.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
/freebsd-12-stable/usr.sbin/crunch/examples/
DMakefile9 CONF= $(CRUNCHED).conf macro
21 $(OUTPUTS): $(CONF)
22 MAKE=${MAKE} crunchgen ${.CURDIR}/$(CONF)
/freebsd-12-stable/share/mk/
Dbsd.crunchgen.mk36 CONF= ${PROG}.conf
47 CLEANFILES+= ${CONF} *.o *.lo *.c *.mk *.cache *.a *.h
82 ${CONF}: Makefile
119 ${OUTPUTS}: ${CONF}
122 ${CRUNCHGEN} -fq -m ${OUTMK} -c ${OUTC} ${CONF}
/freebsd-12-stable/contrib/sendmail/contrib/
Dmovemail.pl44 open CONF, "< $conffile"
47 read CONF, $conf, $len
49 close CONF;
/freebsd-12-stable/contrib/bearssl/mk/
DSingleUnix.mk35 CONF = Unix
37 include conf/$(CONF).mk

123