Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dsiphash.h123 #define SIP_U8TO64_LE(p) \ macro
149 key->k[0] = SIP_U8TO64_LE((const unsigned char *)src); in sip_tokey()
150 key->k[1] = SIP_U8TO64_LE((const unsigned char *)src + 8); in sip_tokey()
218 m = SIP_U8TO64_LE(H->buf); in sip24_update()
368 if (siphash24(in, i, &k) != SIP_U8TO64_LE(vectors[i])) in sip24_valid()