Home
last modified time | relevance | path

Searched refs:KG2_TOK_WRAP (Results 1 – 2 of 2) sorted by relevance

/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c112 *ptr++ = (unsigned char) ((KG2_TOK_WRAP>>8) & 0xff); in gss_krb5_wrap_v2()
113 *ptr++ = (unsigned char) (KG2_TOK_WRAP & 0xff); in gss_krb5_wrap_v2()
160 if (be16_to_cpu(*((__be16 *)ptr)) != KG2_TOK_WRAP) in gss_krb5_unwrap_v2()
/linux/include/linux/sunrpc/
H A Dgss_krb5.h65 #define KG2_TOK_WRAP 0x0504
66 #define KG2_TOK_WRAP global() macro