Searched refs:number_of_operations (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() local316 number_of_operations = (src_len_inbyte / max_bytes); in tegra_se_calculate_sha256_hash()319 number_of_operations += 1U; in tegra_se_calculate_sha256_hash()338 for (operations = 1U; operations <= number_of_operations; in tegra_se_calculate_sha256_hash()