Searched refs:key_read (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | key.h | 75 int key_read(Key *, char **);
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | auth2-pubkey.c | 272 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 D | ssh-keygen.c | 504 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 D | hostfile.c | 162 if (key_read(ret, &cp) != 1) in hostfile_read_key()
|
H A D | authfile.c | 592 if (key_read(k, &cp) == 1) { in key_try_load_public()
|
H A D | key.c | 382 key_read(Key *ret, char **cpp) in key_read() function
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1044 fix key_read() for uuencoded keys w/o '='
|