Home
last modified time | relevance | path

Searched refs:read_func (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutils/ext/
H A Dasan_test.c76 ctx->read_func((char *)asan_test_sgbuf_ro, in asan_test_global_ro()
152 ctx->read_func = asan_out_of_bounds_read; in asan_test_init()
/optee_os/lib/libutils/ext/include/
H A Dasan_test.h19 char (*read_func)(char *buf, size_t pos); member