Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/regress/unittests/authopt/
Dtests.c308 opts = sshauthopt_from_cert(cert); \ in test_cert_parse()
316 opts = sshauthopt_from_cert(cert); \ in test_cert_parse()
330 opts = sshauthopt_from_cert(cert); in test_cert_parse()
338 opts = sshauthopt_from_cert(cert); in test_cert_parse()
347 opts = sshauthopt_from_cert(cert); in test_cert_parse()
356 opts = sshauthopt_from_cert(cert); in test_cert_parse()
365 opts = sshauthopt_from_cert(cert); \ in test_cert_parse()
392 cert_opts = sshauthopt_from_cert(cert); \ in test_merge()
/freebsd-12-stable/crypto/openssh/
Dauth-options.h98 struct sshauthopt *sshauthopt_from_cert(struct sshkey *k);
Dauth2-pubkeyfile.c346 if ((certopts = sshauthopt_from_cert(key)) == NULL) { in auth_check_authkey_line()
Dauth2-pubkey.c539 if ((cert_opts = sshauthopt_from_cert(key)) == NULL) { in user_cert_trusted_ca()
Dauth-options.c499 sshauthopt_from_cert(struct sshkey *k) in sshauthopt_from_cert() function