Searched refs:TEEC_UUID (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | OpteeClientLoadTa.c | 14 int is_uuid_equal(TEEC_UUID uuid1, TEEC_UUID uuid2) in is_uuid_equal() 33 void tee_uuid_from_octets(TEEC_UUID *d, const uint8_t *s) in tee_uuid_from_octets() 48 TEEC_UUID uuid; in search_ta() 49 TEEC_UUID ta_uuid; in search_ta() 77 memcpy(&uuid, uuid_octets, sizeof(TEEC_UUID)); in search_ta()
|
| H A D | OpteeClientInterface.c | 113 TEEC_UUID tempuuid = { 0x1b484ea5, 0x698b, 0x4142, in trusty_base_write_security_data() 115 TEEC_UUID *TeecUuid = &tempuuid; in trusty_base_write_security_data() 216 TEEC_UUID tempuuid = { 0x1b484ea5, 0x698b, 0x4142, in trusty_base_read_security_data() 218 TEEC_UUID *TeecUuid = &tempuuid; in trusty_base_read_security_data() 314 TEEC_UUID tempuuid = { 0x1b484ea5, 0x698b, 0x4142, in trusty_base_end_security_data() 316 TEEC_UUID *TeecUuid = &tempuuid; in trusty_base_end_security_data() 362 TEEC_UUID tempuuid = { 0x1b484ea5, 0x698b, 0x4142, in trusty_notify_always_use_security() 364 TEEC_UUID *TeecUuid = &tempuuid; in trusty_notify_always_use_security() 490 TEEC_UUID tempuuid = { 0x2d26d8a8, 0x5134, 0x4dd8, in trusty_base_end_efuse_or_otp() 493 TEEC_UUID *TeecUuid = &tempuuid; in trusty_base_end_efuse_or_otp() [all …]
|
| H A D | OpteeClientSMC.c | 24 void tee_uuid_to_octets(uint8_t *d, const TEEC_UUID *s) in tee_uuid_to_octets() 46 const TEEC_UUID *destination, in TEEC_SMC_OpenSession()
|
| H A D | OpteeClientApiLib.c | 326 const TEEC_UUID *destination, in TEEC_OpenSession()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | keymaster.c | 24 TEEC_UUID tempuuid = { 0x1b484ea5, in read_from_keymaster() 31 TEEC_UUID *TeecUuid = &tempuuid; in read_from_keymaster() 124 TEEC_UUID tempuuid = { 0x1b484ea5, in write_to_keymaster() 131 TEEC_UUID *TeecUuid = &tempuuid; in write_to_keymaster()
|
| H A D | write_keybox.c | 38 TEEC_UUID tempuuid = { 0x1b484ea5, in write_to_security_storage() 45 TEEC_UUID *TeecUuid = &tempuuid; in write_to_security_storage() 124 TEEC_UUID uuid, in rk_send_keybox_to_ta() 132 TEEC_UUID *TeecUuid = &uuid; in rk_send_keybox_to_ta() 280 TEEC_UUID widevine_uuid = { 0x1b484ea5, 0x698b, 0x4142, in write_keybox_to_secure_storage()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | optee.c | 20 TEEC_UUID tempuuid = { 0x1b484ea5, 0x698b, 0x4142, in test_secure_storage_default() 22 TEEC_UUID *TeecUuid = &tempuuid; in test_secure_storage_default() 162 TEEC_UUID tempuuid = { 0x1b484ea5, 0x698b, 0x4142, in test_secure_storage_security_partition() 164 TEEC_UUID *TeecUuid = &tempuuid; in test_secure_storage_security_partition()
|
| /rk3399_rockchip-uboot/include/optee_include/ |
| H A D | tee_client_api.h | 231 } TEEC_UUID; typedef 430 const TEEC_UUID *destination,
|
| H A D | OpteeClientSMC.h | 15 const TEEC_UUID * destination,
|