Home
last modified time | relevance | path

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

/optee_os-3.20.0/ta/pkcs11/src/
A Dserializer.c40 const void *buf0, size_t buf0_sz, in alloc_and_get() argument
48 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