Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/include/
H A Dasan_test.h55 void asan_test_memcpy_dst(struct asan_test_ctx *ctx);
/optee_os/lib/libutils/ext/
H A Dasan_test.c120 void asan_test_memcpy_dst(struct asan_test_ctx *ctx) in asan_test_memcpy_dst() function
/optee_os/core/pta/tests/
H A Dmisc.c687 asan_call_test(&ctx, asan_test_memcpy_dst, "memcpy_dst") || in self_test_asan()