Lines Matching refs:bulk_len
223 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
228 .message_bits = cpu_to_le64((u64)bulk_len * 8)
252 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
266 for (i = 0; i < bulk_len; i += n) {
268 n = min_t(unsigned int, miter.length, bulk_len - i);
286 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
306 bulk_len, BLOCKCIPHER_BLOCK_SIZE, 1);
326 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
347 bulk_len, BLOCKCIPHER_BLOCK_SIZE, 0);
372 stream_len = bulk_len;