Searched refs:TEE_Realloc (Results 1 – 8 of 8) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | handle.c | 59 p = TEE_Realloc(db->ptrs, new_max_ptrs * sizeof(void *)); in handle_get()
|
| H A D | processing_aes.c | 208 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 D | serializer.c | 184 buf = TEE_Realloc(*bstart, nlen); in serialize()
|
| H A D | persistent_token.c | 428 ptr = TEE_Realloc(token->db_objs, in register_persistent_object() 620 ptr = TEE_Realloc(db_objs, size); in init_persistent_db()
|
| H A D | object.c | 481 uint32_t *hdls = TEE_Realloc(find_ctx->handles, in find_ctx_add()
|
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_compat.h | 93 #define TEE_Realloc __GP11_TEE_Realloc macro
|
| H A D | tee_internal_api.h | 123 void *TEE_Realloc(void *buffer, size_t newSize);
|
| /optee_os/lib/libutee/ |
| H A D | tee_api.c | 754 void *TEE_Realloc(void *buffer, size_t newSize) in TEE_Realloc() function 784 return TEE_Realloc(buffer, newSize); in __GP11_TEE_Realloc()
|