Searched refs:ta (Results 1 – 3 of 3) sorted by relevance
/optee_client-3.20.0/tee-supplicant/src/ |
A D | teec_ta_load.c | 84 const TEEC_UUID *destination, void *ta, in try_load_secure_module() argument 152 if (s > *ta_size || !ta) { in try_load_secure_module() 166 if (s != fread(ta, 1, s, file)) { in try_load_secure_module() 179 const TEEC_UUID *destination, void *ta, in TEECI_LoadSecureModule() argument 186 res = try_load_secure_module(*path, dev_path, destination, ta, in TEECI_LoadSecureModule()
|
A D | teec_ta_load.h | 53 const TEEC_UUID *destination, void *ta,
|
/optee_client-3.20.0/tee-supplicant/ |
A D | CMakeLists.txt | 14 …PATH "/lib" CACHE STRING "Colon-separated list of paths where to look for TAs (see also --ta-dir)")
|
Completed in 3 milliseconds