Searched refs:gss_deleg_creds (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h52 int gss_deleg_creds; /* Delegate GSS credentials */ member in struct:__anon4957
H A Dreadconf.c550 intptr = &options->gss_deleg_creds;
1258 options->gss_deleg_creds = -1;
1367 if (options->gss_deleg_creds == -1)
1368 options->gss_deleg_creds = 0;
H A Dssh.c417 options.gss_deleg_creds = 0;
421 options.gss_deleg_creds = 1;
H A Dsshconnect2.c722 status = ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds,
854 (void)ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds,

Completed in 78 milliseconds