Home
last modified time | relevance | path

Searched refs:TEEC_ERROR_ITEM_NOT_FOUND (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/
H A Dtee_client_api.h169 #define TEEC_ERROR_ITEM_NOT_FOUND 0xFFFF0008 macro
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_client_api.h145 #define TEEC_ERROR_ITEM_NOT_FOUND 0xFFFF0008 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dtee_client_api.h177 #define TEEC_ERROR_ITEM_NOT_FOUND 0xFFFF0008 macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/
H A Dtee_client_api.h177 #define TEEC_ERROR_ITEM_NOT_FOUND 0xFFFF0008 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_1000.c241 if (res == TEEC_ERROR_ITEM_NOT_FOUND) { in xtest_tee_test_1001()
266 if (res == TEEC_ERROR_ITEM_NOT_FOUND) { in xtest_tee_test_1002()
375 if (res == TEEC_ERROR_ITEM_NOT_FOUND) { in xtest_tee_test_1003()
681 if (ADBG_EXPECT_TEEC_RESULT(c, TEEC_ERROR_ITEM_NOT_FOUND, in test_1008_corrupt_ta()
1274 if (res == TEEC_ERROR_ITEM_NOT_FOUND) { in xtest_tee_test_1015()
1529 if (res == TEEC_ERROR_ITEM_NOT_FOUND) { in xtest_tee_test_1020()
2005 if (res == TEEC_ERROR_ITEM_NOT_FOUND) { in xtest_tee_test_1025()
2465 ADBG_EXPECT_TEEC_RESULT(c, TEEC_ERROR_ITEM_NOT_FOUND, in xtest_tee_test_1033()
H A Dxtest_test.c44 ADBG_ENUM_TABLE_ENTRY(TEEC_ERROR_ITEM_NOT_FOUND),
H A Dregression_6000.c918 if (!ADBG_EXPECT_TEEC_RESULT(c, TEEC_ERROR_ITEM_NOT_FOUND, in xtest_tee_test_6006_single()
1081 if (!ADBG_EXPECT_TEEC_RESULT(c, TEEC_ERROR_ITEM_NOT_FOUND, in xtest_tee_test_6009_single()
1496 if (!ADBG_EXPECT_TEEC_RESULT(c, TEEC_ERROR_ITEM_NOT_FOUND, in xtest_tee_test_6015_single()
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientApiLib.c153 teecresult = TEEC_ERROR_ITEM_NOT_FOUND; in TEEC_InitializeContext()
H A DOpteeClientRPC.c120 TeecResult = TEEC_ERROR_ITEM_NOT_FOUND; in OpteeRpcCmdLoadTa()
H A DOpteeClientRkNewFs_v2.c898 return TEEC_ERROR_ITEM_NOT_FOUND; in ree_fs_new_open()
1240 return TEEC_ERROR_ITEM_NOT_FOUND; in ree_fs_new_rename()
H A DOpteeClientRkNewFs_v1.c984 return TEEC_ERROR_ITEM_NOT_FOUND; in ree_fs_new_open()
1380 return TEEC_ERROR_ITEM_NOT_FOUND; in ree_fs_new_rename()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dtee_client_api.c180 return TEEC_ERROR_ITEM_NOT_FOUND; in TEEC_InitializeContext()