Searched refs:p1 (Results 1 – 2 of 2) sorted by relevance
155 #define ASSERT_COMPARE( p1, size1, p2, size2 ) \ argument160 TEST_ASSERT( memcmp( ( p1 ), ( p2 ), ( size1 ) ) == 0 ); \
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 5 milliseconds