HomeSort by relevance Sort by last modified time
    Searched refs:sshkey_ssh_name_plain (Results 1 - 4 of 4) sorted by null

  /external/openssh/
ssh-ecdsa.c 86 if ((ret = sshbuf_put_cstring(b, sshkey_ssh_name_plain(key))) != 0 ||
141 if (strcmp(sshkey_ssh_name_plain(key), ktype) != 0) {
key.h 45 #define key_ssh_name_plain sshkey_ssh_name_plain
sshkey.h 158 const char *sshkey_ssh_name_plain(const struct sshkey *);
sshkey.c 165 sshkey_ssh_name_plain(const struct sshkey *k) function
    [all...]

Completed in 110 milliseconds