Home
last modified time | relevance | path

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

/external/openssh/
Dgss-serv.c53 static ssh_gssapi_client gssapi_client = variable
204 if (ssh_gssapi_getclient(ctx, &gssapi_client)) in ssh_gssapi_accept_ctx()
323 if (gssapi_client.store.filename != NULL) { in ssh_gssapi_cleanup_creds()
326 gssapi_client.store.filename); in ssh_gssapi_cleanup_creds()
327 unlink(gssapi_client.store.filename); in ssh_gssapi_cleanup_creds()
335 if (gssapi_client.mech && gssapi_client.mech->storecreds) { in ssh_gssapi_storecreds()
336 (*gssapi_client.mech->storecreds)(&gssapi_client); in ssh_gssapi_storecreds()
349 if (gssapi_client.store.envvar != NULL && in ssh_gssapi_do_child()
350 gssapi_client.store.envval != NULL) { in ssh_gssapi_do_child()
351 debug("Setting %s to %s", gssapi_client.store.envvar, in ssh_gssapi_do_child()
[all …]