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/
H A Dutils_mem.c19 #define MEM_TYPE_ZEROED BIT(0) /* Buffer filled with 0's */ macro
67 if (type & MEM_TYPE_ZEROED) in mem_alloc()
120 return mem_alloc(size, MEM_TYPE_ZEROED); in caam_calloc()
125 return mem_alloc(size, MEM_TYPE_ZEROED | MEM_TYPE_ALIGN); in caam_calloc_align()
136 MEM_TYPE_ZEROED | MEM_TYPE_ALIGN); in caam_calloc_desc()
152 return mem_alloc_buf(buf, size, MEM_TYPE_ZEROED); in caam_calloc_buf()
157 return mem_alloc_buf(buf, size, MEM_TYPE_ZEROED | MEM_TYPE_ALIGN); in caam_calloc_align_buf()