Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c55 #define hashState512(x) ((x)->pipe->p512) macro
217 memcpy(hashState512(state)->DoublePipe, i512p2, sizeof (i512p2)); in EdonRInit()
233 memcpy(hashState512(state)->LastPart in EdonRUpdate()
238 data64 = (uint64_t *)hashState512(state)->LastPart; in EdonRUpdate()
244 hashState512(state)->DoublePipe); in EdonRUpdate()
254 memmove(hashState512(state)->LastPart, data64, LastBytes); in EdonRUpdate()
268 hashState512(state)->LastPart[LastByte] = in EdonRFinal()
269 (hashState512(state)->LastPart[LastByte] \ in EdonRFinal()
272 data64 = (uint64_t *)hashState512(state)->LastPart; in EdonRFinal()
275 memset((hashState512(state)->LastPart) + in EdonRFinal()
[all …]