Searched refs:TEE_Realloc (Results 1 – 6 of 6) sorted by relevance
57 p = TEE_Realloc(db->ptrs, new_max_ptrs * sizeof(void *)); in handle_get()
184 buf = TEE_Realloc(*bstart, nlen); in serialize()
428 ptr = TEE_Realloc(token->db_objs, in register_persistent_object()618 ptr = TEE_Realloc(db_objs, size); in init_persistent_db()
474 uint32_t *hdls = TEE_Realloc(find_ctx->handles, in find_ctx_add()
414 void *TEE_Realloc(void *buffer, uint32_t newSize) in TEE_Realloc() function
96 void *TEE_Realloc(void *buffer, uint32_t newSize);
Completed in 8 milliseconds