Searched refs:check_crc (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | deattack.c | 82 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/ |
D | find-debuginfo.c | 85 check_crc (int fd, GElf_Word debuglink_crc) in check_crc() function 116 return !check || check_crc (fd, debuglink_crc); in validate()
|
D | ChangeLog | 912 * libdwfl/find-debuginfo.c (check_crc): Use __libdwfl_crc32_file
|
/external/libpng/ |
D | pngrutil.c | 154 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()
|
D | png.h | 3293 png_uint_32 skip, int check_crc)
|