Searched refs:sshkey_to_certified (Results 1 – 7 of 7) sorted by relevance
152 int sshkey_to_certified(struct sshkey *);
423 if ((r = sshkey_to_certified(key)) != 0 || in sshkey_load_private_cert()
347 if ((r = sshkey_to_certified(private)) != 0) { in add_file()
776 #define sshkey_to_certified Fssh_sshkey_to_certified macro
1757 if ((r = sshkey_to_certified(public)) != 0) in do_ca_sign()
2442 sshkey_to_certified(struct sshkey *k) in sshkey_to_certified() function
395 ASSERT_INT_EQ(sshkey_to_certified(k1), 0); in sshkey_tests()