Lines Matching defs:h
242 struct ts_store_handle **h) 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()
531 static TEE_Result check_digest(struct ree_fs_ta_handle *h) in check_digest()
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 */ member
693 struct ts_store_handle **h) in buf_ta_open()
763 static TEE_Result buf_ta_get_size(const struct ts_store_handle *h, in buf_ta_get_size()
772 static TEE_Result buf_ta_read(struct ts_store_handle *h, void *data_core, in buf_ta_read()
795 static TEE_Result buf_ta_get_tag(const struct ts_store_handle *h, in buf_ta_get_tag()
809 static void buf_ta_close(struct ts_store_handle *h) in buf_ta_close()