Home
last modified time | relevance | path

Searched refs:sshkey_load_file (Results 1 – 8 of 8) sorted by relevance

/external/openssh/
Dauthfile.c98 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()
Dauthfile.h38 int sshkey_load_file(int, struct sshbuf *);
Dkey.c314 if ((r = sshkey_load_file(fd, blob)) != 0) { in key_load_file()
Dssh-add.c209 if ((r = sshkey_load_file(fd, keyblob)) != 0) { in add_file()
Dkrl.c1282 if ((r = sshkey_load_file(fd, krlbuf)) != 0) { in ssh_krl_file_contains_key()
Dssh-keygen.c1990 if ((r = sshkey_load_file(fd, krlbuf)) != 0) in load_krl()
/external/openssh/regress/unittests/sshkey/
Dcommon.c47 ASSERT_INT_EQ(sshkey_load_file(fd, ret), 0); in load_file()
/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c432 if ((r = sshkey_load_file(fd, replace_data)) != 0) in main()