Searched refs:key_ssh_name (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dkey.h134 const char *key_ssh_name(const Key *);
H A Dsshconnect2.c1268 buffer_put_cstring(&b, key_ssh_name(id->key));
1293 buffer_put_cstring(&b, key_ssh_name(id->key));
1338 packet_put_cstring(key_ssh_name(id->key));
1755 pkalg = xstrdup(key_ssh_name(private));
H A Dauthfd.c477 buffer_put_cstring(b, key_ssh_name(key));
H A Dssh_namespace.h301 #define key_ssh_name ssh_key_ssh_name macro
H A Dkey.c884 fprintf(f, "%s %s", key_ssh_name(key), uu);
964 key_ssh_name(const Key *k) function
1863 buffer_put_cstring(&k->cert->certblob, key_ssh_name(k));
H A Dsshd.c800 p = key_ssh_name(key);
816 p = key_ssh_name(key);
H A Dssh-keygen.c1863 printf(" Type: %s %s certificate\n", key_ssh_name(key),

Completed in 186 milliseconds