Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c42 #define hashState512(x) ((x)->pipe->p512) macro
552 bcopy(data, hashState512(state)->LastPart in EdonRUpdate()
557 data64 = (uint64_t *)hashState512(state)->LastPart; in EdonRUpdate()
563 hashState512(state)->DoublePipe); in EdonRUpdate()
635 hashState512(state)->LastPart[LastByte] = in EdonRFinal()
636 (hashState512(state)->LastPart[LastByte] in EdonRFinal()
640 data64 = (uint64_t *)hashState512(state)->LastPart; in EdonRFinal()
643 (void) memset((hashState512(state)->LastPart) + in EdonRFinal()
653 (void) memset((hashState512(state)->LastPart) + in EdonRFinal()
665 hashState512(state)->DoublePipe); in EdonRFinal()
[all …]