Home | History | Annotate | Download | only in apps

Lines Matching refs:genstr

43     {"genstr", OPT_GENSTR, 's', "string to generate ASN1 structure from"},
59 static int do_generate(char *genstr, const char *genconf, BUF_MEM *buf);
67 char *genstr = NULL, *genconf = NULL;
134 genstr = opt_arg();
195 if (genstr || genconf) {
196 num = do_generate(genstr, genconf, buf);
319 static int do_generate(char *genstr, const char *genconf, BUF_MEM *buf)
329 if (genstr == NULL)
330 genstr = NCONF_get_string(cnf, "default", "asn1");
331 if (genstr == NULL) {
337 atyp = ASN1_generate_nconf(genstr, cnf);