Home
last modified time | relevance | path

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

/optee_test-3.20.0/ta/sims/
A Dta_sims.c92 uint32_t index = 0; in sims_read() local
100 index = params[0].value.a; in sims_read()
101 if (index >= TA_SIMS_MAX_STORAGE) in sims_read()
121 uint32_t index = 0; in sims_write() local
128 index = params[0].value.a; in sims_write()
129 if (index >= TA_SIMS_MAX_STORAGE) in sims_write()
132 if (storage[index].data != NULL) in sims_write()
133 TEE_Free(storage[index].data); in sims_write()
136 if (storage[index].data == NULL) { in sims_write()
137 storage[index].size = 0; in sims_write()
[all …]
/optee_test-3.20.0/host/xtest/
A Dxtest_main.c133 int index = 0; in main() local
208 for (index = last_gen_option; index < argc; index++) { in main()
209 if (!strcmp(argv[index], "-x")) { in main()
213 printf("Test ID: %s%s\n", exclusion ? "-x " : "", argv[index]); in main()
/optee_test-3.20.0/host/xtest/gp/patches/
A D0002-TTAs-add-files-needed-to-compile.patch142 index 000000000000..3d6ef1d53c78
152 index 000000000000..20d98a04cd81
160 index 000000000000..46f37849c7b8
169 index 000000000000..fa248c666f4f
216 index 000000000000..ba45ad4dfaac
224 index 000000000000..fa4fa3f01460
233 index 000000000000..65a6b262cfbd
275 index 000000000000..664f85aeeabf
326 index 000000000000..b85d23b0be11
334 index 000000000000..810273e471cf
[all …]
A D0007-TTAs-revert-to-v1.1-types.patch17 index 11de643f586d..d17448e878ca 100644
39 index 51c827cdb796..13f816d8f0ae 100644
52 index 31efbbb01710..d828e7b4e383 100644
68 index 8d1df25dea69..14e642cd6193 100644
A D0004-TTA_Arithmetical-patch.patch12 index 063f4b59e218..13cb801eeb20 100644
A D0005-GP_defs.h-enable-debug-prints.patch14 index 3d6ef1d53c78..91995187cae2 100644
A D0015-Enable-compatibility-with-TEE-Internal-Core-API-v1.1.patch16 index b8ce142bcf0a..0f8cc7d01314 100644
A D0012-TTA_TCF-remove-TEE_MemMove-from-CmdTEEGetPropertyAsX.patch19 index 14e642c..0c7c743 100644
A D0003-TTA_TCF-patch.patch12 index 688e8cf74597..f46667883162 100644
A D0011-TEE_Crypto_API.xml.patch18 index 11013c152fb2..b8246376866e 100644
A D0013-Disable-Invoke_GetTAPersistentTimeNotSet_and_SetTAPe.patch17 index 7d905dc..8c17155 100644
A D0014-Pass-upper-32-bits-of-TEE_PropSetHandle-in-value.b.patch16 index 0c7c743b34f9..30ba37788662 100644
A D0008-TEE.xml.patch17 index 85cd81818f5f..e59c4df02d3c 100644
A D0006-TTA_TCF-fix-CmdTEEGetPropertyA-_withoutEnum.patch15 index b7c44c67fe32..8d1df25dea69 100644
A D0009-TEE_Internal_API.xml.patch27 index f9824238451a..0e96e3bde8e9 100644
A D0010-TEE_DataStorage_API.xml.patch21 index db43d7b71ebc..69305a880a9f 100644
/optee_test-3.20.0/host/openssl/include/openssl/
A Dtxt_db.h86 LHASH_OF(OPENSSL_STRING) **index;

Completed in 14 milliseconds