Searched refs:len_bits_lsb (Results 1 – 1 of 1) sorted by relevance
280 uint32_t len_bits_lsb; in tegra_se_calculate_sha256_hash() local297 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()