Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dedonr.h53 #define EdonR512_BLOCK_BITSIZE 1024 macro
/freebsd/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c118 for (bl = bitlen; bl >= EdonR512_BLOCK_BITSIZE; in Q512()
119 bl -= EdonR512_BLOCK_BITSIZE, data += 16) { in Q512()