/freebsd/crypto/openssl/apps/include/ |
H A D | opt.h | 335 # define OPT_FMT_PEMDER (1L << 1) macro 345 # define OPT_FMT_PDE (OPT_FMT_PEMDER | OPT_FMT_ENGINE) 346 # define OPT_FMT_PDS (OPT_FMT_PEMDER | OPT_FMT_SMIME) 348 OPT_FMT_PEMDER | OPT_FMT_PKCS12 | OPT_FMT_SMIME | \
|
/freebsd/crypto/openssl/apps/ |
H A D | sess_id.c | 71 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in sess_id_main() 75 if (!opt_format(opt_arg(), OPT_FMT_PEMDER | OPT_FMT_NSS, in sess_id_main()
|
H A D | pkcs7.c | 78 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in pkcs7_main() 82 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkcs7_main()
|
H A D | crl2pkcs7.c | 76 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in crl2pkcs7_main() 80 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in crl2pkcs7_main()
|
H A D | dsaparam.c | 91 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in dsaparam_main() 98 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in dsaparam_main()
|
H A D | ecparam.c | 127 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in ecparam_main() 134 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in ecparam_main()
|
H A D | dhparam.c | 104 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in dhparam_main() 108 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in dhparam_main()
|
H A D | crl.c | 114 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in crl_main() 121 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in crl_main()
|
H A D | pkcs8.c | 105 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in pkcs8_main() 112 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkcs8_main()
|
H A D | ec.c | 103 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in ec_main()
|
H A D | pkey.c | 103 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkey_main()
|
H A D | genpkey.c | 93 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in genpkey_main()
|
H A D | asn1parse.c | 99 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in asn1parse_main()
|
H A D | req.c | 285 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in req_main() 289 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in req_main()
|
H A D | cmp.c | 998 # define FORMAT_OPTIONS (OPT_FMT_PEMDER | OPT_FMT_PKCS12 | OPT_FMT_ENGINE) in transform_opts() 1000 # define FORMAT_OPTIONS (OPT_FMT_PEMDER | OPT_FMT_PKCS12) in transform_opts() 1012 && !opt_format(opt_certform_s, OPT_FMT_PEMDER, &opt_certform)) { in transform_opts()
|
H A D | x509.c | 318 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in x509_main()
|
H A D | cms.c | 463 OPT_FMT_PEMDER | OPT_FMT_SMIME, &rctformat)) in cms_main()
|
H A D | s_client.c | 1037 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format)) in s_client_main()
|
H A D | ca.c | 322 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in ca_main()
|
H A D | s_server.c | 1284 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format)) in s_server_main()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | opt.c | 227 {"PEM/DER", OPT_FMT_PEMDER}, 244 if (flags == OPT_FMT_PEMDER) { in opt_format_error() 266 if ((flags & OPT_FMT_PEMDER) == 0) in opt_format() 316 if ((flags & OPT_FMT_PEMDER) == 0) in opt_format() 967 o->valtype == 'F' ? OPT_FMT_PEMDER in opt_next()
|
H A D | apps.c | 525 print_format_error(format, OPT_FMT_PEMDER); in load_csr()
|