Home
last modified time | relevance | path

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

/external/openssh/
Ddeattack.c79 check_crc(const u_char *S, const u_char *buf, u_int32_t len) in check_crc() function
139 if ((check_crc(c, buf, len))) in detect_attack()
156 if (check_crc(c, buf, len)) in detect_attack()
/external/elfutils/libdwfl/
Dfind-debuginfo.c82 check_crc (int fd, GElf_Word debuglink_crc) in check_crc() function
158 return !check || check_crc (fd, debuglink_crc); in validate()
DChangeLog2992 * libdwfl/find-debuginfo.c (check_crc): Use __libdwfl_crc32_file
/external/bcc/src/cc/
Dbcc_elf.c399 int check_crc) { in find_debug_via_debuglink() argument
438 if (res && check_crc && !verify_checksum(res, crc)) in find_debug_via_debuglink()