Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c217 memcpy(hashState512(state)->DoublePipe, i512p2, sizeof (i512p2)); in EdonRInit()
244 hashState512(state)->DoublePipe); in EdonRUpdate()
295 hashState512(state)->DoublePipe); in EdonRFinal()
299 uint64_t *s64 = hashState512(state)->DoublePipe + 8; in EdonRFinal()
305 memcpy(hashval, hashState512(state)->DoublePipe + 8, in EdonRFinal()
/src/sys/contrib/openzfs/include/sys/
H A Dedonr.h57 uint64_t DoublePipe[16]; member