Searched refs:number_of_operations (Results 1 – 2 of 2) sorted by relevance
134 uint32_t number_of_operations, max_bytes, bytes_left, remaining_bytes; in tegra_se_calculate_sha256_hash() local169 number_of_operations = src_len_inbyte / max_bytes; in tegra_se_calculate_sha256_hash()172 number_of_operations += 1U; in tegra_se_calculate_sha256_hash()191 for (operations = 1U; operations <= number_of_operations; in tegra_se_calculate_sha256_hash()
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()