Searched defs:crcp (Results 1 - 2 of 2) sorted by relevance

/crypto/
H A Dcrc32.c79 u32 *crcp = shash_desc_ctx(desc); local
81 *crcp = *mctx;
89 u32 *crcp = shash_desc_ctx(desc); local
91 *crcp = __crc32_le(*crcp, data, len);
96 static int __crc32_finup(u32 *crcp, const u8 *data, unsigned int len, argument
99 *(__le32 *)out = cpu_to_le32(__crc32_le(*crcp, data, len));
111 u32 *crcp = shash_desc_ctx(desc); local
113 *(__le32 *)out = cpu_to_le32p(crcp);
H A Dcrc32c.c106 static int __chksum_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) argument
108 *(__le32 *)out = ~cpu_to_le32(__crc32c_le(*crcp, data, len));

Completed in 22 milliseconds