Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/drivers/se/
H A Dse.c280 uint32_t len_bits_lsb; in tegra_se_calculate_sha256_hash() local
297 len_bits_lsb = (uint32_t)src_len_inbits; in tegra_se_calculate_sha256_hash()
305 tegra_se_write_32(SE0_SHA_MSG_LENGTH_0, len_bits_lsb); in tegra_se_calculate_sha256_hash()
306 tegra_se_write_32(SE0_SHA_MSG_LEFT_0, len_bits_lsb); in tegra_se_calculate_sha256_hash()
355 if (len_bits_lsb <= (max_bytes * 8U)) { in tegra_se_calculate_sha256_hash()
356 len_bits_lsb = (remaining_bytes * 8U); in tegra_se_calculate_sha256_hash()
358 len_bits_lsb -= (max_bytes * 8U); in tegra_se_calculate_sha256_hash()
360 tegra_se_write_32(SE0_SHA_MSG_LEFT_0, len_bits_lsb); in tegra_se_calculate_sha256_hash()