Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/authopt/
Dtests.c303 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()
/external/openssh/
Dauth-options.h93 struct sshauthopt *sshauthopt_from_cert(struct sshkey *k);
Dauth2-pubkey.c653 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()
Dauth-options.c479 sshauthopt_from_cert(struct sshkey *k) in sshauthopt_from_cert() function