Searched refs:crc32c_intel_le_hw (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/x86/crypto/ |
D | crc32c-intel_glue.c | 59 static u32 __pure crc32c_intel_le_hw(u32 crc, unsigned char const *p, size_t len) in crc32c_intel_le_hw() function 109 *crcp = crc32c_intel_le_hw(*crcp, data, len); in crc32c_intel_update() 116 *(__le32 *)out = ~cpu_to_le32(crc32c_intel_le_hw(*crcp, data, len)); in __crc32c_intel_finup() 165 *crcp = crc32c_intel_le_hw(*crcp, data, len); in crc32c_pcl_intel_update() 178 ~cpu_to_le32(crc32c_intel_le_hw(*crcp, data, len)); in __crc32c_pcl_intel_finup()
|