/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_common_api.h | 118 uint32_t org; in Invoke_Simple_Function() local 128 uint32_t org; in Invoke_Simple_Function_v1() local 136 return TEEC_InvokeCommand(sess, cmd, &op, &org); in Invoke_Simple_Function_v1() 145 uint32_t org; in Invoke_Simple_Function_v2() local 155 return TEEC_InvokeCommand(sess, cmd, &op, &org); in Invoke_Simple_Function_v2() 164 uint32_t org; in Invoke_Simple_Function_v3() local 176 return TEEC_InvokeCommand(sess, cmd, &op, &org); in Invoke_Simple_Function_v3() 186 uint32_t org; in Invoke_Simple_Function_v4() local 200 return TEEC_InvokeCommand(sess, cmd, &op, &org); in Invoke_Simple_Function_v4() 223 uint32_t org = 0; in GetObjectBufferAttribute_helper() local [all …]
|
A D | xml_internal_api.h | 277 uint32_t org; in Invoke_GetPropertyAsXXX_withoutEnum() local 302 res = TEEC_InvokeCommand(sess, cmdId, &op, &org); in Invoke_GetPropertyAsXXX_withoutEnum() 334 uint32_t org; in Invoke_MemCompare() local 345 res = TEEC_InvokeCommand(sess, cmdId, &op, &org); in Invoke_MemCompare() 374 uint32_t org; in Invoke_SetInstanceData() local 398 uint32_t org; in Invoke_GetInstanceData() local 434 uint32_t org; in Invoke_ProcessInvokeTAOpenSession() local 475 uint32_t org; in Invoke_CheckMemoryAccessRight() local 527 uint32_t org; in Invoke_AllocatePropertyEnumerator() local 569 uint32_t org; in Invoke_GetPropertyName() local [all …]
|
A D | xml_datastorage_api.h | 1216 uint32_t org; in Invoke_ReadObjectData() local 1267 uint32_t org = 0; in Invoke_RenamePersistentObject() local 1307 uint32_t org; in Invoke_GetObjectInfo1() local 1436 uint32_t org = 0; in Invoke_CreatePersistentObject() local 1485 uint32_t org = 0; in Invoke_OpenPersistentObject() local 1532 uint32_t org = 0; in Invoke_PopulateTransientObject() local 1611 uint32_t org = 0; in Invoke_GetNextPersistentObject_All() local 1633 &op, &org); in Invoke_GetNextPersistentObject_All() 1648 &op, &org); in Invoke_GetNextPersistentObject_All() 1721 uint32_t org = 0; in Invoke_GenerateKey() local [all …]
|
A D | xml_timearithm_api.h | 717 uint32_t org; in Invoke_BigIntGetBit() local 725 res = TEEC_InvokeCommand(sess, cmd, &op, &org); in Invoke_BigIntGetBit() 740 uint32_t org; in Invoke_BigIntGetBitCount() local 747 res = TEEC_InvokeCommand(sess, cmd, &op, &org); in Invoke_BigIntGetBitCount() 899 uint32_t org; in Macro_StoreBigInt() local 922 &op, &org); in Macro_StoreBigInt() 935 uint32_t org; in Invoke_BigIntConvertToOctetString() local 951 res = TEEC_InvokeCommand(sess, cmd_id, &op, &org); in Invoke_BigIntConvertToOctetString() 977 uint32_t org; in Invoke_BigIntConvertFromOctetString() local 998 res = TEEC_InvokeCommand(sess, cmd_id, &op, &org); in Invoke_BigIntConvertFromOctetString()
|
A D | xml_crypto_api.h | 1135 uint32_t org = 0; in Invoke_Crypto_GetOperationInfoMultiple() local 1154 res = TEEC_InvokeCommand(s, cmd, &op, &org); in Invoke_Crypto_GetOperationInfoMultiple() 1303 uint32_t org = 0; in Invoke_Crypto_InitObjectWithKeys() local 1349 res = TEEC_InvokeCommand(s, cmd, &op, &org); in Invoke_Crypto_InitObjectWithKeys() 1447 uint32_t org = 0; in Invoke_Crypto_AEInit() local 1468 res = TEEC_InvokeCommand(s, cmd, &op, &org); in Invoke_Crypto_AEInit() 1484 uint32_t org = 0; in Invoke_Crypto_AEUpdate_for_encryption() local 1510 res = TEEC_InvokeCommand(s, cmd, &op, &org); in Invoke_Crypto_AEUpdate_for_encryption() 3539 uint32_t org = 0; in Invoke_StoreAttributeBuffer() local 3556 res = TEEC_InvokeCommand(sess, cmd, &op, &org); in Invoke_StoreAttributeBuffer()
|
/optee_test-3.20.0/ |
A D | LICENSE.md | 2 [GPL-2.0](http://opensource.org/licenses/GPL-2.0) license. 5 [BSD 2-Clause](http://opensource.org/licenses/BSD-2-Clause) license.
|
/optee_test-3.20.0/host/xtest/ |
A D | regression_6000.c | 84 uint32_t org = 0; in fs_open() local 111 uint32_t org = 0; in fs_create() local 139 uint32_t org = 0; in fs_create_overwrite() local 157 uint32_t org = 0; in fs_close() local 172 uint32_t org = 0; in fs_read() local 195 uint32_t org = 0; in fs_write() local 213 uint32_t org = 0; in fs_seek() local 228 uint32_t org = 0; in fs_unlink() local 241 uint32_t org = 0; in fs_trunc() local 256 uint32_t org = 0; in fs_rename() local [all …]
|
A D | regression_8000.c | 706 uint32_t org = 0; in enc_fs_km_self_test() local 708 res = TEEC_InvokeCommand(sess, CMD_SELF_TESTS, &op, &org); in enc_fs_km_self_test()
|
/optee_test-3.20.0/host/xtest/gp/patches/ |
A D | 0004-TTA_Arithmetical-patch.patch | 2 From: Jens Wiklander <jens.wiklander@linaro.org> 6 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
A D | 0005-GP_defs.h-enable-debug-prints.patch | 2 From: Jens Wiklander <jens.wiklander@linaro.org> 8 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
A D | 0015-Enable-compatibility-with-TEE-Internal-Core-API-v1.1.patch | 2 From: Jens Wiklander <jens.wiklander@linaro.org> 10 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
A D | 0012-TTA_TCF-remove-TEE_MemMove-from-CmdTEEGetPropertyAsX.patch | 2 From: Jerome Forissier <jerome@forissier.org> 13 Signed-off-by: Jerome Forissier <jerome@forissier.org>
|
A D | 0003-TTA_TCF-patch.patch | 2 From: Jens Wiklander <jens.wiklander@linaro.org> 6 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
A D | 0011-TEE_Crypto_API.xml.patch | 2 From: Jens Wiklander <jens.wiklander@linaro.org> 12 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
A D | 0013-Disable-Invoke_GetTAPersistentTimeNotSet_and_SetTAPe.patch | 2 From: Jerome Forissier <jerome@forissier.org> 11 Signed-off-by: Jerome Forissier <jerome@forissier.org>
|
A D | 0014-Pass-upper-32-bits-of-TEE_PropSetHandle-in-value.b.patch | 2 From: Jens Wiklander <jens.wiklander@linaro.org> 10 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
A D | 0007-TTAs-revert-to-v1.1-types.patch | 2 From: Jens Wiklander <jens.wiklander@linaro.org> 8 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
A D | 0008-TEE.xml.patch | 2 From: Jens Wiklander <jens.wiklander@linaro.org> 11 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
A D | 0006-TTA_TCF-fix-CmdTEEGetPropertyA-_withoutEnum.patch | 2 From: Jens Wiklander <jens.wiklander@linaro.org> 9 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
A D | 0009-TEE_Internal_API.xml.patch | 2 From: Jens Wiklander <jens.wiklander@linaro.org> 21 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
A D | 0010-TEE_DataStorage_API.xml.patch | 2 From: Jens Wiklander <jens.wiklander@linaro.org> 15 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
A D | 0002-TTAs-add-files-needed-to-compile.patch | 2 From: Jens Wiklander <jens.wiklander@linaro.org> 6 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|