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

  /external/openssh/
deattack.c 79 check_crc(const u_char *S, const u_char *buf, u_int32_t len) function
139 if ((check_crc(c, buf, len)))
156 if (check_crc(c, buf, len))
  /external/elfutils/libdwfl/
find-debuginfo.c 82 check_crc (int fd, GElf_Word debuglink_crc) function
158 return !check || check_crc (fd, debuglink_crc);

Completed in 1743 milliseconds