Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.c98 sshkey_load_file(int fd, struct sshbuf *blob) in sshkey_load_file() function
156 if ((r = sshkey_load_file(fd, b)) != 0) in sshkey_load_public_rsa1()
238 if ((r = sshkey_load_file(fd, buffer)) != 0 || in sshkey_load_private_type_fd()
274 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.c210 if ((r = sshkey_load_file(fd, keyblob)) != 0) { in add_file()
Dkrl.c1288 if ((r = sshkey_load_file(fd, krlbuf)) != 0) { in ssh_krl_file_contains_key()
Dssh-keygen.c1974 if ((r = sshkey_load_file(fd, krlbuf)) != 0) in load_krl()
DChangeLog1776 adjust for sshkey_load_file() API change