Home
last modified time | relevance | path

Searched refs:timingsafe_memcmp (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dtimingsafe_memcmp.c24 timingsafe_memcmp(const void *b1, const void *b2, size_t len) in timingsafe_memcmp() function
H A Dmitauth.c79 timingsafe_memcmp(data, auth->data, (int) data_length) == 0) in MitCheckCookie()
H A Dmeson.build43 srcs_libc += 'timingsafe_memcmp.c'
H A DMakefile.in171 $(DEPDIR)/strndup.Plo $(DEPDIR)/timingsafe_memcmp.Plo \
230 strndup.c timingsafe_memcmp.c
680 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/timingsafe_memcmp.Plo@am__quote@ # am--include-marker
868 -rm -f $(DEPDIR)/timingsafe_memcmp.Plo
942 -rm -f $(DEPDIR)/timingsafe_memcmp.Plo
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h604 timingsafe_memcmp(const void *b1, const void *b2, size_t len);
H A Ddix-config.h.in235 /* Define to 1 if you have the `timingsafe_memcmp' function. */
H A Dmeson.build152 conf_data.set('HAVE_TIMINGSAFE_MEMCMP', cc.has_function('timingsafe_memcmp'))
H A Ddo-not-use-config.h.in406 /* Define to 1 if you have the `timingsafe_memcmp' function. */
/OK3568_Linux_fs/external/xserver/
H A Dconfigure.ac165 timingsafe_memcmp])
H A DChangeLog15267 timingsafe_memcmp: Fix meson build
16869 os: Squash missing declaration warning for timingsafe_memcmp
16871timingsafe_memcmp.c:21:1: warning: no previous prototype for ‘timingsafe_memcmp’ [-Wmissing-protot…
16872 timingsafe_memcmp(const void *b1, const void *b2, size_t len)
17087 Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES CVE-2017-2624