Searched refs:sshauthopt_from_cert (Results 1 – 5 of 5) sorted by relevance
308 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()
98 struct sshauthopt *sshauthopt_from_cert(struct sshkey *k);
346 if ((certopts = sshauthopt_from_cert(key)) == NULL) { in auth_check_authkey_line()
539 if ((cert_opts = sshauthopt_from_cert(key)) == NULL) { in user_cert_trusted_ca()
499 sshauthopt_from_cert(struct sshkey *k) in sshauthopt_from_cert() function