Home
last modified time | relevance | path

Searched hist:a7c58ac06224b83dba93eaafde88535d5da60aef (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A DMakefilediff a7c58ac06224b83dba93eaafde88535d5da60aef Fri Jan 29 11:20:17 CET 2016 Herbert Xu <herbert@gondor.apana.org.au> crypto: crc32 - Rename generic implementation

The generic crc32 implementation is currently called crc32. This
is a problem because it clashes with the lib implementation of crc32.

This patch renames the crypto crc32 to crc32_generic so that it is
consistent with crc32c. An alias for the driver is also added.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>