Searched refs:buf0_sz (Results 1 – 1 of 1) sorted by relevance
40 const void *buf0, size_t buf0_sz, in alloc_and_get() argument48 if (ADD_OVERFLOW(buf0_sz, size, &sz)) in alloc_and_get()66 TEE_MemMove(ptr, buf0, buf0_sz); in alloc_and_get()67 TEE_MemMove(ptr + buf0_sz, src, size); in alloc_and_get()
Completed in 2 milliseconds