Home
last modified time | relevance | path

Searched refs:crc32c_cal (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/fs/btrfs/
H A Dhash.c26 return crc32c_cal(crc, (const char *) data, length, in btrfs_crc32c()
/openbmc/u-boot/lib/
H A Dcrc32c.c16 uint32_t crc32c_cal(uint32_t crc, const char *data, int length, in crc32c_cal() function
/openbmc/u-boot/include/u-boot/
H A Dcrc.h46 uint32_t crc32c_cal(uint32_t, const char *, int, uint32_t *);