Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dedonr.h60 #define EdonR512_BLOCK_BITSIZE 1024 macro
/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c349 for (bl = bitlen; bl >= EdonR512_BLOCK_BITSIZE; in Q512()
350 bl -= EdonR512_BLOCK_BITSIZE, data += 16) { in Q512()