Home
last modified time | relevance | path

Searched refs:opt_format (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/crypto/openssl/apps/
H A Dsess_id.c71 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 Dcrl.c114 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()
128 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in crl_main()
H A Dpkcs7.c78 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 Dcrl2pkcs7.c76 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 Ddsaparam.c91 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 Dec.c96 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in ec_main()
103 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in ec_main()
H A Ddsa.c109 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in dsa_main()
116 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat)) in dsa_main()
H A Dpkey.c99 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in pkey_main()
103 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkey_main()
H A Decparam.c127 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 Drsa.c155 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in rsa_main()
162 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat)) in rsa_main()
H A Ddhparam.c104 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 Dpkcs8.c105 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 Dsmime.c176 if (!opt_format(opt_arg(), OPT_FMT_PDS, &informat)) in smime_main()
183 if (!opt_format(opt_arg(), OPT_FMT_PDS, &outformat)) in smime_main()
323 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in smime_main()
H A Dx509.c318 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in x509_main()
325 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat)) in x509_main()
329 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in x509_main()
333 if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAformat)) in x509_main()
337 if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAkeyformat)) in x509_main()
H A Dspkac.c110 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in spkac_main()
H A Dcms.c330 if (!opt_format(opt_arg(), OPT_FMT_PDS, &informat)) in cms_main()
334 if (!opt_format(opt_arg(), OPT_FMT_PDS, &outformat)) in cms_main()
462 if (!opt_format(opt_arg(), in cms_main()
614 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in cms_main()
H A Drsautl.c101 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in rsautl_main()
H A Dpkeyutl.c166 if (!opt_format(opt_arg(), OPT_FMT_ANY, &peerform)) in pkeyutl_main()
170 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in pkeyutl_main()
H A Dgenpkey.c93 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in genpkey_main()
H A Dasn1parse.c99 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in asn1parse_main()
H A Dreq.c285 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()
320 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in req_main()
H A Ds_server.c1211 if (!opt_format(opt_arg(), OPT_FMT_ANY, &s_cert_format)) in s_server_main()
1218 if (!opt_format(opt_arg(), OPT_FMT_ANY, &s_key_format)) in s_server_main()
1231 if (!opt_format(opt_arg(), OPT_FMT_ANY, &s_dcert_format)) in s_server_main()
1238 if (!opt_format(opt_arg(), OPT_FMT_ANY, &s_dkey_format)) in s_server_main()
1284 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format)) in s_server_main()
/freebsd/crypto/openssl/apps/include/
H A Dopt.h382 int opt_format(const char *s, unsigned long flags, int *result);
/freebsd/crypto/openssl/doc/internal/man3/
H A DOPTIONS.pod10 opt_format, opt_isdir, opt_string, opt_pair,
48 int opt_format(const char *s, unsigned long flags, int *result);
271 The opt_format() function takes a string value,
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c258 int opt_format(const char *s, unsigned long flags, int *result) in opt_format() function
964 if (opt_format(arg, in opt_next()

12