Searched refs:b2 (Results 1 – 3 of 3) sorted by relevance
| /optee_test/ta/crypt/ |
| A D | cryp_taf.c | 723 void *b2 = NULL; in ta_entry_ae_encrypt_final() local 734 if (!b2) in ta_entry_ae_encrypt_final() 744 params[1].memref.size, b2, in ta_entry_ae_encrypt_final() 748 if (b2) in ta_entry_ae_encrypt_final() 749 TEE_MemMove(params[2].memref.buffer, b2, in ta_entry_ae_encrypt_final() 756 TEE_Free(b2); in ta_entry_ae_encrypt_final() 765 void *b2 = NULL; in ta_entry_ae_decrypt_final() local 776 if (!b2) in ta_entry_ae_decrypt_final() 787 params[1].memref.size, b2, in ta_entry_ae_decrypt_final() 790 if (!res && b2) in ta_entry_ae_decrypt_final() [all …]
|
| /optee_test/host/xtest/gp/include/ |
| A D | xml_common_api.h | 161 uint32_t b1, uint32_t a2, uint32_t b2) in Invoke_Simple_Function_v3() argument 171 op.params[2].value.b = b2; in Invoke_Simple_Function_v3() 182 uint32_t b1, uint32_t a2, uint32_t b2, uint32_t a3, in Invoke_Simple_Function_v4() argument 193 op.params[2].value.b = b2; in Invoke_Simple_Function_v4()
|
| /optee_test/ta/storage/ |
| A D | storage.c | 352 void *b2 = NULL; in ta_storage_cmd_next_enum() local 379 b2 = TEE_Malloc(params[2].memref.size, 0); in ta_storage_cmd_next_enum() 380 if (!b2) { in ta_storage_cmd_next_enum() 385 res = TEE_GetNextPersistentObject(oe, obj, b2, ¶ms[2].memref.size); in ta_storage_cmd_next_enum() 389 TEE_MemMove(params[2].memref.buffer, b2, params[2].memref.size); in ta_storage_cmd_next_enum() 393 TEE_Free(b2); in ta_storage_cmd_next_enum()
|
Completed in 10 milliseconds