Searched hist:a7c58ac06224b83dba93eaafde88535d5da60aef (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/crypto/ |
H A D | crc32_generic.c | a7c58ac06224b83dba93eaafde88535d5da60aef Fri Jan 29 04:20:17 CST 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>
|
H A D | Makefile | a7c58ac06224b83dba93eaafde88535d5da60aef Fri Jan 29 04:20:17 CST 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>
|