Searched refs:sshkey_load_file (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dauthfile.h38 int sshkey_load_file(int, struct sshbuf *);
H A Dauthfile.c98 sshkey_load_file(int fd, struct sshbuf *blob) function
157 if ((r = sshkey_load_file(fd, b)) != 0)
242 if ((r = sshkey_load_file(fd, buffer)) != 0 ||
278 if ((r = sshkey_load_file(fd, buffer)) != 0 ||
H A Dkey.c314 if ((r = sshkey_load_file(fd, blob)) != 0) {
H A Dssh-add.c209 if ((r = sshkey_load_file(fd, keyblob)) != 0) {
H A Dssh_namespace.h824 #define sshkey_load_file Fssh_sshkey_load_file macro
H A Dkrl.c1283 if ((r = sshkey_load_file(fd, krlbuf)) != 0) {
H A Dssh-keygen.c1984 if ((r = sshkey_load_file(fd, krlbuf)) != 0)
/freebsd-10-stable/crypto/openssh/regress/unittests/sshkey/
H A Dcommon.c47 ASSERT_INT_EQ(sshkey_load_file(fd, ret), 0);
/freebsd-10-stable/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c383 if ((r = sshkey_load_file(fd, replace_data)) != 0)

Completed in 211 milliseconds