Home
last modified time | relevance | path

Searched refs:cert_opts (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/authopt/
H A Dtests.c379 struct sshauthopt *key_opts, *cert_opts, *merge_opts, *expected; in test_merge() local
391 cert_opts = sshauthopt_from_cert(cert); \ in test_merge()
392 ASSERT_PTR_NE(cert_opts, NULL); \ in test_merge()
398 cert_opts, &errstr); \ in test_merge()
407 sshauthopt_free(cert_opts); \ in test_merge()
/freebsd/crypto/openssh/
H A Dauth2-pubkey.c518 struct sshauthopt *principals_opts = NULL, *cert_opts = NULL; in user_cert_trusted_ca() local
567 if ((cert_opts = sshauthopt_from_cert(key)) == NULL) { in user_cert_trusted_ca()
571 if (auth_authorise_keyopts(pw, cert_opts, 0, in user_cert_trusted_ca()
577 final_opts = cert_opts; in user_cert_trusted_ca()
578 cert_opts = NULL; in user_cert_trusted_ca()
586 cert_opts, &reason)) == NULL) { in user_cert_trusted_ca()
613 sshauthopt_free(cert_opts); in user_cert_trusted_ca()