Searched refs:sshkey_ssh_name_plain (Results 1 – 6 of 6) 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()
86 if (strcmp(sshkey_ssh_name_plain(key), ktype) != 0) { in ssh_ed25519_sk_verify()
227 const char *sshkey_ssh_name_plain(const struct sshkey *);
683 if ((r = sshbuf_put_cstring(sig, sshkey_ssh_name_plain(key))) != 0) { in sshsk_sign()
833 #define sshkey_ssh_name_plain Fssh_sshkey_ssh_name_plain macro
205 sshkey_ssh_name_plain(const struct sshkey *k) in sshkey_ssh_name_plain() function