| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| conf_api.h | 20 #include <openssl/conf.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 [all...] |
| conftypes.h | 15 #include <openssl/conf.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) [all...] |
| conf.h.in | 70 typedef int conf_init_func(CONF_IMODULE *md, const CONF *cnf); 81 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash); 82 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, 85 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, 88 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, 90 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf, 92 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, 94 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, 96 void CONF_free(LHASH_OF(CONF_VALUE) *conf); [all...] |
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| conf_api.h | 20 # include <openssl/conf.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 [all...] |
| conftypes.h | 15 # include <openssl/conf.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) [all...] |
| 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); 75 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, 78 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, 81 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, 83 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf, 85 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, 87 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, 89 void CONF_free(LHASH_OF(CONF_VALUE) *conf); [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| conf_api.h | 14 # include <openssl/conf.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 [all...] |
| conf.h | 39 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) [all...] |
| /src/external/bsd/unbound/dist/contrib/ |
| 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 instead." 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_cach [all...] |
| /src/usr.bin/crunch/examples/ |
| Makefile | 7 # below is boiler-plate to make $(CRUNCHED) from $(CRUNCHED).conf 11 CONF= $(CRUNCHED).conf 21 $(OUTPUTS): $(CONF) 22 crunchgen ${.CURDIR}/$(CONF)
|
| /src/usr.bin/locate/locate/ |
| 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"
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| evp_cnf.c | 13 #include <openssl/conf.h> 21 static int alg_module_init(CONF_IMODULE *md, const CONF *cnf) 28 OSSL_TRACE2(CONF, "Loading EVP module: name %s, value %s\n", 50 NCONF_get0_libctx((CONF *)cnf), m > 0, 0)) { 55 if (!evp_set_default_properties_int(NCONF_get0_libctx((CONF *)cnf), 71 OSSL_TRACE(CONF, "Adding config module 'alg_section'\n");
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| evp_cnf.c | 13 #include <openssl/conf.h> 21 static int alg_module_init(CONF_IMODULE *md, const CONF *cnf) 28 OSSL_TRACE2(CONF, "Loading EVP module: name %s, value %s\n", 50 NCONF_get0_libctx((CONF *)cnf), m > 0, 0)) { 55 if (!evp_set_default_properties_int(NCONF_get0_libctx((CONF *)cnf), 72 OSSL_TRACE(CONF, "Adding config module 'alg_section'\n");
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/conf/ |
| conf_lib.c | 13 #include "internal/conf.h" 17 #include <openssl/conf.h> 23 /* Init a 'CONF' structure from an old LHASH */ 25 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) 30 default_CONF_method->init(conf); 31 conf->data = hash; 35 * The following section contains the "CONF classic" functions, rewritten in 36 * terms of the new CONF interface. 45 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file [all...] |
| conf_def.c | 10 /* Part of the code in here was originally in conf.c, which is now removed */ 17 #include <openssl/conf.h> 40 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) [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
| unit_tests.sh | 54 echo "$PPM_CONF_1" > ppm1.conf 55 echo "$PPM_CONF_2" > ppm2.conf 56 echo "$PPM_CONF_3" > ppm3.conf 65 local CONF="$1" 72 LD_LIBRARY_PATH="${LIB_PATH}" ./ppm_test "${USER}" "${PASS}" "${CONF}" 76 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${GREEN}PASS${NC}" 78 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${RED}FAIL${NC}" 88 launch_test "ppm1.conf" "uid=test,ou=users,dc=my-domain,dc=com" "azerty" "FAIL [all...] |
| /src/external/bsd/openldap/dist/tests/scripts/ |
| start-server | 22 . $CONFFILTER $BACKEND < $CONF > $ADDCONF 31 . $CONFFILTER $BACKEND < $CONF > $CONF1
|
| start-server-nolog | 22 . $CONFFILTER $BACKEND < $CONF > $ADDCONF 31 . $CONFFILTER $BACKEND < $CONF > $CONF1
|
| /src/crypto/external/apache2/openssl/dist/crypto/conf/ |
| conf_lib.c | 13 #include "internal/conf.h" 17 #include <openssl/conf.h> 24 /* Init a 'CONF' structure from an old LHASH */ 26 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) 31 default_CONF_method->init(conf); 32 conf->data = hash; 36 * The following section contains the "CONF classic" functions, rewritten in 37 * terms of the new CONF interface. 46 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/conf/ |
| conf_lib.c | 13 #include "internal/conf.h" 17 #include <openssl/conf.h> 24 /* Init a 'CONF' structure from an old LHASH */ 26 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) 31 default_CONF_method->init(conf); 32 conf->data = hash; 36 * The following section contains the "CONF classic" functions, rewritten in 37 * terms of the new CONF interface. 46 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| provider_conf.c | 13 #include <openssl/conf.h> 53 OSSL_TRACE(CONF, "Cleaned up providers\n"); 77 const CONF *cnf, 90 OSSL_TRACE1(CONF, "Provider params: start section %s\n", value); 135 OSSL_TRACE1(CONF, "Provider params: finish section %s\n", value); 137 OSSL_TRACE2(CONF, "Provider params: %s = %s\n", name, value); 158 const CONF *cnf) 203 int soft, const CONF *cnf) 312 const char *value, const CONF *cnf) 323 OSSL_TRACE1(CONF, "Configuring provider %s\n", name) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| provider_conf.c | 13 #include <openssl/conf.h> 52 OSSL_TRACE(CONF, "Cleaned up providers\n"); 83 const CONF *cnf, 96 OSSL_TRACE1(CONF, "Provider params: start section %s\n", value); 141 OSSL_TRACE1(CONF, "Provider params: finish section %s\n", value); 143 OSSL_TRACE2(CONF, "Provider params: %s = %s\n", name, value); 164 const CONF *cnf) 201 const char *value, const CONF *cnf) 213 OSSL_TRACE1(CONF, "Configuring provider %s\n", name); 229 OSSL_TRACE2(CONF, "Provider command: %s = %s\n" [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ts/ |
| ts_conf.c | 135 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) 138 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); 145 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, 149 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); 163 int TS_CONF_set_crypto_device(CONF *conf, const char *section, 169 device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE); 206 int TS_CONF_set_signer_cert(CONF *conf, const char *section [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ts/ |
| ts_conf.c | 123 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) 126 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); 133 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, 137 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); 151 int TS_CONF_set_crypto_device(CONF *conf, const char *section, 157 device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE); 194 int TS_CONF_set_signer_cert(CONF *conf, const char *section [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/ts/ |
| ts_conf.c | 116 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) 119 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); 126 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, 130 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); 144 int TS_CONF_set_crypto_device(CONF *conf, const char *section, 150 device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE); 188 int TS_CONF_set_signer_cert(CONF *conf, const char *section [all...] |