Searched refs:sshkey_certify_custom (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/crypto/openssh/ |
| H A D | sshkey.h | 214 int sshkey_certify_custom(struct sshkey *, struct sshkey *, const char *,
|
| H A D | ssh_namespace.h | 763 #define sshkey_certify_custom Fssh_sshkey_certify_custom macro
|
| H A D | sshkey.c | 2890 sshkey_certify_custom(struct sshkey *k, struct sshkey *ca, const char *alg, in sshkey_certify_custom() function 3073 return sshkey_certify_custom(k, ca, alg, sk_provider, sk_pin, in sshkey_certify()
|
| H A D | ssh-keygen.c | 1845 if ((r = sshkey_certify_custom(public, ca, in do_ca_sign()
|