Searched refs:p1 (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/pta/tests/ |
A D | misc.c | 327 r = (p1 && p2 && malloc_buffer_is_within_alloced(p1, 1024) && in self_test_malloc() 339 p1 = NULL; in self_test_malloc() 353 free(p1); in self_test_malloc() 356 p1 = NULL; in self_test_malloc() 394 free(p1); in self_test_malloc() 397 p1 = NULL; in self_test_malloc() 459 p1 = NULL; in self_test_nex_malloc() 473 nex_free(p1); in self_test_nex_malloc() 476 p1 = NULL; in self_test_nex_malloc() 514 nex_free(p1); in self_test_nex_malloc() [all …]
|
/optee_os-3.20.0/lib/libutils/ext/ |
A D | consttime_memcmp.c | 36 int consttime_memcmp(const void *p1, const void *p2, size_t nb) { in consttime_memcmp() argument 37 const unsigned char *ucp1 = p1; in consttime_memcmp()
|
A D | fault_mitigation.c | 64 const void *p1, const void *p2, in ___ftmn_callee_done_memcmp() argument 72 res2 = my_memcmp(p1, p2, nb); in ___ftmn_callee_done_memcmp() 139 const void *p1, const void *p2, in ___ftmn_set_check_res_memcmp() argument 147 res2 = my_memcmp(p1, p2, nb); in ___ftmn_set_check_res_memcmp()
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | fault_mitigation.h | 130 typedef int (*ftmn_memcmp_t)(const void *p1, const void *p2, size_t nb); 225 const void *p1, const void *p2, size_t nb); 240 const void *p1, const void *p2, size_t nb); 331 const void *p1, const void *p2, size_t nb) in __ftmn_callee_done_memcmp() argument 333 int res = my_memcmp(p1, p2, nb); in __ftmn_callee_done_memcmp() 337 p1, p2, nb); in __ftmn_callee_done_memcmp() 514 #define FTMN_CALLEE_DONE_MEMCMP(my_memcmp, p1, p2, nb) \ argument 517 (p1), (p2), (nb)) 590 const void *p1, const void *p2, in ftmn_set_check_res_memcmp() argument 593 int res = my_memcmp(p1, p2, nb); in ftmn_set_check_res_memcmp() [all …]
|
A D | string_ext.h | 25 int consttime_memcmp(const void *p1, const void *p2, size_t nb);
|
Completed in 7 milliseconds