Home
last modified time | relevance | path

Searched refs:sshkey_to_certified (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dsshkey.h152 int sshkey_to_certified(struct sshkey *);
H A Dauthfile.c423 if ((r = sshkey_to_certified(key)) != 0 || in sshkey_load_private_cert()
H A Dssh-add.c347 if ((r = sshkey_to_certified(private)) != 0) { in add_file()
H A Dssh_namespace.h776 #define sshkey_to_certified Fssh_sshkey_to_certified macro
H A Dssh-keygen.c1757 if ((r = sshkey_to_certified(public)) != 0) in do_ca_sign()
H A Dsshkey.c2442 sshkey_to_certified(struct sshkey *k) in sshkey_to_certified() function
/freebsd-12.1/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c395 ASSERT_INT_EQ(sshkey_to_certified(k1), 0); in sshkey_tests()