Searched refs:caamsgtbuf (Results 1 – 5 of 5) sorted by relevance
/optee_os/core/drivers/crypto/caam/include/ |
A D | caam_utils_sgt.h | 60 struct caamsgtbuf { struct 74 enum caam_status caam_sgtbuf_alloc(struct caamsgtbuf *data); 81 void caam_sgtbuf_free(struct caamsgtbuf *data); 90 void caam_sgt_cache_op(enum utee_cache_operation op, struct caamsgtbuf *insgt, 118 void caam_sgt_fill_table(struct caamsgtbuf *sgt); 129 enum caam_status caam_sgt_derive(struct caamsgtbuf *sgt, 130 const struct caamsgtbuf *from, size_t offset, 139 void sgt_entry_trace(unsigned int idx, const struct caamsgtbuf *sgt);
|
A D | caam_utils_dmaobj.h | 23 struct caamsgtbuf sgtbuf;
|
/optee_os/core/drivers/crypto/caam/utils/ |
A D | utils_sgt.c | 18 void caam_sgt_cache_op(enum utee_cache_operation op, struct caamsgtbuf *insgt, in caam_sgt_cache_op() 39 void caam_sgt_fill_table(struct caamsgtbuf *sgt) in caam_sgt_fill_table() 56 enum caam_status caam_sgt_derive(struct caamsgtbuf *sgt, in caam_sgt_derive() 57 const struct caamsgtbuf *from, size_t offset, in caam_sgt_derive() 121 void caam_sgtbuf_free(struct caamsgtbuf *data) in caam_sgtbuf_free() 132 enum caam_status caam_sgtbuf_alloc(struct caamsgtbuf *data) in caam_sgtbuf_alloc()
|
A D | utils_sgt_v2.c | 13 const struct caamsgtbuf *sgt __maybe_unused) in sgt_entry_trace()
|
A D | utils_sgt_v1.c | 16 const struct caamsgtbuf *sgt __maybe_unused) in sgt_entry_trace()
|
Completed in 6 milliseconds