Searched refs:sshkey_to_certified (Results 1 – 9 of 9) sorted by relevance
79 if ((r = sshkey_to_certified(id->key)) != 0) { in add_key()
234 int sshkey_to_certified(struct sshkey *);
355 if ((r = sshkey_to_certified(key)) != 0 || in sshkey_load_private_cert()
475 if ((r = sshkey_to_certified(ret)) != 0 || in pkcs11_make_cert()
420 if ((r = sshkey_to_certified(private)) != 0) { in add_file()
919 #define sshkey_to_certified Fssh_sshkey_to_certified macro
1859 if ((r = sshkey_to_certified(public)) != 0) in do_ca_sign()2563 if ((r = sshkey_to_certified(privkey)) != 0) { in load_sign_key()
2147 sshkey_to_certified(struct sshkey *k) in sshkey_to_certified() function
418 ASSERT_INT_EQ(sshkey_to_certified(k1), 0); in sshkey_tests()