Skip to content
Snippets Groups Projects
Commit d831b2ee authored by Chris Fries's avatar Chris Fries Committed by Iliyan Malchev
Browse files

shamu_defconfig: Enable CRYPTO_AES_ARM


On a dm block device using aes-cbc-essiv:sha256 encryption, mounted
as ext4,

10MB file read test:
   Generic AES   |   AES_ARM
    45.4 MB/s    |  59.0 MB/s

1 GB file read test:
   Generic AES   |   AES_ARM
    43.7 MB/s    |  63.5 MB/s

Change-Id: I63ccc2b64f57aa08ea7790537ad69ee8e57afa2c
Signed-off-by: default avatarChris Fries <cfries@motorola.com>
parent 530cc0ec
No related branches found
No related tags found
No related merge requests found
...@@ -262,6 +262,7 @@ CONFIG_MD=y ...@@ -262,6 +262,7 @@ CONFIG_MD=y
CONFIG_BLK_DEV_DM=y CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y CONFIG_DM_CRYPT=y
CONFIG_DM_REQ_CRYPT=y CONFIG_DM_REQ_CRYPT=y
CONFIG_CRYPTO_AES_ARM=y
CONFIG_CRYPTO_XTS=y CONFIG_CRYPTO_XTS=y
CONFIG_DM_UEVENT=y CONFIG_DM_UEVENT=y
CONFIG_DM_VERITY=y CONFIG_DM_VERITY=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment