Searched refs:crc32c_intel_le_hw (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dcrc32c-intel.c60 static u32 __pure crc32c_intel_le_hw(u32 crc, unsigned char const *p, size_t len) function
115 *crcp = crc32c_intel_le_hw(*crcp, data, len);
122 *(__le32 *)out = ~cpu_to_le32(crc32c_intel_le_hw(*crcp, data, len));

Completed in 49 milliseconds