Searched refs:sshkey_ssh_name_plain (Results 1 – 6 of 6) sorted by relevance
386 if ((ret = sshbuf_put_cstring(b, sshkey_ssh_name_plain(key))) != 0 || in ssh_ecdsa_encode_store_sig()436 if (strcmp(sshkey_ssh_name_plain(key), ktype) != 0) { in ssh_ecdsa_verify()
170 if (strcmp(sshkey_ssh_name_plain(key), ktype) != 0) { in ssh_ed25519_sk_verify()
251 const char *sshkey_ssh_name_plain(const struct sshkey *);
710 if ((r = sshbuf_put_cstring(sig, sshkey_ssh_name_plain(key))) != 0) { in sshsk_sign()
935 #define sshkey_ssh_name_plain Fssh_sshkey_ssh_name_plain macro
222 sshkey_ssh_name_plain(const struct sshkey *k) in sshkey_ssh_name_plain() function