Searched refs:remaining_bytes (Results 1 – 1 of 1) sorted by relevance
281 uint32_t number_of_operations, max_bytes, bytes_left, remaining_bytes; in tegra_se_calculate_sha256_hash() local317 remaining_bytes = (src_len_inbyte % max_bytes); in tegra_se_calculate_sha256_hash()318 if (remaining_bytes > 0U) { in tegra_se_calculate_sha256_hash()356 len_bits_lsb = (remaining_bytes * 8U); in tegra_se_calculate_sha256_hash()