Home
last modified time | relevance | path

Searched defs:crc32c (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/lib/
Dlibcrc32c.c42 u32 crc32c(u32 crc, const void *address, unsigned int length) in crc32c() function
/linux-3.3/crypto/
Dcrc32c.c136 static u32 crc32c(u32 crc, const u8 *data, unsigned int length) in crc32c() function