Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/pta/tests/
A Dmisc.c325 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 …]
/optee_os/lib/libutils/ext/
A Dconsttime_memcmp.c36 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()
/optee_os/out/arm/export-ta_arm32/include/
A Dstring_ext.h25 int consttime_memcmp(const void *p1, const void *p2, size_t nb);
/optee_os/out/arm/export-ta_arm64/include/
A Dstring_ext.h25 int consttime_memcmp(const void *p1, const void *p2, size_t nb);
/optee_os/lib/libutils/ext/include/
A Dstring_ext.h25 int consttime_memcmp(const void *p1, const void *p2, size_t nb);
/optee_os/lib/libmbedtls/mbedtls/library/
A Dcipher.c86 const unsigned char *p1 = (const unsigned char*) v1; in mbedtls_constant_time_memcmp() local
92 diff |= p1[i] ^ p2[i]; in mbedtls_constant_time_memcmp()

Completed in 7 milliseconds