Searched refs:src_len_inbyte (Results 1 – 4 of 4) sorted by relevance
126 uint32_t src_len_inbyte) in tegra_se_calculate_sha256_hash() argument136 if (src_len_inbyte > MAX_SHA_ENGINE_CHUNK_SIZE) { in tegra_se_calculate_sha256_hash()137 ERROR("SHA input chunk size too big: 0x%x\n", src_len_inbyte); in tegra_se_calculate_sha256_hash()148 src_len_inbits = src_len_inbyte * 8U; in tegra_se_calculate_sha256_hash()169 number_of_operations = src_len_inbyte / max_bytes; in tegra_se_calculate_sha256_hash()170 remaining_bytes = src_len_inbyte % max_bytes; in tegra_se_calculate_sha256_hash()190 bytes_left = src_len_inbyte; in tegra_se_calculate_sha256_hash()228 last_buf, src_len_inbyte); in tegra_se_calculate_sha256_hash()241 int32_t tegra_se_save_sha256_hash(uint64_t bl31_base, uint32_t src_len_inbyte) in tegra_se_save_sha256_hash() argument253 ret = tegra_se_calculate_sha256_hash(bl31_base, src_len_inbyte); in tegra_se_save_sha256_hash()
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);