| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | regression_5000.c | 65 TEEC_SharedMemory *shm, size_t size, in RegisterSharedMemory() 75 TEEC_SharedMemory *shm, size_t size, in AllocateSharedMemory() 97 TEEC_SharedMemory shm = { }; in Allocate_In() 121 TEEC_SharedMemory shm = { }; in Allocate_out_of_memory() 168 TEEC_SharedMemory shm = { }; in Allocate_InOut() 192 TEEC_SharedMemory shm = { }; in Register_In() 218 TEEC_SharedMemory shm = { }; in Register_notZeroLength_Out() 244 TEEC_SharedMemory shm = { }; in Register_InOut() 270 TEEC_SharedMemory shm = { }; in Register_zeroLength_Out() 294 TEEC_SharedMemory shm = { }; in Allocate_Out() [all …]
|
| H A D | sdp_basic.c | 200 TEEC_SharedMemory *shm = malloc(sizeof(*shm)); in tee_register_buffer() 224 TEEC_ReleaseSharedMemory((TEEC_SharedMemory *)shm_ref); in tee_deregister_buffer() 231 TEEC_SharedMemory *shm = (TEEC_SharedMemory *)shm_ref; in inject_sdp_data() 276 TEEC_SharedMemory *shm = (TEEC_SharedMemory *)shm_ref; in transform_sdp_data() 316 TEEC_SharedMemory *shm = (TEEC_SharedMemory *)shm_ref; in dump_sdp_data() 522 TEEC_SharedMemory *in, TEEC_SharedMemory *out, in invoke_out_of_bounds() 580 TEEC_SharedMemory in = { }; in sdp_out_of_bounds_memref_test() 581 TEEC_SharedMemory *out = NULL; in sdp_out_of_bounds_memref_test()
|
| H A D | aes_perf.c | 88 static TEEC_SharedMemory in_shm = { 91 static TEEC_SharedMemory out_shm = { 232 static void register_shm(TEEC_SharedMemory *shm, int fd) in register_shm() 240 static void allocate_shm(TEEC_SharedMemory *shm, size_t sz) in allocate_shm()
|
| H A D | regression_1000.c | 485 TEEC_SharedMemory shm = { }; in xtest_tee_test_invalid_mem_access2() 1034 TEEC_SharedMemory *shm; 1090 TEEC_SharedMemory shm = { }; in xtest_tee_test_1013_single() 1316 TEEC_SharedMemory shm = { }; in xtest_tee_test_1017() 1368 TEEC_SharedMemory *shm) in invoke_1byte_out_of_bounds() 1396 TEEC_SharedMemory shm = { }; in xtest_tee_test_1018() 1910 TEEC_SharedMemory shm = { }; in xtest_tee_test_1025() 2324 TEEC_SharedMemory shm1 = { in xtest_tee_test_1032() 2330 TEEC_SharedMemory shm2 = { in xtest_tee_test_1032()
|
| H A D | sha_perf.c | 30 static TEEC_SharedMemory in_shm = { 33 static TEEC_SharedMemory out_shm = {
|
| /OK3568_Linux_fs/u-boot/include/optee_include/ |
| H A D | tee_client_api.h | 262 } TEEC_SharedMemory; typedef 297 TEEC_SharedMemory *parent; 365 TEEC_SharedMemory memRefs[TEEC_CONFIG_PAYLOAD_REF_COUNT]; 479 TEEC_SharedMemory *sharedMem); 493 TEEC_SharedMemory *sharedMem); 500 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *sharedMemory);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/ |
| H A D | xml_client_api.h | 94 static TEEC_SharedMemory share_mem[4]; 95 static TEEC_SharedMemory *SHARE_MEM01 = share_mem; 96 static TEEC_SharedMemory *SHARE_MEM02 = share_mem + 1; 97 static TEEC_SharedMemory *SHARE_MEM03 = share_mem + 2; 98 static TEEC_SharedMemory *SHARE_MEM04 = share_mem + 3; 99 static TEEC_SharedMemory *SHARE_MEM_NULL_BUFFER; 151 TEEC_SharedMemory *shm, in RegisterSharedMemory() 273 TEEC_SharedMemory *__shm = (void *)(long)shm; \ 292 TEEC_SharedMemory *shm, in TEEC_prepare_OperationEachParameter_memref()
|
| H A D | xml_datastorage_api.h | 219 static TEEC_SharedMemory share_mem[1]; 220 static TEEC_SharedMemory *SHARE_MEM01 = share_mem; 1437 static TEEC_SharedMemory shm_obj_id = { }; in Invoke_CreatePersistentObject() 1438 static TEEC_SharedMemory shm_data = { }; in Invoke_CreatePersistentObject() 1486 static TEEC_SharedMemory shm = { }; in Invoke_OpenPersistentObject() 1609 static TEEC_SharedMemory shm = { }; in Invoke_GetNextPersistentObject_All() 1895 static TEEC_SharedMemory shm_data = { }; in Invoke_StoreBuffer() 1966 static TEEC_SharedMemory shm = { }; in Invoke_StoreAttributeBuffer()
|
| H A D | xml_crypto_api.h | 204 static TEEC_SharedMemory share_mem[6]; 205 static TEEC_SharedMemory *SHARE_MEM01 = share_mem; 206 static TEEC_SharedMemory *SHARE_MEM02 = share_mem + 1; 207 static TEEC_SharedMemory *SHARE_MEM03 = share_mem + 2; 208 static TEEC_SharedMemory *SHARE_MEM04 = share_mem + 3; 209 static TEEC_SharedMemory *SHARE_MEM05 = share_mem + 4; 210 static TEEC_SharedMemory *SHARE_MEM06 = share_mem + 5; 1136 TEEC_SharedMemory shm = { in Invoke_Crypto_GetOperationInfoMultiple() 1243 static TEEC_Result add_be32(uint32_t v, TEEC_SharedMemory *shm, size_t *offs) in add_be32() 1262 TEEC_SharedMemory *shm1, size_t *offs_1, in add_attr() [all …]
|
| H A D | xml_internal_api.h | 94 static TEEC_SharedMemory share_mem[2]; 95 static TEEC_SharedMemory *SHARE_MEM01 = share_mem; 96 static TEEC_SharedMemory *SHARE_MEM02 = share_mem + 1; 648 TEEC_SharedMemory shm = { in Invoke_OpenTASession()
|
| H A D | xml_common_api.h | 204 TEEC_SharedMemory *shm, in AllocateSharedMemory() 224 static TEEC_SharedMemory shm = { }; in GetObjectBufferAttribute_helper()
|
| H A D | xml_timearithm_api.h | 900 TEEC_SharedMemory shm_value = { in Macro_StoreBigInt() 936 TEEC_SharedMemory shm = { in Invoke_BigIntConvertToOctetString() 978 TEEC_SharedMemory shm = { in Invoke_BigIntConvertFromOctetString()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/ |
| H A D | tee_client_api.h | 284 } TEEC_SharedMemory; typedef 319 TEEC_SharedMemory *parent; 497 TEEC_SharedMemory *sharedMem); 511 TEEC_SharedMemory *sharedMem); 518 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *sharedMemory);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/ |
| H A D | tee_client_api.h | 305 } TEEC_SharedMemory; typedef 340 TEEC_SharedMemory *parent; 518 TEEC_SharedMemory *sharedMem); 532 TEEC_SharedMemory *sharedMem); 539 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *sharedMemory);
|
| H A D | tee_client_api_extensions.h | 50 TEEC_SharedMemory *sharedMem,
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/ |
| H A D | tee_client_api.h | 305 } TEEC_SharedMemory; typedef 340 TEEC_SharedMemory *parent; 518 TEEC_SharedMemory *sharedMem); 532 TEEC_SharedMemory *sharedMem); 539 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *sharedMemory);
|
| H A D | tee_client_api_extensions.h | 50 TEEC_SharedMemory *sharedMem,
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/ |
| H A D | tee_client_api.c | 193 TEEC_SharedMemory *shm) in teec_pre_process_tmpref() 253 TEEC_SharedMemory *shm = NULL; in teec_pre_process_whole() 284 TEEC_SharedMemory *shm = NULL; in teec_pre_process_partial() 331 TEEC_SharedMemory *shms) in teec_pre_process_operation() 336 memset(shms, 0, sizeof(TEEC_SharedMemory) * in teec_pre_process_operation() 398 TEEC_SharedMemory *shm) in teec_post_process_tmpref() 413 TEEC_SharedMemory *shm = memref->parent; in teec_post_process_whole() 435 TEEC_SharedMemory *shm = memref->parent; in teec_post_process_partial() 453 TEEC_SharedMemory *shms) in teec_post_process_operation() 495 TEEC_SharedMemory *shms) in teec_free_temp_refs() [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | optee.c | 63 TEEC_SharedMemory SharedMem0 = {0}; in test_secure_storage_default() 78 TEEC_SharedMemory SharedMem1 = {0}; in test_secure_storage_default() 111 TEEC_SharedMemory SharedMem2 = {0}; in test_secure_storage_default() 200 TEEC_SharedMemory SharedMem0 = {0}; in test_secure_storage_security_partition() 215 TEEC_SharedMemory SharedMem1 = {0}; in test_secure_storage_security_partition() 248 TEEC_SharedMemory SharedMem2 = {0}; in test_secure_storage_security_partition()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | keymaster.c | 67 TEEC_SharedMemory SharedMem0 = {0}; in read_from_keymaster() 76 TEEC_SharedMemory SharedMem1 = {0}; in read_from_keymaster() 162 TEEC_SharedMemory SharedMem0 = {0}; in write_to_keymaster() 171 TEEC_SharedMemory SharedMem1 = {0}; in write_to_keymaster()
|
| H A D | write_keybox.c | 32 TEEC_SharedMemory SharedMem0 = {0}; in write_to_security_storage() 33 TEEC_SharedMemory SharedMem1 = {0}; in write_to_security_storage() 132 TEEC_SharedMemory SharedMem0 = {0}; in rk_send_keybox_to_ta() 133 TEEC_SharedMemory SharedMem1 = {0}; in rk_send_keybox_to_ta() 134 TEEC_SharedMemory SharedMem2 = {0}; in rk_send_keybox_to_ta()
|
| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | OpteeClientInterface.c | 141 TEEC_SharedMemory SharedMem0 = {0}; in trusty_base_write_security_data() 152 TEEC_SharedMemory SharedMem1 = {0}; in trusty_base_write_security_data() 242 TEEC_SharedMemory SharedMem0 = {0}; in trusty_base_read_security_data() 253 TEEC_SharedMemory SharedMem1 = {0}; in trusty_base_read_security_data() 496 TEEC_SharedMemory SharedMem0 = {0}; in trusty_base_efuse_or_otp_operation() 668 TEEC_SharedMemory SharedMem = {0}; in trusty_write_oem_ns_otp() 733 TEEC_SharedMemory SharedMem = {0}; in trusty_read_oem_ns_otp() 800 TEEC_SharedMemory SharedMem = {0}; in trusty_write_oem_otp_key() 946 TEEC_SharedMemory SharedMem_config = {0}; in trusty_oem_otp_key_cipher() 1092 TEEC_SharedMemory SharedMem0 = {0}; in trusty_attest_dh() [all …]
|
| H A D | OpteeClientApiLib.c | 208 TEEC_SharedMemory *shared_memory) in TEEC_AllocateSharedMemory() 250 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *shared_memory) in TEEC_ReleaseSharedMemory() 280 TEEC_SharedMemory *shared_memory) in TEEC_RegisterSharedMemory() 299 TEEC_SharedMemory TempSharedMemory; in TEEC_RegisterSharedMemory()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/rk_test/ |
| H A D | rktest.c | 47 TEEC_SharedMemory sm; in invoke_transfer_data() 382 TEEC_SharedMemory sm; in invoke_crypto_hw()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/host/rk_test/ |
| H A D | rktest.c | 19 TEEC_SharedMemory sm; in invoke_transfer_data()
|