Home
last modified time | relevance | path

Searched refs:TA_CRYPT_UUID (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/include/
H A Duser_ta_header_defines.h12 #define TA_UUID TA_CRYPT_UUID
H A Dta_crypt.h12 #define TA_CRYPT_UUID { 0xcb3e5ba0, 0xadf1, 0x11e0, \ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rpc_test/
H A Dta_rpc.c14 static TEE_UUID cryp_uuid = TA_CRYPT_UUID;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_test.c182 const TEEC_UUID crypt_user_ta_uuid = TA_CRYPT_UUID;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c876 static const TEE_UUID crypt_uuid = TA_CRYPT_UUID; in ta_entry_client()