Home
last modified time | relevance | path

Searched refs:genconf (Results 1 – 3 of 3) sorted by relevance

/NextBSD/crypto/openssl/apps/
HDasn1pars.c87 static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf);
97 char *genstr = NULL, *genconf = NULL; in MAIN() local
172 genconf = *(++argv); in MAIN()
256 if (genstr || genconf) { in MAIN()
257 num = do_generate(bio_err, genstr, genconf, buf); in MAIN()
374 static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf) in do_generate() argument
382 if (genconf) { in do_generate()
384 if (!NCONF_load(cnf, genconf, &errline)) in do_generate()
389 BIO_printf(bio, "Can't find 'asn1' in '%s'\n", genconf); in do_generate()
420 errline, genconf); in do_generate()
[all …]
/NextBSD/crypto/openssl/doc/apps/
HDasn1parse.pod22 [B<-genconf file>]
82 =item B<-genstr string>, B<-genconf file>
164 openssl asn1parse -genconf asn1.cnf -noout -out asn1.der
/NextBSD/usr.sbin/pw/
HDpw_user.c1189 bool dryrun, nis, pretty, quiet, createhome, precrypted, genconf; in pw_user_add() local
1192 genconf = false; in pw_user_add()
1290 genconf = true; in pw_user_add()
1322 if (genconf) { in pw_user_add()