Searched hist:"69 c35efc" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | crc32c.h | 69c35efc Fri Nov 07 01:11:47 CST 2008 Herbert Xu <herbert@gondor.apana.org.au> libcrc32c: Move implementation to crypto crc32c
This patch swaps the role of libcrc32c and crc32c. Previously the implementation was in libcrc32c and crc32c was a wrapper. Now the code is in crc32c and libcrc32c just calls the crypto layer.
The reason for the change is to tap into the algorithm selection capability of the crypto API so that optimised implementations such as the one utilising Intel's CRC32C instruction can be used where available.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> 69c35efc Fri Nov 07 01:11:47 CST 2008 Herbert Xu <herbert@gondor.apana.org.au> libcrc32c: Move implementation to crypto crc32c This patch swaps the role of libcrc32c and crc32c. Previously the implementation was in libcrc32c and crc32c was a wrapper. Now the code is in crc32c and libcrc32c just calls the crypto layer. The reason for the change is to tap into the algorithm selection capability of the crypto API so that optimised implementations such as the one utilising Intel's CRC32C instruction can be used where available. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/openbmc/linux/lib/ |
H A D | libcrc32c.c | 69c35efc Fri Nov 07 01:11:47 CST 2008 Herbert Xu <herbert@gondor.apana.org.au> libcrc32c: Move implementation to crypto crc32c
This patch swaps the role of libcrc32c and crc32c. Previously the implementation was in libcrc32c and crc32c was a wrapper. Now the code is in crc32c and libcrc32c just calls the crypto layer.
The reason for the change is to tap into the algorithm selection capability of the crypto API so that optimised implementations such as the one utilising Intel's CRC32C instruction can be used where available.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> 69c35efc Fri Nov 07 01:11:47 CST 2008 Herbert Xu <herbert@gondor.apana.org.au> libcrc32c: Move implementation to crypto crc32c This patch swaps the role of libcrc32c and crc32c. Previously the implementation was in libcrc32c and crc32c was a wrapper. Now the code is in crc32c and libcrc32c just calls the crypto layer. The reason for the change is to tap into the algorithm selection capability of the crypto API so that optimised implementations such as the one utilising Intel's CRC32C instruction can be used where available. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | Kconfig | 69c35efc Fri Nov 07 01:11:47 CST 2008 Herbert Xu <herbert@gondor.apana.org.au> libcrc32c: Move implementation to crypto crc32c
This patch swaps the role of libcrc32c and crc32c. Previously the implementation was in libcrc32c and crc32c was a wrapper. Now the code is in crc32c and libcrc32c just calls the crypto layer.
The reason for the change is to tap into the algorithm selection capability of the crypto API so that optimised implementations such as the one utilising Intel's CRC32C instruction can be used where available.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/openbmc/linux/crypto/ |
H A D | Kconfig | 69c35efc Fri Nov 07 01:11:47 CST 2008 Herbert Xu <herbert@gondor.apana.org.au> libcrc32c: Move implementation to crypto crc32c
This patch swaps the role of libcrc32c and crc32c. Previously the implementation was in libcrc32c and crc32c was a wrapper. Now the code is in crc32c and libcrc32c just calls the crypto layer.
The reason for the change is to tap into the algorithm selection capability of the crypto API so that optimised implementations such as the one utilising Intel's CRC32C instruction can be used where available.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> 69c35efc Fri Nov 07 01:11:47 CST 2008 Herbert Xu <herbert@gondor.apana.org.au> libcrc32c: Move implementation to crypto crc32c This patch swaps the role of libcrc32c and crc32c. Previously the implementation was in libcrc32c and crc32c was a wrapper. Now the code is in crc32c and libcrc32c just calls the crypto layer. The reason for the change is to tap into the algorithm selection capability of the crypto API so that optimised implementations such as the one utilising Intel's CRC32C instruction can be used where available. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|