Searched refs:sshkey_ssh_name_plain (Results 1 – 6 of 6) sorted by relevance
363 if ((ret = sshbuf_put_cstring(b, sshkey_ssh_name_plain(key))) != 0 || in ssh_ecdsa_sign()415 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()
269 const char *sshkey_ssh_name_plain(const struct sshkey *);
712 if ((r = sshbuf_put_cstring(sig, sshkey_ssh_name_plain(key))) != 0) { in sshsk_sign()
933 #define sshkey_ssh_name_plain Fssh_sshkey_ssh_name_plain macro
246 sshkey_ssh_name_plain(const struct sshkey *k) in sshkey_ssh_name_plain() function