-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: ux500 - Add driver for HASH hardware
This adds a driver for the ST-Ericsson ux500 hash hardware module. The driver implements support for SHA-1 and SHA-2. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Andreas Westin <andreas.westin@stericsson.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
- Loading branch information
Andreas Westin
authored and
Herbert Xu
committed
May 4, 2012
1 parent
2789c08
commit 8a63b19
Showing
6 changed files
with
2,440 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# | ||
# Copyright (C) ST-Ericsson SA 2010 | ||
# Author: Shujuan Chen (shujuan.chen@stericsson.com) | ||
# License terms: GNU General Public License (GPL) version 2 | ||
# | ||
ifdef CONFIG_CRYPTO_DEV_UX500_DEBUG | ||
CFLAGS_hash_core.o := -DDEBUG -O0 | ||
endif | ||
|
||
obj-$(CONFIG_CRYPTO_DEV_UX500_HASH) += ux500_hash.o | ||
ux500_hash-objs := hash_core.o |
Oops, something went wrong.