Lines Matching full:checksum
43 * @defgroup checksum Checksum
49 * @ingroup checksum
143 * @brief Compute the checksum of a buffer with polynomial 0x1021, reflecting
176 * @brief Compute the checksum of a buffer with polynomial 0x1021, no
229 * @brief Generate IEEE conform CRC32 checksum.
240 * @brief Update an IEEE conforming CRC32 checksum.
242 * @param crc CRC32 checksum that needs to be updated.
252 * @brief Calculate CRC32C (Castagnoli) checksum.
254 * @param crc CRC32C checksum that needs to be updated.
294 * @brief Compute the CRC-7 checksum of a buffer.
309 * @brief Compute the CRC-4 checksum of a buffer.
344 * @brief Generate an OpenPGP CRC-24 checksum as defined in RFC 4880 section 6.1.
354 * @brief Update an OpenPGP CRC-24 checksum.
356 * @param crc The CRC-24 checksum that needs to be updated. The full 32-bit value of the CRC needs
367 * @brief Compute a CRC checksum, in a generic way.