Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/imx/dcp/
A Ddcp.c141 static TEE_Result dcp_run(struct dcp_data *dcp_data) in dcp_run() argument
147 dcp_data->desc.next = 0; in dcp_run()
149 sizeof(dcp_data->desc)); in dcp_run()
162 virt_to_phys(&dcp_data->desc)); in dcp_run()
170 if (val & BIT(dcp_data->channel)) in dcp_run()
355 desc = &data->dcp_data.desc; in dcp_cipher_do_init()
431 desc = &data->dcp_data.desc; in dcp_cipher_do_update()
455 ret = dcp_run(&data->dcp_data); in dcp_cipher_do_update()
490 desc = &hashdata->dcp_data.desc; in dcp_sha_do_init()
547 desc = &hashdata->dcp_data.desc; in dcp_sha_do_update()
[all …]
/optee_os-3.20.0/core/include/drivers/imx/
A Ddcp.h71 struct dcp_data { struct
77 struct dcp_data dcp_data; member
90 struct dcp_data dcp_data; member

Completed in 4 milliseconds