Lines Matching defs:bulk_len
224 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
229 .message_bits = cpu_to_le64((u64)bulk_len * 8)
253 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
267 for (i = 0; i < bulk_len; i += n) {
269 n = min_t(unsigned int, miter.length, bulk_len - i);
287 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
307 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;