Home
last modified time | relevance | path

Searched refs:out_fname (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/libecc/src/tests/
H A Dec_utils.c370 ATTRIBUTE_WARN_UNUSED_RET static int store_sig(const char *in_fname, const char *out_fname, in store_sig() argument
382 MUST_HAVE((out_fname != NULL), ret, err); in store_sig()
399 out_file = fopen(out_fname, "wb"); in store_sig()
402 printf("Error: file %s cannot be opened\n", out_fname); in store_sig()
420 out_fname); in store_sig()
451 printf("Error: error when writing to %s\n", out_fname); in store_sig()
648 const char *out_fname, const char *hdr_type, in sign_bin_file() argument
677 MUST_HAVE(out_fname != NULL, ret, err); in sign_bin_file()
912 ret = store_sig(in_fname, out_fname, sig, siglen, sig_type, in sign_bin_file()
917 out_fname); in sign_bin_file()
[all …]
/freebsd/crypto/openssl/apps/
H A Dfipsinstall.c300 char *in_fname = NULL, *out_fname = NULL, *prog; in fipsinstall_main() local
333 out_fname = opt_arg(); in fipsinstall_main()
504 out_fname == NULL ? dup_bio_out(FORMAT_TEXT) in fipsinstall_main()
505 : bio_open_default(out_fname, 'w', FORMAT_TEXT); in fipsinstall_main()
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section.c67 goto out_fname; in pt_mk_section()
121 out_fname: in pt_mk_section()
/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py1374 out_fname = fname + ".tmp"
1375 out = open(out_fname, "w")
1379 os.rename(out_fname, fname)
1389 out_fname = fname + ".tmp"
1390 out = open(out_fname, "w")
1398 os.rename(out_fname, fname)
/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c1950 const char *out_fname, const char *urn, int use_path) in cmd_to_tnds() argument
1962 node_to_file(ctx->xml, out_fname, node); in cmd_to_tnds()
1971 const char *out_fname) in cmd_from_tnds() argument
1983 node_to_file(ctx->xml, out_fname, mo); in cmd_from_tnds()