Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/p73/pal/
DphNxpEsePal.h215 void* phPalEse_memalloc(uint32_t size);
DphNxpEsePal.cpp265 void* phPalEse_memalloc(uint32_t size) { return malloc(size); } in phPalEse_memalloc() function
/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEse_Api.cpp1088 return phPalEse_memalloc(size); in phNxpEse_memalloc()