Searched refs:sshkey_load_file (Results 1 – 8 of 8) sorted by relevance
/external/openssh/ |
D | authfile.c | 98 sshkey_load_file(int fd, struct sshbuf *blob) in sshkey_load_file() function 169 if ((r = sshkey_load_file(fd, b)) != 0) in sshkey_load_public_rsa1() 254 if ((r = sshkey_load_file(fd, buffer)) != 0 || in sshkey_load_private_type_fd() 290 if ((r = sshkey_load_file(fd, buffer)) != 0 || in sshkey_load_private()
|
D | authfile.h | 38 int sshkey_load_file(int, struct sshbuf *);
|
D | key.c | 314 if ((r = sshkey_load_file(fd, blob)) != 0) { in key_load_file()
|
D | ssh-add.c | 209 if ((r = sshkey_load_file(fd, keyblob)) != 0) { in add_file()
|
D | krl.c | 1282 if ((r = sshkey_load_file(fd, krlbuf)) != 0) { in ssh_krl_file_contains_key()
|
D | ssh-keygen.c | 1990 if ((r = sshkey_load_file(fd, krlbuf)) != 0) in load_krl()
|
/external/openssh/regress/unittests/sshkey/ |
D | common.c | 47 ASSERT_INT_EQ(sshkey_load_file(fd, ret), 0); in load_file()
|
/external/openssh/regress/misc/kexfuzz/ |
D | kexfuzz.c | 432 if ((r = sshkey_load_file(fd, replace_data)) != 0) in main()
|