Home | History | Annotate | Download | only in apps

Lines Matching defs:opt_certform

137 static int opt_certform = FORMAT_PEM;
229 OPT_CERTFORM, OPT_KEYFORM,
424 {"certform", OPT_CERTFORM, 's',
1012 && !opt_format(opt_certform_s, OPT_FMT_PEMDER, &opt_certform)) {
2030 if ((opt_certform == FORMAT_PEM && PEM_write_bio_X509(bio, cert))
2031 || (opt_certform == FORMAT_ASN1 && i2d_X509_bio(bio, cert)))
2033 if (opt_certform != FORMAT_PEM && opt_certform != FORMAT_ASN1)
2058 if (n > 1 && opt_certform != FORMAT_PEM)
2544 case OPT_CERTFORM: