Searched refs:p1 (Results 1 – 6 of 6) sorted by relevance
325 r = (p1 && p2 && malloc_buffer_is_within_alloced(p1, 1024) && in self_test_malloc()337 p1 = NULL; in self_test_malloc()351 free(p1); in self_test_malloc()354 p1 = NULL; in self_test_malloc()392 free(p1); in self_test_malloc()395 p1 = NULL; in self_test_malloc()457 p1 = NULL; in self_test_nex_malloc()471 nex_free(p1); in self_test_nex_malloc()474 p1 = NULL; in self_test_nex_malloc()512 nex_free(p1); in self_test_nex_malloc()[all …]
36 int consttime_memcmp(const void *p1, const void *p2, size_t nb) { in consttime_memcmp() argument37 const unsigned char *ucp1 = p1; in consttime_memcmp()
25 int consttime_memcmp(const void *p1, const void *p2, size_t nb);
86 const unsigned char *p1 = (const unsigned char*) v1; in mbedtls_constant_time_memcmp() local92 diff |= p1[i] ^ p2[i]; in mbedtls_constant_time_memcmp()
Completed in 7 milliseconds