Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/nfs/gss/
H A Dgss_krb5_mech.c1741 uint8_t Seal_Alg[2]; member
2171 tokbody.Seal_Alg[0] = conf_flag ? 0x02 : 0xff; in gss_krb5_3des_wrap_mbuf()
2172 tokbody.Seal_Alg[1] = conf_flag ? 0x00 : 0xff; in gss_krb5_3des_wrap_mbuf()
2261 wrap.Seal_Alg[0] = 0x02; in gss_krb5_3des_unwrap_mbuf()
2262 wrap.Seal_Alg[1] = 0x00; in gss_krb5_3des_unwrap_mbuf()
2269 wrap.Seal_Alg[0] = 0xff; in gss_krb5_3des_unwrap_mbuf()
2270 wrap.Seal_Alg[1] = 0xff; in gss_krb5_3des_unwrap_mbuf()