Home
last modified time | relevance | path

Searched refs:id (Results 1 – 12 of 12) sorted by relevance

/optee_client/tee-supplicant/src/
A Dprof.c54 int id = 0; in prof_process() local
67 id = params[0].a; in prof_process()
82 if (id < 0 || id > 100) in prof_process()
86 if (!id) { in prof_process()
89 id = 1; in prof_process()
93 if (id > 1) { in prof_process()
98 if (id > 100) in prof_process()
99 id = 100; /* Avoid GCC truncation warning */ in prof_process()
100 snprintf(vers, sizeof(vers), ".%d", id - 1); in prof_process()
123 params[0].a = id; in prof_process()
[all …]
A Dtee_supplicant.c76 int id; member
165 while (tshm && tshm->id != id) in find_tshm()
173 static struct tee_shm *pop_tshm(int id) in pop_tshm() argument
184 if (tshm->id == id) { in pop_tshm()
194 } while (tshm->id != id); in pop_tshm()
337 shm->id = data.id; in alloc_shm()
372 shm->id = data.id; in register_local_shm()
395 val->c = shm->id; in process_alloc()
405 int id = 0; in process_free() local
410 id = val->b; in process_free()
[all …]
A Dtee_socket.c76 uint32_t id; member
100 if (si->id == instance_id) in sock_instance_find()
133 si->id = instance_id; in sock_handle_get()
333 si->id, handle, fd, strerror(errno)); in sock_close_cb()
A Drpmb.c155 static int id; in mmc_rpmb_fd() local
171 id = dev_id; in mmc_rpmb_fd()
173 if (id != dev_id) { in mmc_rpmb_fd()
/optee_client/libckteec/include/
A Dck_debug.h12 const char *ckr2str(CK_RV id);
15 const char *ckm2str(CK_MECHANISM_TYPE id);
33 const char *cka2str(CK_ATTRIBUTE_TYPE id);
36 const char *cko2str(CK_OBJECT_CLASS id);
39 const char *ckk2str(CK_KEY_TYPE id);
A Dpkcs11_ta.h1018 uint32_t id; member
/optee_client/libckteec/src/
A Dck_debug.c14 #define CK2STR_ENTRY(id) case id: return #id argument
16 const char *ckr2str(CK_RV id) in ckr2str() argument
18 switch (id) { in ckr2str()
114 if (id & CKR_VENDOR_DEFINED) in ckr2str()
123 switch (id) { in ckm2str()
209 if (id & CKM_VENDOR_DEFINED) in ckm2str()
307 switch (id) { in cka2str()
414 if (id & CKA_VENDOR_DEFINED) in cka2str()
423 switch (id) { in cko2str()
439 const char *ckk2str(CK_KEY_TYPE id) in ckk2str() argument
[all …]
A Dserialize_ck.c54 CK_ULONG id; member
277 out->type = in->id; in deserialize_ck_attribute()
/optee_client/libteec/src/
A Dtee_client_api.c140 *id = data.id; in teec_shm_alloc()
156 *id = data.id; in teec_shm_register()
224 shm->id = -1; in teec_pre_process_tmpref()
275 MEMREF_SHM_ID(param) = shm->id; in teec_pre_process_whole()
342 shms[n].id = -1; in teec_pre_process_operation()
816 &shm->id); in TEEC_RegisterSharedMemory()
839 shm->id = -1; in TEEC_RegisterSharedMemory()
874 shm->id = data.id; in TEEC_RegisterSharedMemoryFileDescriptor()
915 shm->id = -1; in TEEC_AllocateSharedMemory()
929 if (!shm || shm->id == -1) in TEEC_ReleaseSharedMemory()
[all …]
/optee_client/public/
A Dtee_bench.h37 #define BENCHMARK_CMD(id) (0xFA190000 | ((id) & 0xFFFF)) argument
A Dtee_client_api.h297 int id; member
/optee_client/libteec/include/linux/
A Dtee.h107 __s32 id; member
139 __s32 id; member
367 __s32 id; member

Completed in 31 milliseconds