Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/machine/
H A Dexec.h40 int ec; member
/xnu-8020.140.41/tools/lldbmacros/
H A Dsysreg.py71 ec = (regval >> 26) & ((1 << 6) - 1)
72 ecstring = '0b{:06b}'.format(ec)
/xnu-8020.140.41/osfmk/conf/
H A Dfiles.arm75 osfmk/OPTIONS/ec optional ec
H A Dfiles.arm6486 osfmk/OPTIONS/ec optional ec
H A Dfiles.x86_64106 #osfmk/OPTIONS/ec optional ec
/xnu-8020.140.41/bsd/nfs/gss/
H A Dgss_krb5_mech.c1640 uint32_t ec = 0, rrc = 0; in gss_krb5_cfx_unwrap_mbuf() local
1667 ec = (token.EC[0] << 8) | token.EC[1]; in gss_krb5_cfx_unwrap_mbuf()
1699 gss_strip_mbuf(*mbp, -(sizeof(gss_cfx_wrap_token_desc) + ec)); in gss_krb5_cfx_unwrap_mbuf()
1700 len -= (sizeof(gss_cfx_wrap_token_desc) + ec); in gss_krb5_cfx_unwrap_mbuf()
1706 if (ec != cctx->digest_size || len >= cctx->digest_size) { in gss_krb5_cfx_unwrap_mbuf()