Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318368
b: refs/heads/master
c: 045e367
h: refs/heads/master
v: v3
  • Loading branch information
Yuan Kang authored and Herbert Xu committed Jun 27, 2012
1 parent 3e7726c commit c77a2b9
Show file tree
Hide file tree
Showing 7 changed files with 1,870 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a299c837040bb47810b9d287dfe7deed6a254995
refs/heads/master: 045e36780f11523e26d1e4a8c78bdc57f4003bd0
12 changes: 12 additions & 0 deletions trunk/drivers/crypto/caam/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,15 @@ config CRYPTO_DEV_FSL_CAAM_CRYPTO_API

To compile this as a module, choose M here: the module
will be called caamalg.

config CRYPTO_DEV_FSL_CAAM_AHASH_API
tristate "Register hash algorithm implementations with Crypto API"
depends on CRYPTO_DEV_FSL_CAAM
default y
select CRYPTO_AHASH
help
Selecting this will offload ahash for users of the
scatterlist crypto API to the SEC4 via job ring.

To compile this as a module, choose M here: the module
will be called caamhash.
1 change: 1 addition & 0 deletions trunk/drivers/crypto/caam/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM) += caam.o
obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API) += caamalg.o
obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API) += caamhash.o

caam-objs := ctrl.o jr.o error.o key_gen.o
Loading

0 comments on commit c77a2b9

Please sign in to comment.