Searched refs:sshauthopt_from_cert (Results 1 – 4 of 4) sorted by relevance
303 opts = sshauthopt_from_cert(cert); \ in test_cert_parse()311 opts = sshauthopt_from_cert(cert); \ in test_cert_parse()325 opts = sshauthopt_from_cert(cert); in test_cert_parse()333 opts = sshauthopt_from_cert(cert); in test_cert_parse()342 opts = sshauthopt_from_cert(cert); in test_cert_parse()351 opts = sshauthopt_from_cert(cert); in test_cert_parse()360 opts = sshauthopt_from_cert(cert); \ in test_cert_parse()387 cert_opts = sshauthopt_from_cert(cert); \ in test_merge()
93 struct sshauthopt *sshauthopt_from_cert(struct sshkey *k);
653 if ((certopts = sshauthopt_from_cert(key)) == NULL) { in check_authkey_line()798 if ((cert_opts = sshauthopt_from_cert(key)) == NULL) { in user_cert_trusted_ca()
479 sshauthopt_from_cert(struct sshkey *k) in sshauthopt_from_cert() function