Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Duser_access.h157 TEE_Result bb_strndup_user(const char *src, size_t maxlen, char **dst,
/optee_os/core/kernel/
H A Duser_access.c262 TEE_Result bb_strndup_user(const char *src, size_t maxlen, char **dst, in bb_strndup_user() function
/optee_os/core/pta/
H A Dsystem.c281 res = bb_strndup_user(params[1].memref.buffer, params[1].memref.size, in system_dlsym()