Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/caam/utils/
A Dutils_mem.c39 static void *mem_alloc(size_t size, uint8_t type) in mem_alloc() function
96 buf->data = mem_alloc(size, type); in mem_alloc_buf()
114 return mem_alloc(size, MEM_TYPE_NORMAL); in caam_alloc()
119 return mem_alloc(size, MEM_TYPE_ZEROED); in caam_calloc()
124 return mem_alloc(size, MEM_TYPE_ZEROED | MEM_TYPE_ALIGN); in caam_calloc_align()
134 return mem_alloc(DESC_SZBYTES(nbentries), in caam_calloc_desc()

Completed in 2 milliseconds