Searched refs:sshbuf_load_file (Results 1 – 4 of 4) sorted by relevance
81 sshbuf_load_file(const char *path, struct sshbuf **bufp) in sshbuf_load_file() function
287 int sshbuf_load_file(const char *, struct sshbuf **)
2235 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) in load_krl()2817 if ((r = sshbuf_load_file(signature, &abuf)) != 0) { in sig_verify()2904 if ((r = sshbuf_load_file(signature, &abuf)) != 0) { in sig_find_principals()3835 if ((r = sshbuf_load_file(opts[i] + 10, in main()
1278 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) { in ssh_krl_file_contains_key()