Searched refs:sshkey_ssh_name_plain (Results 1 – 4 of 4) sorted by relevance
90 if ((ret = sshbuf_put_cstring(b, sshkey_ssh_name_plain(key))) != 0 || in ssh_ecdsa_sign()144 if (strcmp(sshkey_ssh_name_plain(key), ktype) != 0) { in ssh_ecdsa_verify()
177 const char *sshkey_ssh_name_plain(const struct sshkey *);
773 #define sshkey_ssh_name_plain Fssh_sshkey_ssh_name_plain macro
191 sshkey_ssh_name_plain(const struct sshkey *k) in sshkey_ssh_name_plain() function