Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dedonr.h59 #define EdonR256_BLOCK_BITSIZE 512 macro
/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c241 for (bl = bitlen; bl >= EdonR256_BLOCK_BITSIZE; in Q256()
242 bl -= EdonR256_BLOCK_BITSIZE, data += 16) { in Q256()