Skip to content

Commit

Permalink
crypto: cavium - Register the CNN55XX supported crypto algorithms.
Browse files Browse the repository at this point in the history
Register the Symmetric crypto algorithms supported by
CNN55XX driver with crypto subsystem.

The following Symmetric crypto algorithms are supported,
  - aes with cbc, ecb, cfb, xts, ctr and cts modes
  - des3_ede with cbc and ecb modes

Signed-off-by: Srikanth Jampala <Jampala.Srikanth@cavium.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Srikanth Jampala authored and herbertx committed Jun 10, 2017
1 parent 086eac9 commit f266387
Show file tree
Hide file tree
Showing 5 changed files with 544 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/crypto/cavium/nitrox/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ n5pf-objs := nitrox_main.o \
nitrox_isr.o \
nitrox_lib.o \
nitrox_hal.o \
nitrox_reqmgr.o
nitrox_reqmgr.o \
nitrox_algs.o
Loading

0 comments on commit f266387

Please sign in to comment.