Searched refs:cert_authority (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dauth-options.h44 int cert_authority; member in struct:sshauthopt
H A Dauth-options.c410 ret->cert_authority = r;
586 /* cert_authority and cert_principals are cleared in result */
710 OPTSCALAR(cert_authority);
842 (r = sshbuf_put_u8(m, opts->cert_authority)) != 0 ||
899 OPT_FLAG(cert_authority);
H A Dauth.c1137 if (opts->cert_principals != NULL && !opts->cert_authority) {
1144 if (!allow_cert_authority && opts->cert_authority) {
H A Dauth2-pubkey.c608 !keyopts->cert_authority)
612 if (!sshkey_equal(found, key) || keyopts->cert_authority)
/freebsd-13-stable/crypto/openssh/regress/unittests/authopt/
H A Dtests.c102 FLAG_EQ(cert_authority);
212 FLAG_TEST("cert-authority", cert_authority, 1);

Completed in 77 milliseconds