Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t186/drivers/se/
A Dse.c133 uint32_t len_bits_lsb; in tegra_se_calculate_sha256_hash() local
150 len_bits_lsb = (uint32_t)(src_len_inbits & 0xFFFFFFFF); in tegra_se_calculate_sha256_hash()
158 tegra_se_write_32(SE0_SHA_MSG_LENGTH_0, len_bits_lsb); in tegra_se_calculate_sha256_hash()
159 tegra_se_write_32(SE0_SHA_MSG_LEFT_0, len_bits_lsb); in tegra_se_calculate_sha256_hash()
208 if (len_bits_lsb <= (max_bytes * 8U)) { in tegra_se_calculate_sha256_hash()
209 len_bits_lsb = (remaining_bytes * 8U); in tegra_se_calculate_sha256_hash()
211 len_bits_lsb -= (max_bytes * 8U); in tegra_se_calculate_sha256_hash()
213 tegra_se_write_32(SE0_SHA_MSG_LEFT_0, len_bits_lsb); in tegra_se_calculate_sha256_hash()
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t194/drivers/se/
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()

Completed in 3 milliseconds