Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dedonr.h53 #define EdonR256_BLOCK_SIZE 64 macro
64 uint8_t LastPart[EdonR256_BLOCK_SIZE * 2];
/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c505 EdonR256_BLOCK_SIZE * 8); in EdonRUpdate()
596 EdonR256_BLOCK_SIZE - LastByte - 9); in EdonRFinal()
597 databitlen = EdonR256_BLOCK_SIZE * 8; in EdonRFinal()
606 EdonR256_BLOCK_SIZE * 2 - LastByte - 9); in EdonRFinal()
607 databitlen = EdonR256_BLOCK_SIZE * 16; in EdonRFinal()