Searched refs:sshkey_load_file (Results 1 – 7 of 7) sorted by relevance
98 sshkey_load_file(int fd, struct sshbuf *blob) in sshkey_load_file() function156 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()
38 int sshkey_load_file(int, struct sshbuf *);
314 if ((r = sshkey_load_file(fd, blob)) != 0) { in key_load_file()
210 if ((r = sshkey_load_file(fd, keyblob)) != 0) { in add_file()
1288 if ((r = sshkey_load_file(fd, krlbuf)) != 0) { in ssh_krl_file_contains_key()
1974 if ((r = sshkey_load_file(fd, krlbuf)) != 0) in load_krl()
1776 adjust for sshkey_load_file() API change