Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dhandle.c59 p = TEE_Realloc(db->ptrs, new_max_ptrs * sizeof(void *)); in handle_get()
H A Dprocessing_aes.c208 ptr = TEE_Realloc(ct, ct_size + size); in tee_ae_decrypt_update()
243 ptr = TEE_Realloc(ctx->out_data, (ctx->out_count + 1) * in tee_ae_decrypt_update()
349 tmp_ptr = TEE_Realloc(ctx->out_data, (ctx->out_count + 1) * in tee_ae_decrypt_final()
H A Dserializer.c184 buf = TEE_Realloc(*bstart, nlen); in serialize()
H A Dpersistent_token.c428 ptr = TEE_Realloc(token->db_objs, in register_persistent_object()
620 ptr = TEE_Realloc(db_objs, size); in init_persistent_db()
H A Dobject.c481 uint32_t *hdls = TEE_Realloc(find_ctx->handles, in find_ctx_add()
/optee_os/lib/libutee/include/
H A Dtee_api_compat.h93 #define TEE_Realloc __GP11_TEE_Realloc macro
H A Dtee_internal_api.h123 void *TEE_Realloc(void *buffer, size_t newSize);
/optee_os/lib/libutee/
H A Dtee_api.c754 void *TEE_Realloc(void *buffer, size_t newSize) in TEE_Realloc() function
784 return TEE_Realloc(buffer, newSize); in __GP11_TEE_Realloc()