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

/linux-4.4.14/arch/x86/crypto/
H A Dcrc32c-intel_glue.c87 static u32 __pure crc32c_intel_le_hw(u32 crc, unsigned char const *p, size_t len) crc32c_intel_le_hw() function
142 *crcp = crc32c_intel_le_hw(*crcp, data, len); crc32c_intel_update()
149 *(__le32 *)out = ~cpu_to_le32(crc32c_intel_le_hw(*crcp, data, len)); __crc32c_intel_finup()
198 *crcp = crc32c_intel_le_hw(*crcp, data, len); crc32c_pcl_intel_update()
211 ~cpu_to_le32(crc32c_intel_le_hw(*crcp, data, len)); __crc32c_pcl_intel_finup()

Completed in 72 milliseconds