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

/freebsd-10.0-release/crypto/openssh/
H A Dgss-serv.c51 static ssh_gssapi_client gssapi_client = variable
176 if (ssh_gssapi_getclient(ctx, &gssapi_client))
295 if (gssapi_client.store.filename != NULL) {
298 gssapi_client.store.filename);
299 unlink(gssapi_client.store.filename);
307 if (gssapi_client.mech && gssapi_client.mech->storecreds) {
308 (*gssapi_client.mech->storecreds)(&gssapi_client);
321 if (gssapi_client
[all...]

Completed in 48 milliseconds