Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dssh-gss.h56 } ssh_gssapi_client; typedef
62 int (*dochild) (ssh_gssapi_client *);
63 int (*userok) (ssh_gssapi_client *, char *);
64 int (*localname) (ssh_gssapi_client *, char **);
65 void (*storecreds) (ssh_gssapi_client *);
96 OM_uint32 ssh_gssapi_getclient(Gssctxt *, ssh_gssapi_client *);
H A Dgss-serv-krb5.c71 ssh_gssapi_krb5_userok(ssh_gssapi_client *client, char *name) in ssh_gssapi_krb5_userok()
103 ssh_gssapi_krb5_storecreds(ssh_gssapi_client *client) in ssh_gssapi_krb5_storecreds()
H A Dgss-serv.c48 static ssh_gssapi_client gssapi_client =
272 ssh_gssapi_getclient(Gssctxt *ctx, ssh_gssapi_client *client) in ssh_gssapi_getclient()
373 sizeof(ssh_gssapi_client)); in ssh_gssapi_userok()