Symbol: Gssctxt
crypto/openssh/auth2-gss.c
149
Gssctxt *gssctxt;
crypto/openssh/auth2-gss.c
213
Gssctxt *gssctxt;
crypto/openssh/auth2-gss.c
285
Gssctxt *gssctxt;
crypto/openssh/auth2-gss.c
70
Gssctxt *ctxt = NULL;
crypto/openssh/gss-genr.c
105
ssh_gssapi_last_error(Gssctxt *ctxt, OM_uint32 *major_status,
crypto/openssh/gss-genr.c
162
ssh_gssapi_build_ctx(Gssctxt **ctx)
crypto/openssh/gss-genr.c
164
*ctx = xcalloc(1, sizeof (Gssctxt));
crypto/openssh/gss-genr.c
175
ssh_gssapi_delete_ctx(Gssctxt **ctx)
crypto/openssh/gss-genr.c
208
ssh_gssapi_init_ctx(Gssctxt *ctx, int deleg_creds, gss_buffer_desc *recv_tok,
crypto/openssh/gss-genr.c
231
ssh_gssapi_import_name(Gssctxt *ctx, const char *host)
crypto/openssh/gss-genr.c
249
ssh_gssapi_sign(Gssctxt *ctx, gss_buffer_t buffer, gss_buffer_t hash)
crypto/openssh/gss-genr.c
274
ssh_gssapi_check_mechanism(Gssctxt **ctx, gss_OID oid, const char *host)
crypto/openssh/gss-genr.c
65
ssh_gssapi_check_oid(Gssctxt *ctx, void *data, size_t len)
crypto/openssh/gss-genr.c
74
ssh_gssapi_set_oid_data(Gssctxt *ctx, void *data, size_t len)
crypto/openssh/gss-genr.c
88
ssh_gssapi_set_oid(Gssctxt *ctx, gss_OID oid)
crypto/openssh/gss-genr.c
95
ssh_gssapi_error(Gssctxt *ctxt)
crypto/openssh/gss-serv.c
135
ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID oid)
crypto/openssh/gss-serv.c
177
ssh_gssapi_accept_ctx(Gssctxt *ctx, gss_buffer_desc *recv_tok,
crypto/openssh/gss-serv.c
217
ssh_gssapi_parse_ename(Gssctxt *ctx, gss_buffer_t ename, gss_buffer_t name)
crypto/openssh/gss-serv.c
277
ssh_gssapi_getclient(Gssctxt *ctx, ssh_gssapi_client *client)
crypto/openssh/gss-serv.c
388
ssh_gssapi_checkmic(Gssctxt *ctx, gss_buffer_t gssbuf, gss_buffer_t gssmic)
crypto/openssh/gss-serv.c
99
ssh_gssapi_acquire_cred(Gssctxt *ctx)
crypto/openssh/monitor.c
104
static Gssctxt *gsscontext = NULL;
crypto/openssh/monitor_wrap.c
1034
mm_ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID goid)
crypto/openssh/monitor_wrap.c
1059
mm_ssh_gssapi_accept_ctx(Gssctxt *ctx, gss_buffer_desc *in,
crypto/openssh/monitor_wrap.c
1090
mm_ssh_gssapi_checkmic(Gssctxt *ctx, gss_buffer_t gssbuf, gss_buffer_t gssmic)
crypto/openssh/monitor_wrap.h
64
OM_uint32 mm_ssh_gssapi_server_ctx(Gssctxt **, gss_OID);
crypto/openssh/monitor_wrap.h
65
OM_uint32 mm_ssh_gssapi_accept_ctx(Gssctxt *,
crypto/openssh/monitor_wrap.h
68
OM_uint32 mm_ssh_gssapi_checkmic(Gssctxt *, gss_buffer_t, gss_buffer_t);
crypto/openssh/ssh-gss.h
102
int ssh_gssapi_check_oid(Gssctxt *, void *, size_t);
crypto/openssh/ssh-gss.h
103
void ssh_gssapi_set_oid_data(Gssctxt *, void *, size_t);
crypto/openssh/ssh-gss.h
104
void ssh_gssapi_set_oid(Gssctxt *, gss_OID);
crypto/openssh/ssh-gss.h
112
OM_uint32 ssh_gssapi_import_name(Gssctxt *, const char *);
crypto/openssh/ssh-gss.h
113
OM_uint32 ssh_gssapi_init_ctx(Gssctxt *, int,
crypto/openssh/ssh-gss.h
115
OM_uint32 ssh_gssapi_accept_ctx(Gssctxt *,
crypto/openssh/ssh-gss.h
117
OM_uint32 ssh_gssapi_getclient(Gssctxt *, ssh_gssapi_client *);
crypto/openssh/ssh-gss.h
118
void ssh_gssapi_error(Gssctxt *);
crypto/openssh/ssh-gss.h
119
char *ssh_gssapi_last_error(Gssctxt *, OM_uint32 *, OM_uint32 *);
crypto/openssh/ssh-gss.h
120
void ssh_gssapi_build_ctx(Gssctxt **);
crypto/openssh/ssh-gss.h
121
void ssh_gssapi_delete_ctx(Gssctxt **);
crypto/openssh/ssh-gss.h
122
OM_uint32 ssh_gssapi_sign(Gssctxt *, gss_buffer_t, gss_buffer_t);
crypto/openssh/ssh-gss.h
125
int ssh_gssapi_check_mechanism(Gssctxt **, gss_OID, const char *);
crypto/openssh/ssh-gss.h
128
OM_uint32 ssh_gssapi_server_ctx(Gssctxt **, gss_OID);
crypto/openssh/ssh-gss.h
130
OM_uint32 ssh_gssapi_checkmic(Gssctxt *, gss_buffer_t, gss_buffer_t);
crypto/openssh/sshconnect2.c
758
Gssctxt *gssctxt = NULL;
crypto/openssh/sshconnect2.c
814
Gssctxt *gssctxt = (Gssctxt *)authctxt->methoddata;
crypto/openssh/sshconnect2.c
824
Gssctxt *gssctxt = authctxt->methoddata;
crypto/openssh/sshconnect2.c
891
Gssctxt *gssctxt;
crypto/openssh/sshconnect2.c
967
Gssctxt *gssctxt;