Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dedonr.h64 #define EdonR256_BLOCK_BITSIZE 512 macro
/f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c236 for (bl = bitlen; bl >= EdonR256_BLOCK_BITSIZE; in Q256()
237 bl -= EdonR256_BLOCK_BITSIZE, data += 16) { in Q256()