Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dcmp.c137 static int opt_certform = FORMAT_PEM; variable
1012 && !opt_format(opt_certform_s, OPT_FMT_PEMDER, &opt_certform)) { in transform_opts()
2030 if ((opt_certform == FORMAT_PEM && PEM_write_bio_X509(bio, cert)) in write_cert()
2031 || (opt_certform == FORMAT_ASN1 && i2d_X509_bio(bio, cert))) in write_cert()
2033 if (opt_certform != FORMAT_PEM && opt_certform != FORMAT_ASN1) in write_cert()
2058 if (n > 1 && opt_certform != FORMAT_PEM) in save_free_certs()