Searched refs:le64toh (Results 1 – 2 of 2) sorted by relevance
112 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()
100 #define le64toh(x) ((__uint64_t)(x)) macro114 #define le64toh(x) __bswap64((x)) macro