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

/freebsd-10.2-release/crypto/openssh/
H A Dssh-gss.h77 } ssh_gssapi_client; typedef in typeref:struct:__anon5378
83 int (*dochild) (ssh_gssapi_client *);
84 int (*userok) (ssh_gssapi_client *, char *);
85 int (*localname) (ssh_gssapi_client *, char **);
86 void (*storecreds) (ssh_gssapi_client *);
115 OM_uint32 ssh_gssapi_getclient(Gssctxt *, ssh_gssapi_client *);
H A Dgss-serv-krb5.c85 ssh_gssapi_krb5_userok(ssh_gssapi_client *client, char *name)
117 ssh_gssapi_krb5_storecreds(ssh_gssapi_client *client)
H A Dgss-serv.c51 static ssh_gssapi_client gssapi_client =
268 ssh_gssapi_getclient(Gssctxt *ctx, ssh_gssapi_client *client)
369 sizeof(ssh_gssapi_client));

Completed in 51 milliseconds