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

/external/openssh/
H A Dkey.h132 const char *key_ssh_name(const Key *);
H A Dkey.c880 fprintf(f, "%s %s", key_ssh_name(key), uu);
979 key_ssh_name(const Key *k) function
1612 buffer_put_cstring(&b, key_ssh_name(key));
1620 buffer_put_cstring(&b, key_ssh_name(key));
1627 buffer_put_cstring(&b, key_ssh_name(key));
1889 buffer_put_cstring(&k->cert->certblob, key_ssh_name(k));
H A Dsshconnect2.c1236 buffer_put_cstring(&b, key_ssh_name(id->key));
1261 buffer_put_cstring(&b, key_ssh_name(id->key));
1306 packet_put_cstring(key_ssh_name(id->key));
1694 pkalg = xstrdup(key_ssh_name(private));
H A Dauthfd.c477 buffer_put_cstring(b, key_ssh_name(key));
H A Dsshd.c762 p = key_ssh_name(key);
778 p = key_ssh_name(key);
H A Dssh-keygen.c1824 printf(" Type: %s %s certificate\n", key_ssh_name(key),

Completed in 368 milliseconds