Home
last modified time | relevance | path

Searched refs:key_ssh_name (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dkey.h84 char *key_ssh_name(const Key *);
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dkey.c518 fprintf(f, "%s %s", key_ssh_name(key), uu); in key_write()
545 key_ssh_name(const Key *k) in key_ssh_name() function
761 buffer_put_cstring(&b, key_ssh_name(key)); in key_to_blob()
768 buffer_put_cstring(&b, key_ssh_name(key)); in key_to_blob()
H A Dauthfd.c473 buffer_put_cstring(b, key_ssh_name(key)); in ssh_encode_identity_ssh2()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c1087 buffer_put_cstring(&b, key_ssh_name(k)); in sign_and_send_pubkey()
1112 buffer_put_cstring(&b, key_ssh_name(k)); in sign_and_send_pubkey()
1161 packet_put_cstring(key_ssh_name(k)); in send_pubkey_test()
1526 pkalg = xstrdup(key_ssh_name(private)); in userauth_hostbased()
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dsshd.c704 p = key_ssh_name(key); in list_hostkey_types()