HomeSort by: relevance | last modified time | path
    Searched refs:cert_authority (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
auth-options.h 51 int cert_authority; member in struct:sshauthopt
auth2-pubkeyfile.c 86 if (opts->cert_principals != NULL && !opts->cert_authority) {
93 if (!allow_cert_authority && opts->cert_authority) {
325 !keyopts->cert_authority)
329 if (!sshkey_equal(found, key) || keyopts->cert_authority)
auth-options.c 352 ret->cert_authority = r;
548 /* cert_authority and cert_principals are cleared in result */
676 OPTSCALAR(cert_authority);
811 (r = sshbuf_put_u8(m, opts->cert_authority)) != 0 ||
874 OPT_FLAG(cert_authority);

Completed in 14 milliseconds