Home
last modified time | relevance | path

Searched refs:TEE_UUID (Results 1 – 25 of 81) sorted by relevance

1234

/optee_os-3.20.0/core/tee/
A Dtee_time_generic.c14 TEE_UUID uuid;
22 static TEE_Result tee_time_ta_get_offs(const TEE_UUID *uuid, in tee_time_ta_get_offs()
28 if (memcmp(uuid, &tee_time_offs[n].uuid, sizeof(TEE_UUID)) in tee_time_ta_get_offs()
38 static TEE_Result tee_time_ta_set_offs(const TEE_UUID *uuid, in tee_time_ta_set_offs()
45 if (memcmp(uuid, &tee_time_offs[n].uuid, sizeof(TEE_UUID)) in tee_time_ta_set_offs()
65 TEE_Result tee_time_get_ta_time(const TEE_UUID *uuid, TEE_Time *time) in tee_time_get_ta_time()
99 TEE_Result tee_time_set_ta_time(const TEE_UUID *uuid, const TEE_Time *time) in tee_time_set_ta_time()
A Duuid.c10 void tee_uuid_to_octets(uint8_t *d, const TEE_UUID *s) in tee_uuid_to_octets()
23 void tee_uuid_from_octets(TEE_UUID *d, const uint8_t *s) in tee_uuid_from_octets()
A Dtee_supp_plugin_rpc.c18 TEE_Result tee_invoke_supp_plugin_rpc(const TEE_UUID *uuid, uint32_t cmd, in tee_invoke_supp_plugin_rpc()
36 COMPILE_TIME_ASSERT(sizeof(TEE_UUID) == sizeof(uuid_words)); in tee_invoke_supp_plugin_rpc()
/optee_os-3.20.0/core/include/kernel/
A Dembedded_ts.h17 TEE_UUID uuid;
28 TEE_Result emb_ts_open(const TEE_UUID *uuid,
31 (const TEE_UUID *uuid));
A Dtee_time.h13 TEE_Result tee_time_get_ta_time(const TEE_UUID *uuid, TEE_Time *time);
15 TEE_Result tee_time_set_ta_time(const TEE_UUID *uuid, const TEE_Time *time);
A Dldelf_loader.h19 TEE_Result ldelf_dlopen(struct user_mode_ctx *uctx, TEE_UUID *uuid,
21 TEE_Result ldelf_dlsym(struct user_mode_ctx *uctx, TEE_UUID *uuid,
A Duser_ta.h61 TEE_Result tee_ta_init_user_ta_session(const TEE_UUID *uuid,
65 const TEE_UUID *uuid __unused, in tee_ta_init_user_ta_session()
A Dpseudo_ta.h28 TEE_UUID uuid;
60 TEE_Result tee_ta_init_pseudo_ta_session(const TEE_UUID *uuid,
/optee_os-3.20.0/core/include/tee/
A Dtee_fs_key_manager.h19 TEE_Result tee_fs_generate_fek(const TEE_UUID *uuid, void *encrypted_fek,
21 TEE_Result tee_fs_crypt_block(const TEE_UUID *uuid, uint8_t *out,
26 TEE_Result tee_fs_fek_crypt(const TEE_UUID *uuid, TEE_OperationMode mode,
A Duuid.h17 void tee_uuid_to_octets(uint8_t *dst, const TEE_UUID *src);
24 void tee_uuid_from_octets(TEE_UUID *dst, const uint8_t *src);
A Dfs_dirfile.h37 TEE_Result (*open)(bool create, uint8_t *hash, const TEE_UUID *uuid,
95 const TEE_UUID *uuid, const void *oid,
119 const TEE_UUID *uuid,
151 const TEE_UUID *uuid, int *idx, void *oid,
A Dtadb.h23 TEE_UUID uuid;
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);
A Dtee_pobj.h17 TEE_UUID uuid;
34 TEE_Result tee_pobj_get(TEE_UUID *uuid, void *obj_id, uint32_t obj_id_len,
/optee_os-3.20.0/ta/pkcs11/src/
A Dpersistent_token.c302 uuid, sizeof(TEE_UUID))) in get_persistent_obj_idx()
338 TEE_UUID *array, size_t *size) in get_persistent_objects_list()
354 TEE_UUID *uuid) in unregister_persistent_object()
390 idx * sizeof(TEE_UUID)); in unregister_persistent_object()
397 count * sizeof(TEE_UUID)); in unregister_persistent_object()
401 ptr->count * sizeof(TEE_UUID)); in unregister_persistent_object()
416 TEE_UUID *uuid) in register_persistent_object()
430 ((count + 1) * sizeof(TEE_UUID))); in register_persistent_object()
439 count * sizeof(TEE_UUID); in register_persistent_object()
633 TEE_UUID *uuid = NULL; in init_persistent_db()
[all …]
/optee_os-3.20.0/core/arch/arm/plat-vexpress/
A Dvendor_props.c33 uint8_t data[sizeof(TEE_UUID) + ta_endorsement_seed_size]; in get_prop_endorsement()
44 memcpy(data, &sess->ctx->uuid, sizeof(TEE_UUID)); in get_prop_endorsement()
46 if (tee_otp_get_die_id(&data[sizeof(TEE_UUID)], in get_prop_endorsement()
/optee_os-3.20.0/core/include/
A Dsigned_hdr.h111 uint8_t uuid[sizeof(TEE_UUID)];
130 uint8_t uuid[sizeof(TEE_UUID)];
200 uint8_t uuid[sizeof(TEE_UUID)];
201 uint8_t next_uuid[sizeof(TEE_UUID)];
212 const uint8_t next_uuid[sizeof(TEE_UUID)],
/optee_os-3.20.0/ldelf/include/
A Dldelf.h31 TEE_UUID uuid;
81 TEE_UUID uuid; /* in */
85 TEE_UUID uuid; /* in */
/optee_os-3.20.0/ldelf/
A Dta_elf.h95 TEE_UUID uuid;
120 struct ta_elf *ta_elf_find_elf(const TEE_UUID *uuid);
122 void ta_elf_load_main(const TEE_UUID *uuid, uint32_t *is_32bit, uint64_t *sp,
145 TEE_Result ta_elf_add_library(const TEE_UUID *uuid);
A Ddl.c13 TEE_UUID zero = { }; in dlopen_entry()
27 TEE_UUID zero = { }; in dlsym_entry()
/optee_os-3.20.0/lib/libutee/include/
A Dtee_internal_api_extensions.h64 TEE_Result tee_uuid_from_str(TEE_UUID *uuid, const char *s);
77 TEE_Result tee_invoke_supp_plugin(const TEE_UUID *uuid, uint32_t cmd,
/optee_os-3.20.0/core/kernel/
A Dearly_ta.c18 static const struct embedded_ts *find_early_ta(const TEE_UUID *uuid) in find_early_ta()
29 static TEE_Result early_ta_open(const TEE_UUID *uuid, in early_ta_open()
/optee_os-3.20.0/lib/libdl/
A Ddlfcn.c21 const TEE_UUID core_uuid = PTA_SYSTEM_UUID; in invoke_system_pta()
35 TEE_UUID uuid;
44 TEE_UUID uuid = { }; in dlopen()
/optee_os-3.20.0/lib/libutee/
A Dtee_system_pta.c18 static const TEE_UUID uuid = PTA_SYSTEM_UUID; in invoke_system_pta()
81 TEE_Result tee_invoke_supp_plugin(const TEE_UUID *uuid, uint32_t cmd, in tee_invoke_supp_plugin()
96 params[0].memref.size = sizeof(TEE_UUID); in tee_invoke_supp_plugin()
A Dtee_uuid_from_str.c42 TEE_Result tee_uuid_from_str(TEE_UUID *uuid, const char *s) in tee_uuid_from_str()
45 TEE_UUID u = { }; in tee_uuid_from_str()
/optee_os-3.20.0/core/crypto/
A Dsigned_hdr.c185 static TEE_Result calc_next_uuid(uint8_t uuid[sizeof(TEE_UUID)], in calc_next_uuid() argument
186 const uint8_t my_uuid[sizeof(TEE_UUID)], in calc_next_uuid() argument
193 TEE_UUID uuid; in calc_next_uuid()
198 memcpy(uuid, my_uuid, sizeof(TEE_UUID)); in calc_next_uuid()
215 crypto_hash_update(ctx, my_uuid, sizeof(TEE_UUID)) || in calc_next_uuid()
248 const uint8_t next_uuid[sizeof(TEE_UUID)], in shdr_load_pub_key() argument
296 if (next_uuid && memcmp(next_uuid, subkey->uuid, sizeof(TEE_UUID))) { in shdr_load_pub_key()
303 memcpy(key->uuid, subkey->uuid, sizeof(TEE_UUID)); in shdr_load_pub_key()

Completed in 22 milliseconds

1234