HomeSort by relevance Sort by last modified time
    Searched refs:ssh_gssapi_client (Results 1 - 3 of 3) sorted by null

  /external/openssh/
ssh-gss.h 76 } ssh_gssapi_client; typedef in typeref:struct:__anon26803
82 int (*dochild) (ssh_gssapi_client *);
83 int (*userok) (ssh_gssapi_client *, char *);
84 int (*localname) (ssh_gssapi_client *, char **);
85 void (*storecreds) (ssh_gssapi_client *);
112 OM_uint32 ssh_gssapi_getclient(Gssctxt *, ssh_gssapi_client *);
gss-serv-krb5.c 86 ssh_gssapi_krb5_userok(ssh_gssapi_client *client, char *name)
116 ssh_gssapi_krb5_storecreds(ssh_gssapi_client *client)
gss-serv.c 51 static ssh_gssapi_client gssapi_client =
249 ssh_gssapi_getclient(Gssctxt *ctx, ssh_gssapi_client *client)
349 memset(&gssapi_client, 0, sizeof(ssh_gssapi_client));

Completed in 51 milliseconds