HomeSort by relevance Sort by last modified time
    Searched refs:check_crc (Results 1 - 4 of 4) sorted by null

  /external/openssh/
deattack.c 82 check_crc(u_char *S, u_char *buf, u_int32_t len) function
134 if ((check_crc(c, buf, len)))
151 if (check_crc(c, buf, len))
  /external/elfutils/libdwfl/
find-debuginfo.c 85 check_crc (int fd, GElf_Word debuglink_crc) function
116 return !check || check_crc (fd, debuglink_crc);
  /external/libpng/
pngrutil.c 154 png_opt_crc_finish(png_structp png_ptr, png_uint_32 skip, int check_crc)
170 if (!check_crc) {
    [all...]
png.h     [all...]

Completed in 115 milliseconds