Lines Matching defs:crcp
97 u32 *crcp = shash_desc_ctx(desc);
99 *crcp = *mctx;
107 u32 *crcp = shash_desc_ctx(desc);
109 *crcp = crc32c_intel_le_hw(*crcp, data, len);
113 static int __crc32c_intel_finup(u32 *crcp, const u8 *data, unsigned int len,
116 *(__le32 *)out = ~cpu_to_le32(crc32c_intel_le_hw(*crcp, data, len));
128 u32 *crcp = shash_desc_ctx(desc);
130 *(__le32 *)out = ~cpu_to_le32p(crcp);
154 u32 *crcp = shash_desc_ctx(desc);
162 *crcp = crc_pcl(data, len, *crcp);
165 *crcp = crc32c_intel_le_hw(*crcp, data, len);
169 static int __crc32c_pcl_intel_finup(u32 *crcp, const u8 *data, unsigned int len,
174 *(__le32 *)out = ~cpu_to_le32(crc_pcl(data, len, *crcp));
178 ~cpu_to_le32(crc32c_intel_le_hw(*crcp, data, len));