Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/plat/nvidia/tegra/soc/t210/drivers/se/
Dsecurity_engine.c101 .ctx_save_buf = (uint32_t *)&se1_ctx_buf
116 .ctx_save_buf = (uint32_t *)(TEGRA_TZRAM_CARVEOUT_BASE + 0x1000)
414 if (!se_dev->ctx_save_buf) { in tegra_se_lp_generate_random_data()
419 se_dev->ctx_save_buf)->rand_data))); in tegra_se_lp_generate_random_data()
511 if (!se_dev->ctx_save_buf) { in tegra_se_lp_sticky_bits_context_save()
516 se_dev->ctx_save_buf)->sticky_bits))); in tegra_se_lp_sticky_bits_context_save()
545 if (!se_dev->ctx_save_buf) { in tegra_se_aeskeytable_context_save()
555 ctx_save_buf)->key_slots[slot].key))); in tegra_se_aeskeytable_context_save()
579 ctx_save_buf)->key_slots[slot].oiv))); in tegra_se_aeskeytable_context_save()
599 ctx_save_buf)->key_slots[slot].uiv))); in tegra_se_aeskeytable_context_save()
[all …]
/trusted-firmware-a-3.4.0/plat/nvidia/tegra/include/drivers/
Dsecurity_engine.h42 uint32_t *ctx_save_buf; member