Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/crypto/edonr/
H A Dedonr.c45 #define hashState256(x) ((x)->pipe->p256) macro
465 bcopy(i256p2, hashState256(state)->DoublePipe, in EdonRInit()
507 bcopy(data, hashState256(state)->LastPart in EdonRUpdate()
512 data32 = (uint32_t *)hashState256(state)->LastPart; in EdonRUpdate()
518 hashState256(state)->DoublePipe); in EdonRUpdate()
529 bcopy(data32, hashState256(state)->LastPart, LastBytes); in EdonRUpdate()
586 hashState256(state)->LastPart[LastByte] = in EdonRFinal()
587 (hashState256(state)->LastPart[LastByte] in EdonRFinal()
591 data64 = (uint64_t *)hashState256(state)->LastPart; in EdonRFinal()
594 (void) memset((hashState256(state)->LastPart) + in EdonRFinal()
[all …]