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.c207 memcpy(hashState512(state)->DoublePipe, i512p2, sizeof (i512p2)); in EdonRInit()
234 hashState512(state)->DoublePipe); in EdonRUpdate()
285 hashState512(state)->DoublePipe); in EdonRFinal()
289 uint64_t *s64 = hashState512(state)->DoublePipe + 8; in EdonRFinal()
295 memcpy(hashval, hashState512(state)->DoublePipe + 8, in EdonRFinal()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dedonr.h47 uint64_t DoublePipe[16]; member