Home
last modified time | relevance | path

Searched refs:sshkey_certify_custom (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dsshkey.h214 int sshkey_certify_custom(struct sshkey *, struct sshkey *, const char *,
H A Dssh_namespace.h763 #define sshkey_certify_custom Fssh_sshkey_certify_custom macro
H A Dsshkey.c2890 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 Dssh-keygen.c1845 if ((r = sshkey_certify_custom(public, ca, in do_ca_sign()