Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dlrw.c84 int err, bsize = LRW_BLOCK_SIZE; in setkey()
144 const int bs = LRW_BLOCK_SIZE; in crypt()
221 const unsigned int bsize = LRW_BLOCK_SIZE; in lrw_crypt()
308 if (crypto_cipher_blocksize(cipher) != LRW_BLOCK_SIZE) { in init_tfm()
/linux-4.4.14/include/crypto/
Dlrw.h10 #define LRW_BLOCK_SIZE 16 macro