| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | conf.h | 39 CONF *(*create) (CONF_METHOD *meth); 40 int (*init) (CONF *conf); 41 int (*destroy) (CONF *conf); 42 int (*destroy_data) (CONF *conf); 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); 109 CONF *NCONF_new(CONF_METHOD *meth); 112 void NCONF_free(CONF *conf); 113 void NCONF_free_data(CONF *conf); [all …]
|
| H A D | conf_api.h | 21 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);
|
| H A D | ts.h | 524 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, 546 int TS_CONF_set_clock_precision_digits(CONF *conf, const char *section, 550 int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section, [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/conf/ |
| H A D | conf_lib.c | 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() 200 void NCONF_free_data(CONF *conf) in NCONF_free_data() [all …]
|
| H A D | conf_def.c | 41 static char *eat_ws(CONF *conf, char *p); 55 static CONF *def_create(CONF_METHOD *meth); 56 static int def_init_default(CONF *conf); 57 static int def_init_WIN32(CONF *conf); 58 static int def_destroy(CONF *conf); 59 static int def_destroy_data(CONF *conf); 104 CONF *ret; in def_create() 115 static int def_init_default(CONF *conf) in def_init_default() 127 static int def_init_WIN32(CONF *conf) in def_init_WIN32() 139 static int def_destroy(CONF *conf) in def_destroy() [all …]
|
| H A D | conf_api.c | 23 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()
|
| H A D | conf_mod.c | 59 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-13.1/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-13.1/crypto/openssl/crypto/ts/ |
| H A D | ts_conf.c | 116 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() 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() 412 int TS_CONF_set_clock_precision_digits(CONF *conf, const char *section, in TS_CONF_set_clock_precision_digits() 437 static int ts_CONF_add_flag(CONF *conf, const char *section, in ts_CONF_add_flag() 464 int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section, in TS_CONF_set_ess_cert_id_chain() [all …]
|
| /freebsd-13.1/tools/tools/tinybsd/ |
| H A D | tinybsd | 57 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 "#" | \ 336 cp -p ${CURRENTDIR}/conf/${CONF}/${KERNCONF} /usr/src/sys/${TINYARCH}/conf 412 if [ -f ${CURRENTDIR}/conf/${CONF}/boot.config ]; then [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/x509v3/ |
| H A D | v3_conf.c | 22 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() 331 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf() 426 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf() 447 CONF ctmp; in X509V3_EXT_conf() 457 CONF ctmp; in X509V3_EXT_conf_nid() 488 CONF ctmp; in X509V3_EXT_add_conf() 498 CONF ctmp; in X509V3_EXT_CRL_add_conf() [all …]
|
| /freebsd-13.1/tools/tools/net80211/scripts/ |
| H A D | setup.wpa1.aes | 13 CONF=$TMPDIR/bsd-$WLAN.conf 35 rm -f $CONF" 2 51 makeconf $CONF 53 start_hostapd -K $CONF
|
| H A D | setup.wpa | 12 CONF=$TMPDIR/bsd-$WLAN.conf 35 rm -f $CONF" 2 51 makeconf $CONF 53 start_hostapd -K $CONF
|
| H A D | setup.wpa1.tkip | 13 CONF=$TMPDIR/bsd-$WLAN.conf 35 rm -f $CONF" 2 51 makeconf $CONF 53 start_hostapd -K $CONF
|
| H A D | setup.wpa2 | 13 CONF=$TMPDIR/bsd-$WLAN.conf 35 rm -f $CONF" 2 52 makeconf $CONF 54 start_hostapd -K $CONF
|
| H A D | setup.wpa2.tkip | 13 CONF=$TMPDIR/bsd-$WLAN.conf 35 rm -f $CONF" 2 52 makeconf $CONF 54 start_hostapd -K $CONF
|
| H A D | setup.tsn | 13 CONF=$TMPDIR/tsn-$WLAN.conf 36 rm -f $CONF" 0 53 makeconf $CONF 55 start_hostapd -K $CONF
|
| H A D | setup.updown.wpa | 15 CONF=$TMPDIR/bsd-$WLAN.conf 48 makeconf $CONF 49 start_hostapd $CONF& 57 rm -f $CONF
|
| H A D | setup.mixed | 12 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-13.1/usr.sbin/crunch/examples/ |
| H A D | Makefile | 9 CONF= $(CRUNCHED).conf macro 21 $(OUTPUTS): $(CONF) 22 MAKE=${MAKE} crunchgen ${.CURDIR}/$(CONF)
|
| /freebsd-13.1/share/mk/ |
| H A D | bsd.crunchgen.mk | 36 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-13.1/contrib/sendmail/contrib/ |
| H A D | movemail.pl | 44 open CONF, "< $conffile" 47 read CONF, $conf, $len 49 close CONF;
|
| /freebsd-13.1/contrib/bearssl/mk/ |
| H A D | NMake.mk | 32 CONF = Win 37 !include conf/$(CONF).mk
|
| H A D | SingleUnix.mk | 35 CONF = Unix 37 include conf/$(CONF).mk
|
| /freebsd-13.1/tests/sys/geom/class/gate/ |
| H A D | ggate_test.sh | 6 CONF=gg.exports 35 echo $CONF >> $PLAINFILES 36 echo "127.0.0.1 RW /dev/$work" > $CONF 38 atf_check ggated -p $PORT -F $PIDFILE $CONF
|