Searched refs:sshkey_certify (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sshkey.h | 249 int sshkey_certify(struct sshkey *, struct sshkey *,
|
H A D | ssh_namespace.h | 847 #define sshkey_certify Fssh_sshkey_certify macro
|
H A D | sshkey.c | 2404 sshkey_certify(struct sshkey *k, struct sshkey *ca, const char *alg, in sshkey_certify() function
|
H A D | ssh-keygen.c | 1915 r = sshkey_certify(public, ca, key_type_name, in do_ca_sign()
|
/freebsd/crypto/openssh/regress/unittests/sshkey/ |
H A D | test_sshkey.c | 452 ASSERT_INT_EQ(sshkey_certify(k1, k2, NULL, NULL, NULL), 0); in sshkey_tests()
|