/openssl/apps/ |
H A D | pkcs8.c | 91 int informat = FORMAT_UNDEF, outformat = FORMAT_PEM, topk8 = 0, pbe_nid = -1; in pkcs8_main() 227 informat == FORMAT_UNDEF ? FORMAT_PEM : informat); in pkcs8_main() 244 if (outformat == FORMAT_PEM) { in pkcs8_main() 295 if (outformat == FORMAT_PEM) in pkcs8_main() 310 if (informat == FORMAT_PEM || informat == FORMAT_UNDEF) { in pkcs8_main() 319 if (informat == FORMAT_PEM || informat == FORMAT_UNDEF) { in pkcs8_main() 366 if (outformat == FORMAT_PEM) { in pkcs8_main()
|
H A D | sess_id.c | 54 int informat = FORMAT_PEM, outformat = FORMAT_PEM; in sess_id_main() 143 } else if (outformat == FORMAT_PEM) { in sess_id_main() 158 } else if (outformat == FORMAT_PEM) { in sess_id_main()
|
H A D | crl2pkcs7.c | 59 int i = 0, informat = FORMAT_PEM, outformat = FORMAT_PEM, ret = 1, nocrl = in crl2pkcs7_main() 117 else if (informat == FORMAT_PEM) in crl2pkcs7_main() 166 else if (outformat == FORMAT_PEM) in crl2pkcs7_main()
|
H A D | rsa.c | 107 } else if (outformat == FORMAT_PEM) { in try_legacy_encoding() 132 int informat = FORMAT_UNDEF, outformat = FORMAT_PEM, text = 0, check = 0; in rsa_main() 241 if (informat == FORMAT_PEM) in rsa_main() 320 } else if (outformat == FORMAT_PEM) { in rsa_main() 345 if (outformat == FORMAT_ASN1 || outformat == FORMAT_PEM) { in rsa_main()
|
H A D | pkey.c | 78 int informat = FORMAT_UNDEF, outformat = FORMAT_PEM; in pkey_main() 181 if (traditional && (noout || outformat != FORMAT_PEM)) in pkey_main() 200 if (noout || outformat != FORMAT_PEM) { in pkey_main() 270 if (outformat == FORMAT_PEM) { in pkey_main()
|
H A D | nseq.c | 79 in = bio_open_default(infile, 'r', FORMAT_PEM); in nseq_main() 82 out = bio_open_default(outfile, 'w', FORMAT_PEM); in nseq_main()
|
H A D | pkeyparam.c | 97 in = bio_open_default(infile, 'r', FORMAT_PEM); in pkeyparam_main() 107 out = bio_open_default(outfile, 'w', FORMAT_PEM); in pkeyparam_main()
|
H A D | dsa.c | 86 int informat = FORMAT_UNDEF, outformat = FORMAT_PEM, text = 0, noout = 0; in dsa_main() 227 } else if (outformat == FORMAT_PEM) { in dsa_main() 242 if (outformat == FORMAT_ASN1 || outformat == FORMAT_PEM) { in dsa_main()
|
H A D | pkcs7.c | 61 int informat = FORMAT_PEM, outformat = FORMAT_PEM; in pkcs7_main()
|
H A D | asn1parse.c | 72 int indent = 0, noout = 0, dump = 0, informat = FORMAT_PEM; in asn1parse_main() 140 informat = FORMAT_PEM; in asn1parse_main() 181 if (genconf == NULL && genstr == NULL && informat == FORMAT_PEM) { in asn1parse_main()
|
H A D | ecparam.c | 109 int informat = FORMAT_PEM, outformat = FORMAT_PEM, noout = 0; in ecparam_main()
|
H A D | dhparam.c | 91 int informat = FORMAT_PEM, outformat = FORMAT_PEM, check = 0, noout = 0; in dhparam_main()
|
H A D | genpkey.c | 118 int outformat = FORMAT_PEM, text = 0, ret = 1, rv, do_param = 0; in genpkey_main() 261 } else if (outformat == FORMAT_PEM) { in genpkey_main()
|
H A D | gendsa.c | 128 out = bio_open_owner(outfile, FORMAT_PEM, private); in gendsa_main()
|
H A D | genrsa.c | 178 out = bio_open_owner(outfile, FORMAT_PEM, private); in genrsa_main()
|
H A D | dsaparam.c | 72 int informat = FORMAT_UNDEF, outformat = FORMAT_PEM, noout = 0; in dsaparam_main()
|
H A D | ec.c | 76 int informat = FORMAT_UNDEF, outformat = FORMAT_PEM, text = 0, noout = 0; in ec_main()
|
H A D | smime.c | 536 } else if (informat == FORMAT_PEM) { in smime_main() 667 } else if (outformat == FORMAT_PEM) { in smime_main()
|
H A D | crl.c | 92 int informat = FORMAT_UNDEF, outformat = FORMAT_PEM, keyformat = FORMAT_UNDEF; in crl_main()
|
H A D | cmp.c | 151 static int opt_certform = FORMAT_PEM; 2305 if ((opt_certform == FORMAT_PEM && PEM_write_bio_X509(bio, cert)) in write_cert() 2308 if (opt_certform != FORMAT_PEM && opt_certform != FORMAT_ASN1) in write_cert() 2317 if (opt_crlform != FORMAT_PEM && opt_crlform != FORMAT_ASN1) { in write_crl() 2323 return opt_crlform == FORMAT_PEM ? PEM_write_bio_X509_CRL(bio, crl) in write_crl() 2349 if (n > 1 && opt_certform != FORMAT_PEM) in save_free_certs()
|
H A D | pkcs12.c | 559 FORMAT_PEM, 1, passin, e, in pkcs12_main() 888 out = bio_open_owner(outfile, FORMAT_PEM, private); in pkcs12_main()
|
H A D | x509.c | 293 int informat = FORMAT_UNDEF, outformat = FORMAT_PEM, keyformat = FORMAT_UNDEF; in x509_main() 1093 } else if (outformat == FORMAT_PEM) { in x509_main()
|
H A D | cms.c | 259 case FORMAT_PEM: in load_content_info() 1253 } else if (outformat == FORMAT_PEM) { in cms_main()
|
/openssl/apps/include/ |
H A D | fmt.h | 32 # define FORMAT_PEM (5 | B_FORMAT_TEXT) macro
|
/openssl/apps/lib/ |
H A D | opt.c | 334 *result = FORMAT_PEM; in opt_format() 359 case FORMAT_PEM: in format2str()
|