Lines Matching refs:TEE_Result
32 TEE_Result (*open)(uint32_t file_number, int *fd);
33 TEE_Result (*create)(uint32_t file_number, int *fd);
35 TEE_Result (*remove)(uint32_t file_number);
37 TEE_Result (*read_init)(struct tee_fs_rpc_operation *op, int fd,
39 TEE_Result (*read_final)(struct tee_fs_rpc_operation *op,
42 TEE_Result (*write_init)(struct tee_fs_rpc_operation *op, int fd,
44 TEE_Result (*write_final)(struct tee_fs_rpc_operation *op);
47 TEE_Result tee_tadb_ta_create(const struct tee_tadb_property *property,
49 TEE_Result tee_tadb_ta_write(struct tee_tadb_ta_write *ta, const void *buf,
52 TEE_Result tee_tadb_ta_close_and_commit(struct tee_tadb_ta_write *ta);
54 TEE_Result tee_tadb_ta_delete(const TEE_UUID *uuid);
56 TEE_Result tee_tadb_ta_open(const TEE_UUID *uuid, struct tee_tadb_ta_read **ta);
59 TEE_Result tee_tadb_get_tag(struct tee_tadb_ta_read *ta, uint8_t *tag,
61 TEE_Result tee_tadb_ta_read(struct tee_tadb_ta_read *ta, void *buf_core,