Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c40 #define hashState256(x) ((x)->pipe->p256) macro
475 bcopy(i256p2, hashState256(state)->DoublePipe, in EdonRInit()
517 bcopy(data, hashState256(state)->LastPart in EdonRUpdate()
528 hashState256(state)->DoublePipe); in EdonRUpdate()
596 hashState256(state)->LastPart[LastByte] = in EdonRFinal()
597 (hashState256(state)->LastPart[LastByte] in EdonRFinal()
601 data64 = (uint64_t *)hashState256(state)->LastPart; in EdonRFinal()
604 (void) memset((hashState256(state)->LastPart) + in EdonRFinal()
614 (void) memset((hashState256(state)->LastPart) + in EdonRFinal()
626 data32 = (uint32_t *)hashState256(state)->LastPart; in EdonRFinal()
[all …]