Searched hist:b01df1c16c9a6f7a14f843d3ac6b9eef5a7bb17e (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/crypto/ |
H A D | crct10dif-vpmsum_asm.S | b01df1c16c9a6f7a14f843d3ac6b9eef5a7bb17e Wed Mar 15 13:37:36 CET 2017 Daniel Axtens <dja@axtens.net> crypto: powerpc - Add CRC-T10DIF acceleration
T10DIF is a CRC16 used heavily in NVMe.
It turns out we can accelerate it with a CRC32 library and a few little tricks.
Provide the accelerator based the refactored CRC32 code.
Cc: Anton Blanchard <anton@samba.org> Thanks-to: Hong Bo Peng <penghb@cn.ibm.com> Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | crct10dif-vpmsum_glue.c | b01df1c16c9a6f7a14f843d3ac6b9eef5a7bb17e Wed Mar 15 13:37:36 CET 2017 Daniel Axtens <dja@axtens.net> crypto: powerpc - Add CRC-T10DIF acceleration
T10DIF is a CRC16 used heavily in NVMe.
It turns out we can accelerate it with a CRC32 library and a few little tricks.
Provide the accelerator based the refactored CRC32 code.
Cc: Anton Blanchard <anton@samba.org> Thanks-to: Hong Bo Peng <penghb@cn.ibm.com> Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | Makefile | diff b01df1c16c9a6f7a14f843d3ac6b9eef5a7bb17e Wed Mar 15 13:37:36 CET 2017 Daniel Axtens <dja@axtens.net> crypto: powerpc - Add CRC-T10DIF acceleration
T10DIF is a CRC16 used heavily in NVMe.
It turns out we can accelerate it with a CRC32 library and a few little tricks.
Provide the accelerator based the refactored CRC32 code.
Cc: Anton Blanchard <anton@samba.org> Thanks-to: Hong Bo Peng <penghb@cn.ibm.com> Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/linux/crypto/ |
H A D | Kconfig | diff b01df1c16c9a6f7a14f843d3ac6b9eef5a7bb17e Wed Mar 15 13:37:36 CET 2017 Daniel Axtens <dja@axtens.net> crypto: powerpc - Add CRC-T10DIF acceleration
T10DIF is a CRC16 used heavily in NVMe.
It turns out we can accelerate it with a CRC32 library and a few little tricks.
Provide the accelerator based the refactored CRC32 code.
Cc: Anton Blanchard <anton@samba.org> Thanks-to: Hong Bo Peng <penghb@cn.ibm.com> Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|