Home
last modified time | relevance | path

Searched refs:sshbuf_load_file (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dsshbuf-io.c81 sshbuf_load_file(const char *path, struct sshbuf **bufp) in sshbuf_load_file() function
Dsshbuf.h300 int sshbuf_load_file(const char *, struct sshbuf **)
Dssh-keygen.c2159 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) in load_krl()
2662 if ((r = sshbuf_load_file(signature, &abuf)) != 0) { in sig_verify()
2737 if ((r = sshbuf_load_file(signature, &abuf)) != 0) { in sig_find_principals()
3542 if ((r = sshbuf_load_file(opts[i] + 10, in main()
Dkrl.c1344 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) { in ssh_krl_file_contains_key()
/external/openssh/regress/unittests/sshkey/
Dcommon.c48 ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0); in load_file()
/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c427 if ((r = sshbuf_load_file(data_path, &replace_data)) != 0) in main()