Home
last modified time | relevance | path

Searched refs:timeHiAndVersion (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_uuid_helpers.c67 u.timeHiAndVersion = parse_hex(p, 4, &res); in xtest_uuid_from_str()
104 be16 = htobe16(ns->timeHiAndVersion); in xtest_uuid_v5()
147 uuid->timeHiAndVersion = be16toh(be16); in xtest_uuid_v5()
H A Dregression_1000.c609 TA_DIR, uuid->timeLow, uuid->timeMid, uuid->timeHiAndVersion, in open_ta_file()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_internal_api.h428 swapped_uuid.timeHiAndVersion = htons(swapped_uuid.timeHiAndVersion); in Invoke_ProcessInvokeTAOpenSession()
656 swapped_uuid.timeHiAndVersion = htons(swapped_uuid.timeHiAndVersion); in Invoke_OpenTASession()
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientSMC.c32 d[6] = s->timeHiAndVersion >> 8; in tee_uuid_to_octets()
33 d[7] = s->timeHiAndVersion; in tee_uuid_to_octets()
H A DOpteeClientRPC.c63 c = (uuid1.timeHiAndVersion == uuid2.timeHiAndVersion); in is_uuid_equal()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dtee_api_types.h47 uint16_t timeHiAndVersion; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_api_types.h25 uint16_t timeHiAndVersion; member
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_api_types.h25 uint16_t timeHiAndVersion; member
H A Dtee_client_api.h229 uint16_t timeHiAndVersion; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtee_api_types.h25 uint16_t timeHiAndVersion; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtee_api_types.h25 uint16_t timeHiAndVersion; member
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dtee_api_types.h47 uint16_t timeHiAndVersion; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_api_types.h25 uint16_t timeHiAndVersion; member
/OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/
H A Dtee_client_api.h254 uint16_t timeHiAndVersion; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dtee_client_api.h270 uint16_t timeHiAndVersion; member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/
H A Dtee_client_api.h270 uint16_t timeHiAndVersion; member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dtee_client_api.c533 d[6] = s->timeHiAndVersion >> 8; in uuid_to_octets()
534 d[7] = s->timeHiAndVersion; in uuid_to_octets()