Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t186/drivers/se/
A Dse.c126 uint32_t src_len_inbyte) in tegra_se_calculate_sha256_hash() argument
136 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() argument
253 ret = tegra_se_calculate_sha256_hash(bl31_base, src_len_inbyte); in tegra_se_save_sha256_hash()
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t194/drivers/se/
A Dse.c273 uint32_t src_len_inbyte) in tegra_se_calculate_sha256_hash() argument
283 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() argument
429 val = tegra_se_calculate_sha256_hash(src_addr, src_len_inbyte); in tegra_se_calculate_save_sha256()
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t194/drivers/include/
A Dse.h11 uint32_t src_len_inbyte);
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/include/drivers/
A Dsecurity_engine.h58 int32_t tegra_se_save_sha256_hash(uint64_t bl31_base, uint32_t src_len_inbyte);

Completed in 5 milliseconds