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

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dauth-options.h51 int cert_authority; member in struct:sshauthopt
H A Dauth2-pubkeyfile.c84 if (opts->cert_principals != NULL && !opts->cert_authority) {
91 if (!allow_cert_authority && opts->cert_authority) {
320 !keyopts->cert_authority)
324 if (!sshkey_equal(found, key) || keyopts->cert_authority)
H A Dauth-options.c351 ret->cert_authority = r;
547 /* cert_authority and cert_principals are cleared in result */
675 OPTSCALAR(cert_authority);
810 (r = sshbuf_put_u8(m, opts->cert_authority)) != 0 ||
873 OPT_FLAG(cert_authority);

Completed in 180 milliseconds