Searched refs:CONF (Results 26 - 50 of 54) sorted by relevance

123

/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf_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,
120 /* Main function: load modules from a CONF structure */
122 int CONF_modules_load(const CONF *cnf, const char *appname,
166 CONF *conf = NULL;
198 static int module_run(const CONF *cnf, char *name, char *value,
234 static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value,
337 const CONF *cnf)
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_cnf.c74 static int alg_module_init(CONF_IMODULE *md, const CONF *cnf)
/freebsd-11-stable/tests/sys/geom/class/gate/
H A Dggate_test.sh6 CONF=gg.exports
30 echo $CONF >> $PLAINFILES
31 echo "127.0.0.1 RW /dev/$work" > $CONF
33 atf_check ggated -p $PORT -F $PIDFILE $CONF
/freebsd-11-stable/share/mk/
H A Dbsd.crunchgen.mk36 CONF= ${PROG}.conf macro
47 CLEANFILES+= ${CONF} *.o *.lo *.c *.mk *.cache *.a *.h
82 ${CONF}: Makefile
116 ${OUTPUTS}: ${CONF}
119 ${CRUNCHGEN} -fq -m ${OUTMK} -c ${OUTC} ${CONF}
H A Dbsd.init.mk31 .for x in BIN CONF DOC DTB INFO KMOD LIB MAN NLS SHARE
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.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);
H A Dts.c83 static CONF *load_config_file(const char *configfile);
98 static int reply_command(CONF *conf, char *section, char *engine,
104 static TS_RESP *create_response(CONF *conf, const char *section, char *engine,
131 CONF *conf = NULL;
385 static CONF *load_config_file(const char *configfile)
387 CONF *conf = NULL;
648 static int reply_command(CONF *conf, char *section, char *engine,
772 static TS_RESP *create_response(CONF *conf, const char *section, char *engine,
H A Dx509.c161 const EVP_MD *digest, CONF *conf, char *section);
165 int create, int days, int clrext, CONF *conf,
213 CONF *extconf = NULL;
1096 int days, int clrext, CONF *conf, char *section,
1215 const EVP_MD *digest, CONF *conf, char *section)
H A Dspkac.c94 CONF *conf = NULL;
H A Dca.c198 long days, int batch, char *ext_sect, CONF *conf,
207 CONF *conf, int verbose, unsigned long certopt,
216 char *enddate, long days, char *ext_sect, CONF *conf,
227 CONF *conf, unsigned long certopt, unsigned long nameopt,
236 static CONF *conf = NULL;
237 static CONF *extconf = NULL;
1503 long days, int batch, char *ext_sect, CONF *lconf,
1574 CONF *lconf, int verbose, unsigned long certopt,
1631 CONF *lconf, unsigned long certopt, unsigned long nameopt,
2214 CONF *lcon
[all...]
H A Dasn1pars.c376 CONF *cnf = NULL;
H A Dopenssl.c154 CONF *config = NULL;
H A Dsrp.c112 static CONF *conf = NULL;
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_cnf.c91 static int int_engine_configure(char *name, char *value, const CONF *cnf)
202 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf)
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn_moid.c72 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf)
H A Dasn1_gen.c128 ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf)
/freebsd-11-stable/release/
H A DMakefile.vm76 . if exists(${.CURDIR}/tools/${_CW:tl}.conf) && !defined(${_CW:tu}CONF)
77 ${_CW:tu}CONF?= ${.CURDIR}/tools/${_CW:tl}.conf
87 -S ${WORLDDIR} -o ${.OBJDIR}/${${_CW:tu}IMAGE} -c ${${_CW:tu}CONF}
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dx509v3.h612 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
614 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name,
616 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section,
618 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
620 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
622 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
641 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl50 if (open CONF,"<${dir}../../opensslconf.h") {
51 while(<CONF>) {
57 close CONF;
/freebsd-11-stable/crypto/openssl/crypto/
H A Dossl_typ.h167 typedef struct conf_st CONF; typedef in typeref:struct:conf_st
/freebsd-11-stable/usr.sbin/uefisign/
H A Duefisign.c159 CONF *cnf;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y109 CONF ENC
703 | CONF SP STRING CRLF
990 { "CONF", CONF, STR1, 1, "<sp> confidentiality command" },
1041 /* might still be data within the security MIC/CONF/ENC */
H A Dftpcmd.c137 CONF = 326, enumerator in enum:yytokentype
222 #define CONF 326 macro
693 "ADAT", "PROT", "PBSZ", "CCC", "MIC", "CONF", "ENC", "KAUTH", "KLIST",
3046 { "CONF", CONF, STR1, 1, "<sp> confidentiality command" },
3097 /* might still be data within the security MIC/CONF/ENC */
/freebsd-11-stable/contrib/bmake/mk/
H A Down.mk134 .for x in BIN CONF DOC INC INFO FILES KMOD LIB MAN NLS PROG SHARE
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl91 if (open CONF,"<${dir}../../opensslconf.h") {
92 while(<CONF>) {
99 close CONF;

Completed in 247 milliseconds

123