Home
last modified time | relevance | path

Searched defs:ts_store_ops (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/include/kernel/
H A Dts_store.h12 struct ts_store_ops { struct
17 const char *description;
21 TEE_Result (*open)(const TEE_UUID *uuid,
27 TEE_Result (*get_size)(const struct ts_store_handle *h,
34 TEE_Result (*get_tag)(const struct ts_store_handle *h,
52 TEE_Result (*read)(struct ts_store_handle *h, void *data_core,
77 struct ts_store_ops) argument