Home
last modified time | relevance | path

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

/optee_examples/secure_storage/ta/
A Dsecure_storage_ta.c43 size_t obj_id_sz; in delete_object() local
51 obj_id_sz = params[0].memref.size; in delete_object()
52 obj_id = TEE_Malloc(obj_id_sz, 0); in delete_object()
62 obj_id, obj_id_sz, in delete_object()
88 size_t obj_id_sz; in create_raw_object() local
99 obj_id_sz = params[0].memref.size; in create_raw_object()
100 obj_id = TEE_Malloc(obj_id_sz, 0); in create_raw_object()
121 obj_id, obj_id_sz, in create_raw_object()
157 size_t obj_id_sz; in read_raw_object() local
167 obj_id_sz = params[0].memref.size; in read_raw_object()
[all …]

Completed in 9 milliseconds