Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dauthfile.c97 sshkey_load_file(int fd, struct sshbuf *blob) in sshkey_load_file() function
214 if ((r = sshkey_load_file(fd, buffer)) != 0 || in sshkey_load_private_type_fd()
250 if ((r = sshkey_load_file(fd, buffer)) != 0 || in sshkey_load_private()
H A Dauthfile.h38 int sshkey_load_file(int, struct sshbuf *);
H A Dssh-add.c223 if ((r = sshkey_load_file(fd, keyblob)) != 0) { in add_file()
H A Dssh_namespace.h740 #define sshkey_load_file Fssh_sshkey_load_file macro
H A Dkrl.c1282 if ((r = sshkey_load_file(fd, krlbuf)) != 0) { in ssh_krl_file_contains_key()
H A Dssh-keygen.c2103 if ((r = sshkey_load_file(fd, krlbuf)) != 0) in load_krl()
/freebsd-12.1/crypto/openssh/regress/unittests/sshkey/
H A Dcommon.c47 ASSERT_INT_EQ(sshkey_load_file(fd, ret), 0); in load_file()
/freebsd-12.1/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c432 if ((r = sshkey_load_file(fd, replace_data)) != 0) in main()