OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:genconf
(Results
1 - 1
of
1
) sorted by null
/external/openssl/apps/
asn1pars.c
85
static int do_generate(BIO *bio, char *genstr, char *
genconf
, BUF_MEM *buf);
95
char *genstr=NULL, *
genconf
=NULL;
local
179
else if (strcmp(*argv,"-
genconf
") == 0)
182
genconf
= *(++argv);
213
BIO_printf(bio_err," -
genconf
file file to generate ASN1 structure from\n");
267
if (genstr ||
genconf
)
269
num = do_generate(bio_err, genstr,
genconf
, buf);
387
static int do_generate(BIO *bio, char *genstr, char *
genconf
, BUF_MEM *buf)
395
if (
genconf
)
398
if (!NCONF_load(cnf,
genconf
, &errline)
[
all
...]
Completed in 32 milliseconds