Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/nfs/gss/
H A Dgss_krb5_mech.c1694 uint8_t Seal_Alg[2]; member
2085 tokbody.Seal_Alg[0] = conf_flag ? 0x02 : 0xff; in gss_krb5_3des_wrap_mbuf()
2086 tokbody.Seal_Alg[1] = conf_flag ? 0x00 : 0xff; in gss_krb5_3des_wrap_mbuf()
2175 wrap.Seal_Alg[0] = 0x02; in gss_krb5_3des_unwrap_mbuf()
2176 wrap.Seal_Alg[1] = 0x00; in gss_krb5_3des_unwrap_mbuf()
2183 wrap.Seal_Alg[0] = 0xff; in gss_krb5_3des_unwrap_mbuf()
2184 wrap.Seal_Alg[1] = 0xff; in gss_krb5_3des_unwrap_mbuf()