KG_TOK_MIC_MSG     86 net/sunrpc/auth_gss/gss_krb5_seal.c 	*ptr++ = KG_TOK_MIC_MSG;
KG_TOK_MIC_MSG     95 net/sunrpc/auth_gss/gss_krb5_unseal.c 	if ((ptr[0] != ((KG_TOK_MIC_MSG >> 8) & 0xff)) ||
KG_TOK_MIC_MSG     96 net/sunrpc/auth_gss/gss_krb5_unseal.c 	    (ptr[1] !=  (KG_TOK_MIC_MSG & 0xff)))