crypto: ppc/sha256 - glue
authorMarkus Stockhausen <stockhausen@collogia.de>
Fri, 30 Jan 2015 14:39:29 +0000 (15:39 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Feb 2015 09:48:46 +0000 (22:48 +1300)
commitc147028ccc249681ef1129fb4b09f71fe6b75715
treef1db3d62383317efeae18a54d019864abb49f566
parent6bb71004aa84054058baf4e8a58a53c4e29e5b9c
crypto: ppc/sha256 - glue

Glue code for crypto infrastructure. Call the assembler
code where required. Disable preemption during calculation
and enable SPE instructions in the kernel prior to the
call. Avoid to disable preemption for too long.

Take a little care about small input data. Kick out early
for input chunks < 64 bytes and replace memset for context
cleanup with simple loop.

Signed-off-by: Markus Stockhausen <stockhausen@collogia.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/powerpc/crypto/sha256_spe_glue.c [new file with mode: 0644]
This page took 0.038862 seconds and 5 git commands to generate.