Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/crypto/edonr/
H A Dedonr.c507 bcopy(data, hashState256(state)->LastPart in EdonRUpdate()
512 data32 = (uint32_t *)hashState256(state)->LastPart; in EdonRUpdate()
529 bcopy(data32, hashState256(state)->LastPart, LastBytes); in EdonRUpdate()
542 bcopy(data, hashState512(state)->LastPart in EdonRUpdate()
547 data64 = (uint64_t *)hashState512(state)->LastPart; in EdonRUpdate()
564 bcopy(data64, hashState512(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 …]
/titanic_50/usr/src/uts/common/sys/
H A Dedonr.h64 uint8_t LastPart[EdonR256_BLOCK_SIZE * 2]; member
68 uint8_t LastPart[EdonR512_BLOCK_SIZE * 2]; member