Searched refs:OPT_FMT_PEMDER (Results 1 – 21 of 21) sorted by relevance
/openssl/apps/include/ |
H A D | opt.h | 379 # define OPT_FMT_PEMDER (OPT_FMT_PEM | OPT_FMT_DER) macro 381 # define OPT_FMT_PDE (OPT_FMT_PEMDER | OPT_FMT_ENGINE) 382 # define OPT_FMT_PDS (OPT_FMT_PEMDER | OPT_FMT_SMIME)
|
/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 | 80 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in pkcs7_main() 84 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 | 90 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in dsaparam_main() 97 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 | 107 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in dhparam_main() 111 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in dhparam_main()
|
H A D | crl.c | 115 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in crl_main() 122 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in crl_main()
|
H A D | pkcs8.c | 111 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in pkcs8_main() 118 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkcs8_main()
|
H A D | ec.c | 104 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in ec_main()
|
H A D | pkey.c | 104 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkey_main()
|
H A D | genpkey.c | 141 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in genpkey_main()
|
H A D | cmp.c | 1087 # define FORMAT_OPTIONS (OPT_FMT_PEMDER | OPT_FMT_PKCS12 | OPT_FMT_ENGINE) in transform_opts() 1089 # define FORMAT_OPTIONS (OPT_FMT_PEMDER | OPT_FMT_PKCS12) in transform_opts() 1101 && !opt_format(opt_certform_s, OPT_FMT_PEMDER, &opt_certform)) { in transform_opts() 1106 && !opt_format(opt_crlform_s, OPT_FMT_PEMDER, &opt_crlform)) { in transform_opts()
|
H A D | req.c | 294 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in req_main() 298 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in req_main()
|
H A D | x509.c | 328 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in x509_main()
|
H A D | cms.c | 474 OPT_FMT_PEMDER | OPT_FMT_SMIME, &rctformat)) in cms_main()
|
H A D | ca.c | 328 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in ca_main()
|
H A D | s_client.c | 1108 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format)) in s_client_main()
|
H A D | s_server.c | 1326 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format)) in s_server_main()
|
/openssl/apps/lib/ |
H A D | opt.c | 999 o->valtype == 'F' ? OPT_FMT_PEMDER : in opt_next()
|
H A D | apps.c | 545 print_format_error(format, OPT_FMT_PEMDER); in load_csr()
|
Completed in 120 milliseconds