Searched refs:sshbuf_load_file (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | sshbuf-io.c | 81 sshbuf_load_file(const char *path, struct sshbuf **bufp) in sshbuf_load_file() function
|
D | sshbuf.h | 300 int sshbuf_load_file(const char *, struct sshbuf **)
|
D | ssh-keygen.c | 2159 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()
|
D | krl.c | 1344 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) { in ssh_krl_file_contains_key()
|
/external/openssh/regress/unittests/sshkey/ |
D | common.c | 48 ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0); in load_file()
|
/external/openssh/regress/misc/kexfuzz/ |
D | kexfuzz.c | 427 if ((r = sshbuf_load_file(data_path, &replace_data)) != 0) in main()
|