Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/drivers/se/
H 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()