Home
last modified time | relevance | path

Searched refs:TEE_ERROR_ITEM_NOT_FOUND (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/
H A Drktest_property.c48 if (res == TEE_ERROR_ITEM_NOT_FOUND) { in handle_property()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_test/
H A Drktest_property.c48 if (res == TEE_ERROR_ITEM_NOT_FOUND) { in handle_property()
/OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/
H A Drk_avb_ops_user.c109 case TEE_ERROR_ITEM_NOT_FOUND: in rk_avb_read_flash_lock_state()
170 case TEE_ERROR_ITEM_NOT_FOUND: in rk_avb_read_lock_state()
223 case TEE_ERROR_ITEM_NOT_FOUND: in rk_avb_read_perm_attr_flag()
/OK3568_Linux_fs/u-boot/lib/avb/libavb_user/
H A Davb_ops_user.c229 case TEE_ERROR_ITEM_NOT_FOUND: in read_rollback_index()
293 case TEE_ERROR_ITEM_NOT_FOUND: in read_is_device_unlocked()
/OK3568_Linux_fs/u-boot/common/
H A Dkeymaster.c228 if (ret == TEE_ERROR_ITEM_NOT_FOUND) { in trusty_read_oem_unlock()
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_api_defines.h34 #define TEE_ERROR_ITEM_NOT_FOUND 0xFFFF0008 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_api_defines.h32 #define TEE_ERROR_ITEM_NOT_FOUND 0xFFFF0008 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_api_defines.h32 #define TEE_ERROR_ITEM_NOT_FOUND 0xFFFF0008 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtee_api_defines.h32 #define TEE_ERROR_ITEM_NOT_FOUND 0xFFFF0008 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtee_api_defines.h32 #define TEE_ERROR_ITEM_NOT_FOUND 0xFFFF0008 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dtee_api_defines.h53 #define TEE_ERROR_ITEM_NOT_FOUND 0xFFFF0008 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dtee_api_defines.h53 #define TEE_ERROR_ITEM_NOT_FOUND 0xFFFF0008 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_6000.c1317 ADBG_EXPECT_TEEC_RESULT(c, TEE_ERROR_ITEM_NOT_FOUND, in xtest_tee_test_6010_single()
1319 ADBG_EXPECT_TEEC_RESULT(c, TEE_ERROR_ITEM_NOT_FOUND, in xtest_tee_test_6010_single()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c352 if (res == TEE_ERROR_ITEM_NOT_FOUND) in print_properties()