-
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.
yaml --- r: 329718 b: refs/heads/master c: 322cacc h: refs/heads/master v: v3
- Loading branch information
Seth Jennings
authored and
Herbert Xu
committed
Aug 1, 2012
1 parent
1791801
commit bd39d15
Showing
6 changed files
with
30 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 61bb86bba169507a5f223b94b9176c32c84b4721 | ||
refs/heads/master: 322cacce0a3c36d3ad89d8836b9ed6fcb06e1a61 |
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,17 @@ | ||
config CRYPTO_DEV_NX_ENCRYPT | ||
tristate "Encryption acceleration support" | ||
depends on PPC64 && IBMVIO | ||
default y | ||
select CRYPTO_AES | ||
select CRYPTO_CBC | ||
select CRYPTO_ECB | ||
select CRYPTO_CCM | ||
select CRYPTO_GCM | ||
select CRYPTO_AUTHENC | ||
select CRYPTO_XCBC | ||
select CRYPTO_SHA256 | ||
select CRYPTO_SHA512 | ||
help | ||
Support for Power7+ in-Nest encryption acceleration. This | ||
module supports acceleration for AES and SHA2 algorithms. If you | ||
choose 'M' here, this module will be called nx_crypto. |
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