Searched refs:sshkey_ssh_name_plain (Results 1 – 6 of 6) sorted by relevance
268 if ((ret = sshbuf_put_cstring(b, sshkey_ssh_name_plain(key))) != 0 || in ssh_ecdsa_sign()322 if (strcmp(sshkey_ssh_name_plain(key), ktype) != 0) { in ssh_ecdsa_verify()
172 if (strcmp(sshkey_ssh_name_plain(key), ktype) != 0) { in ssh_ed25519_sk_verify()
266 const char *sshkey_ssh_name_plain(const struct sshkey *);
697 if ((r = sshbuf_put_cstring(sig, sshkey_ssh_name_plain(key))) != 0) { in sshsk_sign()
916 #define sshkey_ssh_name_plain Fssh_sshkey_ssh_name_plain macro
245 sshkey_ssh_name_plain(const struct sshkey *k) in sshkey_ssh_name_plain() function