Home
last modified time | relevance | path

Searched refs:ts_store_handle (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/include/kernel/
H A Dembedded_ts.h23 struct ts_store_handle;
25 TEE_Result emb_ts_read(struct ts_store_handle *h, void *data_core,
27 void emb_ts_close(struct ts_store_handle *h);
30 struct ts_store_handle **h,
33 TEE_Result emb_ts_get_size(const struct ts_store_handle *h, size_t *size);
34 TEE_Result emb_ts_get_tag(const struct ts_store_handle *h,
H A Dts_store.h11 struct ts_store_handle;
22 struct ts_store_handle **h);
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,
57 void (*close)(struct ts_store_handle *h);
/optee_os/core/kernel/
H A Dsecstor_ta.c12 struct ts_store_handle **handle) in secstor_ta_open()
33 *handle = (struct ts_store_handle *)ta; in secstor_ta_open()
41 static TEE_Result secstor_ta_get_size(const struct ts_store_handle *h, in secstor_ta_get_size()
52 static TEE_Result secstor_ta_get_tag(const struct ts_store_handle *h, in secstor_ta_get_tag()
58 static TEE_Result secstor_ta_read(struct ts_store_handle *h, void *data_core, in secstor_ta_read()
73 static void secstor_ta_close(struct ts_store_handle *h) in secstor_ta_close()
H A Dembedded_ts.c20 struct ts_store_handle { struct
56 struct ts_store_handle **h, in emb_ts_open()
60 struct ts_store_handle *handle = NULL; in emb_ts_open()
83 TEE_Result emb_ts_get_size(const struct ts_store_handle *h, size_t *size) in emb_ts_get_size()
95 TEE_Result emb_ts_get_tag(const struct ts_store_handle *h, in emb_ts_get_tag()
122 static TEE_Result read_uncompressed(struct ts_store_handle *h, void *data_core, in read_uncompressed()
142 static TEE_Result read_compressed(struct ts_store_handle *h, void *data_core, in read_compressed()
208 TEE_Result emb_ts_read(struct ts_store_handle *h, void *data_core, in emb_ts_read()
217 void emb_ts_close(struct ts_store_handle *h) in emb_ts_close()
H A Dree_fs_ta.c242 struct ts_store_handle **h) in ree_fs_ta_open()
486 *h = (struct ts_store_handle *)handle; in ree_fs_ta_open()
506 static TEE_Result ree_fs_ta_get_size(const struct ts_store_handle *h, in ree_fs_ta_get_size()
515 static TEE_Result ree_fs_ta_get_tag(const struct ts_store_handle *h, in ree_fs_ta_get_tag()
552 static TEE_Result ree_fs_ta_read(struct ts_store_handle *h, void *data_core, in ree_fs_ta_read()
648 static void ree_fs_ta_close(struct ts_store_handle *h) in ree_fs_ta_close()
683 struct ts_store_handle *h; /* Note: a REE FS TA store handle */
693 struct ts_store_handle **h) in buf_ta_open()
750 *h = (struct ts_store_handle *)handle; in buf_ta_open()
763 static TEE_Result buf_ta_get_size(const struct ts_store_handle *h, in buf_ta_get_size()
[all …]
H A Dearly_ta.c30 struct ts_store_handle **h) in early_ta_open()
H A Dldelf_syscalls.c24 struct ts_store_handle *h;
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c479 struct ts_store_handle **handle) in sp_binary_open()
500 struct ts_store_handle *handle = NULL; in load_binary_sp()
2125 struct ts_store_handle **h) in secure_partition_open()
/optee_os/core/pta/
H A Dattestation.c403 struct ts_store_handle *h = NULL; in hash_binary()