KG_TOK_WRAP_MSG   171 net/sunrpc/auth_gss/gss_krb5_wrap.c 	ptr[0] = (unsigned char) ((KG_TOK_WRAP_MSG >> 8) & 0xff);
KG_TOK_WRAP_MSG   172 net/sunrpc/auth_gss/gss_krb5_wrap.c 	ptr[1] = (unsigned char) (KG_TOK_WRAP_MSG & 0xff);
KG_TOK_WRAP_MSG   236 net/sunrpc/auth_gss/gss_krb5_wrap.c 	if ((ptr[0] != ((KG_TOK_WRAP_MSG >> 8) & 0xff)) ||
KG_TOK_WRAP_MSG   237 net/sunrpc/auth_gss/gss_krb5_wrap.c 	    (ptr[1] !=  (KG_TOK_WRAP_MSG & 0xff)))