Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/utils/
A Dutils_mem.c18 #define MEM_TYPE_ZEROED BIT(0) /* Buffer filled with 0's */ macro
66 if (type & MEM_TYPE_ZEROED) in mem_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()
135 MEM_TYPE_ZEROED | MEM_TYPE_ALIGN); in caam_calloc_desc()
151 return mem_alloc_buf(buf, size, MEM_TYPE_ZEROED); in caam_calloc_buf()
156 return mem_alloc_buf(buf, size, MEM_TYPE_ZEROED | MEM_TYPE_ALIGN); in caam_calloc_align_buf()

Completed in 2 milliseconds