Home
last modified time | relevance | path

Searched refs:imx_ele_buf (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/crypto/ele/include/
H A Dmemutils.h25 struct imx_ele_buf { struct
42 TEE_Result imx_ele_buf_alloc(struct imx_ele_buf *ele_buf, const uint8_t *buf, argument
50 void imx_ele_buf_free(struct imx_ele_buf *ele_buf);
59 TEE_Result imx_ele_buf_copy(struct imx_ele_buf *ele_buf, uint8_t *buf,
/optee_os/core/drivers/crypto/ele/
H A Dmemutils.c12 struct imx_ele_buf *ele_buf) in imx_ele_buf_cache_op()
18 TEE_Result imx_ele_buf_alloc(struct imx_ele_buf *ele_buf, const uint8_t *buf, in imx_ele_buf_alloc()
49 void imx_ele_buf_free(struct imx_ele_buf *ele_buf) in imx_ele_buf_free()
59 TEE_Result imx_ele_buf_copy(struct imx_ele_buf *ele_buf, uint8_t *buf, in imx_ele_buf_copy()
H A Dele.c317 struct imx_ele_buf output = { }; in imx_ele_get_device_info()
396 struct imx_ele_buf ele_ctx = { }; in imx_ele_derive_key()
397 struct imx_ele_buf ele_key = { }; in imx_ele_derive_key()
499 struct imx_ele_buf rng = { }; in imx_ele_rng_get_random()