]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: OCTEON: add crypto helper functions
authorAaro Koskinen <aaro.koskinen@iki.fi>
Sun, 21 Dec 2014 20:53:58 +0000 (22:53 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 23 Dec 2014 21:14:21 +0000 (08:14 +1100)
commit1592470d956c455c1b1b36d7d638e49b44067777
treea41b9c794dab80b4c88b2b65302d95e833c3d676
parentc60faa33f702258b013577576a066101ae2b4b21
MIPS: OCTEON: add crypto helper functions

Add crypto helper functions which are needed for kernel level usage.
The code for these has been extracted from the EdgeRouter Pro GPL tarball.

While at it, also delete duplicate definitions of the functions.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/mips/cavium-octeon/Makefile
arch/mips/cavium-octeon/crypto/Makefile [new file with mode: 0644]
arch/mips/cavium-octeon/crypto/octeon-crypto.c [new file with mode: 0644]
arch/mips/cavium-octeon/crypto/octeon-crypto.h [new file with mode: 0644]
arch/mips/include/asm/octeon/octeon.h