Searched refs:sshkey_certify (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/crypto/openssh/ |
| D | sshkey.h | 140 int sshkey_certify(struct sshkey *, struct sshkey *, const char *);
|
| D | key.c | 217 if ((r = sshkey_certify(k, ca, NULL)) != 0) { in key_certify()
|
| D | ssh_namespace.h | 794 #define sshkey_certify Fssh_sshkey_certify macro
|
| D | ssh-keygen.c | 1649 if ((r = sshkey_certify(public, ca, key_type_name)) != 0) in do_ca_sign()
|
| D | sshkey.c | 2373 sshkey_certify(struct sshkey *k, struct sshkey *ca, const char *alg) in sshkey_certify() function
|
| D | ChangeLog | 6409 fix sshkey_certify() return value for unsupported key types;
|
| /freebsd-10-stable/crypto/openssh/regress/unittests/sshkey/ |
| D | test_sshkey.c | 458 ASSERT_INT_EQ(sshkey_certify(k1, k2, NULL), 0); in sshkey_tests()
|