Home
last modified time | relevance | path

Searched refs:load_file (Results 1 – 23 of 23) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/sshkey/
H A Dtest_fuzz.c117 buf = load_file("rsa_1"); in sshkey_fuzz_tests()
139 buf = load_file("rsa_n"); in sshkey_fuzz_tests()
162 buf = load_file("ecdsa_1"); in sshkey_fuzz_tests()
184 buf = load_file("ecdsa_n"); in sshkey_fuzz_tests()
208 buf = load_file("ed25519_1"); in sshkey_fuzz_tests()
231 buf = load_file("rsa_1"); in sshkey_fuzz_tests()
246 buf = load_file("ecdsa_1"); in sshkey_fuzz_tests()
262 buf = load_file("ed25519_1"); in sshkey_fuzz_tests()
277 buf = load_file("rsa_1"); in sshkey_fuzz_tests()
285 buf = load_file("rsa_1"); in sshkey_fuzz_tests()
[all …]
H A Dtest_file.c57 buf = load_file("rsa_1"); in sshkey_file_tests()
73 buf = load_file("rsa_1_pw"); in sshkey_file_tests()
83 buf = load_file("rsa_n"); in sshkey_file_tests()
92 buf = load_file("rsa_n_pw"); in sshkey_file_tests()
167 buf = load_file("ecdsa_1"); in sshkey_file_tests()
192 buf = load_file("ecdsa_1_pw"); in sshkey_file_tests()
202 buf = load_file("ecdsa_n"); in sshkey_file_tests()
211 buf = load_file("ecdsa_n_pw"); in sshkey_file_tests()
269 buf = load_file("ed25519_1"); in sshkey_file_tests()
278 buf = load_file("ed25519_1_pw"); in sshkey_file_tests()
[all …]
H A Dcommon.c40 load_file(const char *name) in load_file() function
52 struct sshbuf *ret = load_file(name); in load_text_file()
H A Dcommon.h9 struct sshbuf *load_file(const char *name);
H A Dtest_sshkey.c235 b = load_file(n); in get_private()
/freebsd/crypto/openssh/regress/unittests/sshsig/
H A Dtests.c34 load_file(const char *name) in load_file() function
61 sig = load_file(signame); in check_sig()
92 msg = load_file("namespace"); in tests()
96 msg = load_file("signed-data"); in tests()
/freebsd/sbin/ipf/libipf/
H A Dload_url.c21 hosts = load_file(url); in load_url()
24 hosts = load_file(url); in load_url()
H A Dload_file.c13 load_file(char *filename) in load_file() function
H A DMakefile20 kvatoname.c load_dstlist.c load_dstlistnode.c load_file.c \
/freebsd/contrib/ntp/sntp/unity/auto/
H A Dtest_file_filter.rb15 filters = YAML.load_file( 'test_file_filter.yml' )
H A Dgenerate_module.rb106 cfg = YAML.load_file(HERE + @yaml_config)[:generate_module]
H A Dgenerate_test_runner.rb41 yaml_guts = YAML.load_file(config_file)
/freebsd/crypto/openssl/test/recipes/70-test_quic_multistream_data/
H A Dverify-qlog.py24 def load_file(filename): function
155 objs = load_file(filename)
/freebsd/contrib/lutok/
H A Dstate.hpp112 void load_file(const std::string&);
H A Doperations.cpp83 s.load_file(file); in do_file()
H A Dstate_test.cpp526 state.load_file("test.lua"); in ATF_TEST_CASE_BODY()
542 REQUIRE_API_ERROR("luaL_loadfile", state.load_file("test.lua")); in ATF_TEST_CASE_BODY()
551 state.load_file("missing.lua")); in ATF_TEST_CASE_BODY()
H A Dstate.cpp493 lutok::state::load_file(const std::string& file) in load_file() function in lutok::state
/freebsd/tools/lua/
H A Dtemplate.lua169 local function load_file(func) function
201 template.load_file = load_file(template.load)
/freebsd/sbin/ipf/common/
H A Dipf.h252 extern alist_t *load_file(char *);
/freebsd/contrib/libucl/src/
H A Ducl_util.c1777 char *load_file, *tmp; local
1791 load_file = NULL;
1848 load_file = malloc(len + 1);
1849 if (!load_file) {
1855 snprintf(load_file, len + 1, "%.*s", (int) len, data);
1857 if (!ucl_fetch_file(load_file, &buf, &buflen, &parser->err,
1859 free(load_file);
1868 free(load_file);
/freebsd/sys/kern/
H A Dlinker_if.m167 STATICMETHOD int load_file {
H A Dimgact_elf.c97 static int __elfN(load_file)(struct proc *p, const char *file, u_long *addr,
783 __elfN(load_file)(struct proc *p, const char *file, u_long *addr, in __elfN() argument
1082 error = __elfN(load_file)(imgp->proc, in __elfN()
1088 error = __elfN(load_file)(imgp->proc, interp, addr, entry); in __elfN()
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c2241 #define load_file(ioc, fname) real_load_file(ioc, #ioc, fname, NULL) macro
2254 return (load_file(CHELSIO_T4_LOAD_FW, fname)); in loadfw()
2267 return (load_file(CHELSIO_T4_LOAD_CFG, fname)); in loadcfg()
2375 return (load_file(CHELSIO_T4_LOAD_BOOTCFG, fname)); in loadbootcfg()