Searched refs:p2 (Results 1 – 6 of 6) sorted by relevance
321 p2 = malloc(1024); in self_test_malloc()340 free(p2); in self_test_malloc()341 p2 = malloc(1024); in self_test_malloc()345 r = (p2 && p3); in self_test_malloc()352 free(p2); in self_test_malloc()355 p2 = NULL; in self_test_malloc()441 p2 = nex_malloc(1024); in self_test_nex_malloc()460 nex_free(p2); in self_test_nex_malloc()465 r = (p2 && p3); in self_test_nex_malloc()472 nex_free(p2); in self_test_nex_malloc()[all …]
36 int consttime_memcmp(const void *p1, const void *p2, size_t nb) { in consttime_memcmp() argument38 const unsigned char *ucp2 = p2; in consttime_memcmp()
25 int consttime_memcmp(const void *p1, const void *p2, size_t nb);
87 const unsigned char *p2 = (const unsigned char*) v2; in mbedtls_constant_time_memcmp() local92 diff |= p1[i] ^ p2[i]; in mbedtls_constant_time_memcmp()
Completed in 10 milliseconds