Skip to content

Commit

Permalink
Revert "crypto: algif_aead - Disable AEAD user-space for now"
Browse files Browse the repository at this point in the history
This reverts commit f858c7b as
the algif_aead interface has been switched over to the new AEAD
interface.

Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
herbertx committed Jun 3, 2015
1 parent cf58fcb commit b64a2d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,15 @@ config CRYPTO_USER_API_RNG
This option enables the user-spaces interface for random
number generator algorithms.

config CRYPTO_USER_API_AEAD
tristate "User-space interface for AEAD cipher algorithms"
depends on NET
select CRYPTO_AEAD
select CRYPTO_USER_API
help
This option enables the user-spaces interface for AEAD
cipher algorithms.

config CRYPTO_HASH_INFO
bool

Expand Down

0 comments on commit b64a2d9

Please sign in to comment.