Home
last modified time | relevance | path

Searched refs:number_of_operations (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-3.4.0/plat/nvidia/tegra/soc/t186/drivers/se/
Dse.c134 uint32_t number_of_operations, max_bytes, bytes_left, remaining_bytes; in tegra_se_calculate_sha256_hash() local
169 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()
/trusted-firmware-a-3.4.0/plat/nvidia/tegra/soc/t194/drivers/se/
Dse.c281 uint32_t number_of_operations, max_bytes, bytes_left, remaining_bytes; in tegra_se_calculate_sha256_hash() local
316 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()