sshbuf_load_file
if ((r = sshbuf_load_file(path, &krlbuf)) != 0) {
if ((r = sshbuf_load_file(argv[1], &challenge)) != 0)
if ((r = sshbuf_load_file(argv[2], &attestation)) != 0)
ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0);
ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0);
ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0);
if ((r = sshbuf_load_file(path, &krlbuf)) != 0)
if ((r = sshbuf_load_file(signature, &abuf)) != 0) {
if ((r = sshbuf_load_file(signature, &abuf)) != 0) {
if ((r = sshbuf_load_file(p,
int sshbuf_load_file(const char *, struct sshbuf **)