Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/nvidia/tegra/soc/t210/drivers/se/
H A Dsecurity_engine.c580 se_dev->dst_ll_buf->buffer[0].data_len = TEGRA_SE_AES_IV_SIZE; in tegra_se_aeskeytable_context_save()
588 ret = tegra_se_start_ctx_save_operation(se_dev, TEGRA_SE_AES_IV_SIZE); in tegra_se_aeskeytable_context_save()
600 se_dev->dst_ll_buf->buffer[0].data_len = TEGRA_SE_AES_IV_SIZE; in tegra_se_aeskeytable_context_save()
608 ret = tegra_se_start_ctx_save_operation(se_dev, TEGRA_SE_AES_IV_SIZE); in tegra_se_aeskeytable_context_save()
H A Dse_private.h489 #define TEGRA_SE_AES_IV_SIZE 16 macro