Searched defs:key_ssh_name (Results 1 - 1 of 1) sorted by last modified time

/external/openssh/
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));

Completed in 24 milliseconds