Searched refs:sshkey_to_certified (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dsshkey.h138 int sshkey_to_certified(struct sshkey *);
H A Dkey.c191 if ((r = sshkey_to_certified(k)) != 0) {
H A Dssh-add.c301 if ((r = sshkey_to_certified(private)) != 0) {
302 error("%s: sshkey_to_certified: %s", __func__, ssh_err(r));
H A Dauthfile.c474 if ((r = sshkey_to_certified(key)) != 0 ||
H A Dssh_namespace.h855 #define sshkey_to_certified Fssh_sshkey_to_certified macro
H A Dssh-keygen.c1632 if ((r = sshkey_to_certified(public)) != 0)
H A Dsshkey.c2331 sshkey_to_certified(struct sshkey *k) function
/freebsd-10-stable/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c431 ASSERT_INT_EQ(sshkey_to_certified(k1), 0);

Completed in 180 milliseconds