Searched refs:ts_store_handle (Results 1 – 9 of 9) sorted by relevance
| /optee_os/core/include/kernel/ |
| H A D | embedded_ts.h | 23 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 D | ts_store.h | 11 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 D | secstor_ta.c | 12 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 D | embedded_ts.c | 20 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 D | ree_fs_ta.c | 242 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 D | early_ta.c | 30 struct ts_store_handle **h) in early_ta_open()
|
| H A D | ldelf_syscalls.c | 24 struct ts_store_handle *h;
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | secure_partition.c | 479 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 D | attestation.c | 403 struct ts_store_handle *h = NULL; in hash_binary()
|