Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauth-options.h98 struct sshauthopt *sshauthopt_from_cert(struct sshkey *k);
H A Dauth2-pubkeyfile.c346 if ((certopts = sshauthopt_from_cert(key)) == NULL) { in auth_check_authkey_line()
H A Dauth2-pubkey.c539 if ((cert_opts = sshauthopt_from_cert(key)) == NULL) { in user_cert_trusted_ca()
H A Dauth-options.c499 sshauthopt_from_cert(struct sshkey *k) in sshauthopt_from_cert() function