Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/
A Dtee_api.c399 void *TEE_Malloc(uint32_t len, uint32_t hint) in TEE_Malloc() argument
404 if (hint == TEE_MALLOC_FILL_ZERO) in TEE_Malloc()
406 else if (hint == TEE_USER_MEM_HINT_NO_FILL_ZERO) in TEE_Malloc()
409 EMSG("Invalid hint %#" PRIx32, hint); in TEE_Malloc()
/optee_os-3.20.0/lib/libutee/include/
A Dtee_internal_api.h94 void *TEE_Malloc(uint32_t size, uint32_t hint);
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog1538 * Fix a flawed bounds check in server PSK hint parsing. In case the

Completed in 10 milliseconds