Searched refs:imx_ele_buf_alloc (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/drivers/crypto/ele/include/ |
| H A D | memutils.h | 42 TEE_Result imx_ele_buf_alloc(struct imx_ele_buf *ele_buf, const uint8_t *buf,
|
| /optee_os/core/drivers/crypto/ele/ |
| H A D | ele.c | 333 res = imx_ele_buf_alloc(&output, NULL, sizeof(*rsp)); in imx_ele_get_device_info() 404 res = imx_ele_buf_alloc(&ele_ctx, ctx, ctx_size); in imx_ele_derive_key() 408 res = imx_ele_buf_alloc(&ele_key, key, key_size); in imx_ele_derive_key() 516 res = imx_ele_buf_alloc(&rng, NULL, size); in imx_ele_rng_get_random()
|
| H A D | memutils.c | 18 TEE_Result imx_ele_buf_alloc(struct imx_ele_buf *ele_buf, const uint8_t *buf, in imx_ele_buf_alloc() function
|