Searched refs:check_crc (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | deattack.c | 79 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/ |
D | find-debuginfo.c | 82 check_crc (int fd, GElf_Word debuglink_crc) in check_crc() function 158 return !check || check_crc (fd, debuglink_crc); in validate()
|
D | ChangeLog | 3036 * libdwfl/find-debuginfo.c (check_crc): Use __libdwfl_crc32_file
|
/external/bcc/src/cc/ |
D | bcc_elf.c | 457 int check_crc) { in find_debug_via_debuglink() argument 497 if (res && check_crc && !verify_checksum(res, crc)) { in find_debug_via_debuglink()
|
/external/igt-gpu-tools/tests/ |
D | kms_frontbuffer_tracking.c | 228 bool check_crc; member 241 .check_crc = true, 1559 if (!opt.check_crc || (flags & DONT_ASSERT_CRC)) in do_crc_assertions() 3052 opt.check_crc = false; in opt_handler()
|