KG_TOK_MIC_MSG     96 net/sunrpc/auth_gss/gss_krb5_seal.c 	ptr[0] = (unsigned char) ((KG_TOK_MIC_MSG >> 8) & 0xff);
KG_TOK_MIC_MSG     97 net/sunrpc/auth_gss/gss_krb5_seal.c 	ptr[1] = (unsigned char) (KG_TOK_MIC_MSG & 0xff);
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)))