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

/freebsd-13-stable/crypto/openssh/regress/unittests/authopt/
H A Dtests.c375 struct sshauthopt *key_opts, *cert_opts, *merge_opts, *expected; local
387 cert_opts = sshauthopt_from_cert(cert); \
388 ASSERT_PTR_NE(cert_opts, NULL); \
394 cert_opts, &errstr); \
403 sshauthopt_free(cert_opts); \
/freebsd-13-stable/crypto/openssh/
H A Dauth2-pubkey.c739 struct sshauthopt *principals_opts = NULL, *cert_opts = NULL; local
788 if ((cert_opts = sshauthopt_from_cert(key)) == NULL) {
792 if (auth_authorise_keyopts(ssh, pw, cert_opts, 0, "cert") != 0) {
797 final_opts = cert_opts;
798 cert_opts = NULL;
806 cert_opts, &reason)) == NULL) {
827 sshauthopt_free(cert_opts);

Completed in 113 milliseconds