Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t186/drivers/se/
A 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()
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t194/drivers/se/
A 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()

Completed in 3 milliseconds