Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dkey.h75 int key_read(Key *, char **);
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth2-pubkey.c272 if (key_read(found, &cp) != 1) { in user_key_allowed2()
286 if (key_read(found, &cp) != 1) { in user_key_allowed2()
/titanic_50/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c504 if (key_read(public, &cp) != 1) { in do_fingerprint()
508 if (key_read(public, &cp) != 1) { in do_fingerprint()
619 if (key_read(public, &kp) != 1) { in do_known_hosts()
623 if (key_read(public, &kp) != 1) { in do_known_hosts()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dhostfile.c162 if (key_read(ret, &cp) != 1) in hostfile_read_key()
H A Dauthfile.c592 if (key_read(k, &cp) == 1) { in key_try_load_public()
H A Dkey.c382 key_read(Key *ret, char **cpp) in key_read() function
/titanic_50/usr/src/cmd/ssh/doc/
H A DChangeLog1044 fix key_read() for uuencoded keys w/o '='