Home
last modified time | relevance | path

Searched refs:check_crc (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Ddeattack.c82 check_crc(u_char *S, u_char *buf, u_int32_t len) in check_crc() function
134 if ((check_crc(c, buf, len))) in detect_attack()
151 if (check_crc(c, buf, len)) in detect_attack()
/external/elfutils/libdwfl/
Dfind-debuginfo.c85 check_crc (int fd, GElf_Word debuglink_crc) in check_crc() function
116 return !check || check_crc (fd, debuglink_crc); in validate()
DChangeLog912 * libdwfl/find-debuginfo.c (check_crc): Use __libdwfl_crc32_file
/external/libpng/
Dpngrutil.c154 png_opt_crc_finish(png_structp png_ptr, png_uint_32 skip, int check_crc) in png_opt_crc_finish() argument
170 if (!check_crc) { in png_opt_crc_finish()
Dpng.h3293 png_uint_32 skip, int check_crc)