arch/powerpc/crypto/md5_glue.c
0 → 100644
+165
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Glue code for crypto infrastructure. Call the assembler code where required. 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>