Home
last modified time | relevance | path

Searched refs:remaining_bytes (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
170 remaining_bytes = src_len_inbyte % max_bytes; in tegra_se_calculate_sha256_hash()
171 if (remaining_bytes > 0U) { in tegra_se_calculate_sha256_hash()
209 len_bits_lsb = (remaining_bytes * 8U); 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
317 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()

Completed in 3 milliseconds