Searched refs:LRW_BLOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dlrw.c28 #define LRW_BLOCK_SIZE 16 macro
73 int err, bsize = LRW_BLOCK_SIZE;
142 const int bs = LRW_BLOCK_SIZE;
342 if (alg->base.cra_blocksize != LRW_BLOCK_SIZE)
380 inst->alg.base.cra_blocksize = LRW_BLOCK_SIZE;
384 inst->alg.ivsize = LRW_BLOCK_SIZE;
385 inst->alg.min_keysize = alg->min_keysize + LRW_BLOCK_SIZE;
386 inst->alg.max_keysize = alg->max_keysize + LRW_BLOCK_SIZE;

Completed in 113 milliseconds