/freebsd/crypto/openssl/apps/ |
H A D | pkcs8.c | 86 int informat = FORMAT_UNDEF, outformat = FORMAT_PEM, topk8 = 0, pbe_nid = -1; in pkcs8_main() 218 informat == FORMAT_UNDEF ? FORMAT_PEM : informat); in pkcs8_main() 236 if (outformat == FORMAT_PEM) { in pkcs8_main() 287 if (outformat == FORMAT_PEM) in pkcs8_main() 302 if (informat == FORMAT_PEM || informat == FORMAT_UNDEF) { in pkcs8_main() 311 if (informat == FORMAT_PEM || informat == FORMAT_UNDEF) { in pkcs8_main() 355 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() 144 } else if (outformat == FORMAT_PEM) { in sess_id_main() 159 } 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() 118 else if (informat == FORMAT_PEM) in crl2pkcs7_main() 167 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() 243 if (informat == FORMAT_PEM) in rsa_main() 322 } else if (outformat == FORMAT_PEM) { in rsa_main() 347 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() 202 if (noout || outformat != FORMAT_PEM) { in pkey_main() 272 if (outformat == FORMAT_PEM) { in pkey_main()
|
H A D | dsa.c | 86 int informat = FORMAT_UNDEF, outformat = FORMAT_PEM, text = 0, noout = 0; in dsa_main() 231 } else if (outformat == FORMAT_PEM) { in dsa_main() 246 if (outformat == FORMAT_ASN1 || outformat == FORMAT_PEM) { in dsa_main()
|
H A D | nseq.c | 80 in = bio_open_default(infile, 'r', FORMAT_PEM); in nseq_main() 83 out = bio_open_default(outfile, 'w', FORMAT_PEM); in nseq_main()
|
H A D | pkeyparam.c | 98 in = bio_open_default(infile, 'r', FORMAT_PEM); in pkeyparam_main() 101 out = bio_open_default(outfile, 'w', FORMAT_PEM); in pkeyparam_main()
|
H A D | asn1parse.c | 72 int indent = 0, noout = 0, dump = 0, strictpem = 0, informat = FORMAT_PEM; in asn1parse_main() 140 informat = FORMAT_PEM; in asn1parse_main() 202 if (informat == FORMAT_PEM) { in asn1parse_main()
|
H A D | pkcs7.c | 59 int informat = FORMAT_PEM, outformat = FORMAT_PEM; in pkcs7_main()
|
H A D | ecparam.c | 109 int informat = FORMAT_PEM, outformat = FORMAT_PEM, noout = 0; in ecparam_main()
|
H A D | genpkey.c | 72 int outformat = FORMAT_PEM, text = 0, ret = 1, rv, do_param = 0; in genpkey_main() 191 } else if (outformat == FORMAT_PEM) { in genpkey_main()
|
H A D | dhparam.c | 88 int informat = FORMAT_PEM, outformat = FORMAT_PEM, check = 0, noout = 0; in dhparam_main()
|
H A D | gendsa.c | 126 out = bio_open_owner(outfile, FORMAT_PEM, private); in gendsa_main()
|
H A D | dsaparam.c | 73 int informat = FORMAT_UNDEF, outformat = FORMAT_PEM, noout = 0; in dsaparam_main()
|
H A D | genrsa.c | 178 out = bio_open_owner(outfile, FORMAT_PEM, private); in genrsa_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 | 508 } else if (informat == FORMAT_PEM) { in smime_main() 639 } 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 | 137 static int opt_certform = FORMAT_PEM; 698 csr = load_csr(infile, FORMAT_PEM, desc); in load_csr_autofmt() 2030 if ((opt_certform == FORMAT_PEM && PEM_write_bio_X509(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()
|
H A D | pkcs12.c | 536 FORMAT_PEM, 1, passin, e, in pkcs12_main() 815 out = bio_open_owner(outfile, FORMAT_PEM, private); in pkcs12_main()
|
H A D | x509.c | 284 int informat = FORMAT_UNDEF, outformat = FORMAT_PEM, keyformat = FORMAT_UNDEF; in x509_main() 1049 } else if (outformat == FORMAT_PEM) { in x509_main()
|
H A D | cms.c | 255 case FORMAT_PEM: in load_content_info() 1224 } else if (outformat == FORMAT_PEM) { in cms_main()
|
/freebsd/crypto/openssl/apps/include/ |
H A D | fmt.h | 32 # define FORMAT_PEM (5 | B_FORMAT_TEXT) macro
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | opt.c | 318 *result = FORMAT_PEM; in opt_format() 343 case FORMAT_PEM: in format2str()
|