Searched refs:sshbuf_load_file (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | sshbuf-io.c | 80 sshbuf_load_file(const char *path, struct sshbuf **bufp) in sshbuf_load_file() function
|
| H A D | sshbuf.h | 325 int sshbuf_load_file(const char *, struct sshbuf **)
|
| H A D | ssh-keygen.c | 2190 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) in load_krl() 2775 if ((r = sshbuf_load_file(signature, &abuf)) != 0) { in sig_verify() 2862 if ((r = sshbuf_load_file(signature, &abuf)) != 0) { in sig_find_principals() 3805 if ((r = sshbuf_load_file(p, in main()
|
| H A D | ssh_namespace.h | 847 #define sshbuf_load_file Fssh_sshbuf_load_file macro
|
| H A D | krl.c | 1280 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) { in ssh_krl_file_contains_key()
|
| /freebsd/crypto/openssh/regress/unittests/crypto/ |
| H A D | tests.c | 30 ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0); in load_file()
|
| /freebsd/crypto/openssh/regress/unittests/sshsig/ |
| H A D | tests.c | 39 ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0); in load_file()
|
| /freebsd/crypto/openssh/regress/unittests/sshkey/ |
| H A D | common.c | 44 ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0); in load_file()
|
| /freebsd/crypto/openssh/regress/misc/ssh-verify-attestation/ |
| H A D | ssh-verify-attestation.c | 382 if ((r = sshbuf_load_file(argv[1], &challenge)) != 0) in main() 384 if ((r = sshbuf_load_file(argv[2], &attestation)) != 0) in main()
|