Searched refs:crc32 (Results 1 – 6 of 6) sorted by relevance
26 uint32_t crc32 = 0; in fs_mgmt_hash_checksum_crc32() local43 crc32 = crc32_ieee_update(crc32, buffer, bytes_read); in fs_mgmt_hash_checksum_crc32()48 memcpy(output, &crc32, sizeof(crc32)); in fs_mgmt_hash_checksum_crc32()53 static struct fs_mgmt_hash_checksum_group crc32 = { variable62 fs_mgmt_hash_checksum_register_group(&crc32); in fs_mgmt_hash_checksum_register_crc32()67 fs_mgmt_hash_checksum_unregister_group(&crc32); in fs_mgmt_hash_checksum_unregister_crc32()
42 assert crc == zlib.crc32(fw)72 assert crc == zlib.crc32(fw)96 assert crc == zlib.crc32(data)103 assert crc == zlib.crc32(data)132 assert zlib.crc32(content) == zlib.crc32(data)
466 | ``crc32`` | IEEE CRC32 checksum | No | 4 |471 Note that the default type will be crc32 if it is enabled, or sha256 if crc32 is
108 ${HOSTAP_SRC_BASE}/utils/crc32.c217 ${HOSTAP_SRC_BASE}/utils/crc32.c
92 size and its crc32
790 * Changed adin2111 driver to always append crc32 to the end of the frame.