Searched refs:src_len_inbyte (Results 1 – 3 of 3) sorted by relevance
273 uint32_t src_len_inbyte) in tegra_se_calculate_sha256_hash() argument283 if (src_len_inbyte > MAX_SHA_ENGINE_CHUNK_SIZE) { in tegra_se_calculate_sha256_hash()284 ERROR("SHA input chunk size too big: 0x%x\n", src_len_inbyte); in tegra_se_calculate_sha256_hash()295 src_len_inbits = (uint32_t)(src_len_inbyte * 8U); in tegra_se_calculate_sha256_hash()316 number_of_operations = (src_len_inbyte / max_bytes); in tegra_se_calculate_sha256_hash()317 remaining_bytes = (src_len_inbyte % max_bytes); in tegra_se_calculate_sha256_hash()337 bytes_left = src_len_inbyte; in tegra_se_calculate_sha256_hash()375 last_buf, src_len_inbyte); in tegra_se_calculate_sha256_hash()412 uint32_t src_len_inbyte) in tegra_se_calculate_save_sha256() argument429 val = tegra_se_calculate_sha256_hash(src_addr, src_len_inbyte); in tegra_se_calculate_save_sha256()
11 uint32_t src_len_inbyte);
58 int32_t tegra_se_save_sha256_hash(uint64_t bl31_base, uint32_t src_len_inbyte);