Searched refs:crc32_length (Results 1 – 2 of 2) sorted by relevance
1572 static u32 ecore_calc_crc32c(u8 *crc32_packet, u32 crc32_length, u32 crc32_seed) in ecore_calc_crc32c() argument1578 (crc32_length == 0) || in ecore_calc_crc32c()1579 ((crc32_length % 8) != 0)) { in ecore_calc_crc32c()1583 for (byte = 0; byte < crc32_length; byte++) { in ecore_calc_crc32c()
715 uint32_t crc32_length, in calc_crc32() argument729 (crc32_length == 0) || in calc_crc32()730 ((crc32_length % 8) != 0)) in calc_crc32()735 for (byte = 0; byte < crc32_length; byte = byte + 1) in calc_crc32()