Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshkey.h257 int sshkey_certify_custom(struct sshkey *, struct sshkey *, const char *,
H A Dssh_namespace.h841 #define sshkey_certify_custom Fssh_sshkey_certify_custom macro
H A Dsshkey.c2278 sshkey_certify_custom(struct sshkey *k, struct sshkey *ca, const char *alg, in sshkey_certify_custom() function
2404 return sshkey_certify_custom(k, ca, alg, sk_provider, sk_pin, in sshkey_certify()
H A Dssh-keygen.c1904 if ((r = sshkey_certify_custom(public, ca, in do_ca_sign()