Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c216 memcpy(hashState512(state)->DoublePipe, i512p2, sizeof (i512p2)); in EdonRInit()
243 hashState512(state)->DoublePipe); in EdonRUpdate()
294 hashState512(state)->DoublePipe); in EdonRFinal()
298 uint64_t *s64 = hashState512(state)->DoublePipe + 8; in EdonRFinal()
304 memcpy(hashval, hashState512(state)->DoublePipe + 8, in EdonRFinal()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dedonr.h56 uint64_t DoublePipe[16]; member