Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dsiphash.c112 ctx->v[3] ^= le64toh(ctx->buf.b64); in SipBuf()
114 ctx->v[0] ^= le64toh(ctx->buf.b64); in SipBuf()
164 m = le64toh(*p); in SipHash_Update()
/xnu-12377.61.12/bsd/sys/
H A Dendian.h100 #define le64toh(x) ((__uint64_t)(x)) macro
114 #define le64toh(x) __bswap64((x)) macro