Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dsshkey.h253 int sshkey_certify_custom(struct sshkey *, struct sshkey *, const char *,
H A Dssh_namespace.h835 #define sshkey_certify_custom Fssh_sshkey_certify_custom macro
H A Dsshkey.c2173 sshkey_certify_custom(struct sshkey *k, struct sshkey *ca, const char *alg, in sshkey_certify_custom() function
2299 return sshkey_certify_custom(k, ca, alg, sk_provider, sk_pin, in sshkey_certify()
H A Dssh-keygen.c1880 if ((r = sshkey_certify_custom(public, ca, in do_ca_sign()