Symbol: gss_ctx
include/linux/sunrpc/auth_gss.h
74
struct gss_ctx *gc_gss_ctx;
include/linux/sunrpc/gss_api.h
113
struct gss_ctx *ctx_id,
include/linux/sunrpc/gss_api.h
117
struct gss_ctx *ctx_id,
include/linux/sunrpc/gss_api.h
121
struct gss_ctx *ctx_id,
include/linux/sunrpc/gss_api.h
125
struct gss_ctx *ctx_id,
include/linux/sunrpc/gss_api.h
130
struct gss_ctx *ctx_id,
include/linux/sunrpc/gss_api.h
28
#define GSS_C_NO_CONTEXT ((struct gss_ctx *) 0)
include/linux/sunrpc/gss_api.h
51
struct gss_ctx **ctx_id,
include/linux/sunrpc/gss_api.h
55
struct gss_ctx *ctx_id,
include/linux/sunrpc/gss_api.h
59
struct gss_ctx *ctx_id,
include/linux/sunrpc/gss_api.h
63
struct gss_ctx *ctx_id,
include/linux/sunrpc/gss_api.h
68
struct gss_ctx *ctx_id,
include/linux/sunrpc/gss_api.h
73
struct gss_ctx **ctx_id);
net/sunrpc/auth_gss/gss_krb5_mech.c
469
gss_krb5_import_sec_context(const void *p, size_t len, struct gss_ctx *ctx_id,
net/sunrpc/auth_gss/gss_krb5_mech.c
523
static u32 gss_krb5_get_mic(struct gss_ctx *gctx, struct xdr_buf *text,
net/sunrpc/auth_gss/gss_krb5_mech.c
544
static u32 gss_krb5_verify_mic(struct gss_ctx *gctx,
net/sunrpc/auth_gss/gss_krb5_mech.c
565
static u32 gss_krb5_wrap(struct gss_ctx *gctx, int offset,
net/sunrpc/auth_gss/gss_krb5_mech.c
587
static u32 gss_krb5_unwrap(struct gss_ctx *gctx, int offset,
net/sunrpc/auth_gss/gss_mech_switch.c
354
struct gss_ctx **ctx_id,
net/sunrpc/auth_gss/gss_mech_switch.c
369
gss_get_mic(struct gss_ctx *context_handle,
net/sunrpc/auth_gss/gss_mech_switch.c
382
gss_verify_mic(struct gss_ctx *context_handle,
net/sunrpc/auth_gss/gss_mech_switch.c
407
gss_wrap(struct gss_ctx *ctx_id,
net/sunrpc/auth_gss/gss_mech_switch.c
417
gss_unwrap(struct gss_ctx *ctx_id,
net/sunrpc/auth_gss/gss_mech_switch.c
432
gss_delete_sec_context(struct gss_ctx **context_handle)
net/sunrpc/auth_gss/svcauth_gss.c
373
struct gss_ctx *mechctx;
net/sunrpc/auth_gss/svcauth_gss.c
706
struct gss_ctx *ctx_id = rsci->mechctx;
net/sunrpc/auth_gss/svcauth_gss.c
757
svcauth_gss_encode_verf(struct svc_rqst *rqstp, struct gss_ctx *ctx_id, u32 seq)
net/sunrpc/auth_gss/svcauth_gss.c
789
find_gss_auth_domain(struct gss_ctx *ctx, u32 svc)
net/sunrpc/auth_gss/svcauth_gss.c
860
svcauth_gss_unwrap_integ(struct svc_rqst *rqstp, u32 seq, struct gss_ctx *ctx)
net/sunrpc/auth_gss/svcauth_gss.c
936
svcauth_gss_unwrap_priv(struct svc_rqst *rqstp, u32 seq, struct gss_ctx *ctx)