Lines Matching refs:byte_count
266 static u64 hash_pad(__le32 *buf, unsigned int bufsize, u64 padi, u64 byte_count, bool le, int bs) in hash_pad() argument
276 fill = 64 - (byte_count % 64); in hash_pad()
279 fill = 128 - (byte_count % 128); in hash_pad()
298 *lebits = cpu_to_le64(byte_count << 3); in hash_pad()
304 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
309 *bebits = cpu_to_be64(byte_count >> 61); in hash_pad()
312 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
338 u64 byte_count; in sun8i_ce_hash_run() local
419 byte_count = areq->nbytes; in sun8i_ce_hash_run()
424 j = hash_pad(bf, 2 * bs, j, byte_count, true, bs); in sun8i_ce_hash_run()
429 j = hash_pad(bf, 2 * bs, j, byte_count, false, bs); in sun8i_ce_hash_run()
433 j = hash_pad(bf, 2 * bs, j, byte_count, false, bs); in sun8i_ce_hash_run()