mech 51 include/linux/sunrpc/gss_api.h struct gss_api_mech *mech, mech 69 include/linux/sunrpc/gss_asn1.h struct xdr_netobj *mech, mech 75 include/linux/sunrpc/gss_asn1.h struct xdr_netobj *mech, mech 79 include/linux/sunrpc/gss_asn1.h struct xdr_netobj *mech, mech 71 net/sunrpc/auth_gss/auth_gss.c struct gss_api_mech *mech; mech 447 net/sunrpc/auth_gss/auth_gss.c struct gss_api_mech *mech = gss_msg->auth->mech; mech 452 net/sunrpc/auth_gss/auth_gss.c len = scnprintf(p, buflen, "mech=%s uid=%d", mech->gm_name, mech 495 net/sunrpc/auth_gss/auth_gss.c if (mech->gm_upcall_enctypes) { mech 497 net/sunrpc/auth_gss/auth_gss.c mech->gm_upcall_enctypes); mech 768 net/sunrpc/auth_gss/auth_gss.c p = gss_fill_context(p, end, ctx, gss_msg->auth->mech); mech 1044 net/sunrpc/auth_gss/auth_gss.c gss_auth->mech = gss_mech_get_by_pseudoflavor(flavor); mech 1045 net/sunrpc/auth_gss/auth_gss.c if (!gss_auth->mech) mech 1047 net/sunrpc/auth_gss/auth_gss.c gss_auth->service = gss_pseudoflavor_to_service(gss_auth->mech, flavor); mech 1060 net/sunrpc/auth_gss/auth_gss.c if (gss_pseudoflavor_to_datatouch(gss_auth->mech, flavor)) mech 1081 net/sunrpc/auth_gss/auth_gss.c gss_pipe = gss_pipe_get(clnt, gss_auth->mech->gm_name, mech 1095 net/sunrpc/auth_gss/auth_gss.c gss_mech_put(gss_auth->mech); mech 1112 net/sunrpc/auth_gss/auth_gss.c gss_mech_put(gss_auth->mech); mech 147 net/sunrpc/auth_gss/gss_generic_token.c g_token_size(struct xdr_netobj *mech, unsigned int body_size) mech 150 net/sunrpc/auth_gss/gss_generic_token.c body_size += 2 + (int) mech->len; /* NEED overflow check */ mech 160 net/sunrpc/auth_gss/gss_generic_token.c g_make_token_header(struct xdr_netobj *mech, int body_size, unsigned char **buf) mech 163 net/sunrpc/auth_gss/gss_generic_token.c der_write_length(buf, 2 + mech->len + body_size); mech 165 net/sunrpc/auth_gss/gss_generic_token.c *(*buf)++ = (unsigned char) mech->len; mech 166 net/sunrpc/auth_gss/gss_generic_token.c TWRITE_STR(*buf, mech->data, ((int) mech->len)); mech 180 net/sunrpc/auth_gss/gss_generic_token.c g_verify_token_header(struct xdr_netobj *mech, int *body_size, mech 213 net/sunrpc/auth_gss/gss_generic_token.c if (! g_OID_equal(&toid, mech)) mech 375 net/sunrpc/auth_gss/gss_mech_switch.c struct gss_api_mech *mech, mech 382 net/sunrpc/auth_gss/gss_mech_switch.c (*ctx_id)->mech_type = gss_mech_get(mech); mech 384 net/sunrpc/auth_gss/gss_mech_switch.c return mech->gm_ops->gss_import_sec_context(input_token, bufsize, mech 280 net/sunrpc/auth_gss/gss_rpc_upcall.c .mech.len = GSS_OID_MAX_LEN, mech 316 net/sunrpc/auth_gss/gss_rpc_upcall.c data->mech_oid.len = rctxh.mech.len; mech 317 net/sunrpc/auth_gss/gss_rpc_upcall.c if (rctxh.mech.data) { mech 318 net/sunrpc/auth_gss/gss_rpc_upcall.c memcpy(data->mech_oid.data, rctxh.mech.data, mech 320 net/sunrpc/auth_gss/gss_rpc_upcall.c kfree(rctxh.mech.data); mech 306 net/sunrpc/auth_gss/gss_rpc_xdr.c err = gssx_dec_buffer(xdr, &status->mech); mech 586 net/sunrpc/auth_gss/gss_rpc_xdr.c err = gssx_enc_buffer(xdr, &ctx->mech); mech 649 net/sunrpc/auth_gss/gss_rpc_xdr.c err = gssx_dec_buffer(xdr, &ctx->mech); mech 46 net/sunrpc/auth_gss/gss_rpc_xdr.h gssx_OID mech; mech 78 net/sunrpc/auth_gss/gss_rpc_xdr.h gssx_OID mech; mech 101 net/sunrpc/auth_gss/gss_rpc_xdr.h gssx_OID mech;