Home
last modified time | relevance | path

Searched refs:OPT_FMT_ANY (Results 1 – 19 of 19) sorted by relevance

/freebsd-14-stable/crypto/openssl/apps/
HDdsa.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()
HDrsa.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()
HDspkac.c110 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in spkac_main()
HDx509.c325 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()
HDec.c96 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in ec_main()
HDrsautl.c101 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in rsautl_main()
HDpkey.c99 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in pkey_main()
HDpkeyutl.c167 if (!opt_format(opt_arg(), OPT_FMT_ANY, &peerform)) in pkeyutl_main()
171 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in pkeyutl_main()
HDcrl.c128 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in crl_main()
HDdgst.c172 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in dgst_main()
HDsmime.c327 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in smime_main()
HDs_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()
HDca.c376 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in ca_main()
397 if (!opt_format(opt_arg(), OPT_FMT_ANY, &certformat)) in ca_main()
HDs_client.c1033 if (!opt_format(opt_arg(), OPT_FMT_ANY, &cert_format)) in s_client_main()
1294 if (!opt_format(opt_arg(), OPT_FMT_ANY, &key_format)) in s_client_main()
HDreq.c320 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in req_main()
HDcms.c620 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in cms_main()
/freebsd-14-stable/crypto/openssl/apps/include/
HDopt.h347 # define OPT_FMT_ANY ( \ macro
/freebsd-14-stable/crypto/openssl/apps/lib/
HDs_cb.c1113 if (!opt_format(opt_arg(), OPT_FMT_ANY, &exc->certform)) in args_excert()
1117 if (!opt_format(opt_arg(), OPT_FMT_ANY, &exc->keyform)) in args_excert()
HDopt.c968 : OPT_FMT_ANY, &ival)) in opt_next()