Home
last modified time | relevance | path

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

/optee_test-3.20.0/ta/crypt/
A Dhandle.c20 TEE_Free(db->ptrs); in handle_db_destroy()
21 db->ptrs = NULL; in handle_db_destroy()
37 if (!db->ptrs[n]) { in handle_get()
38 db->ptrs[n] = ptr; in handle_get()
48 p = TEE_Realloc(db->ptrs, new_max_ptrs * sizeof(void *)); in handle_get()
51 db->ptrs = p; in handle_get()
52 TEE_MemFill(db->ptrs + db->max_ptrs, 0, in handle_get()
57 db->ptrs[n] = ptr; in handle_get()
68 p = db->ptrs[handle]; in handle_put()
69 db->ptrs[handle] = NULL; in handle_put()
[all …]
A Dhandle.h11 void **ptrs; member

Completed in 8 milliseconds