Skip to content

Commit

Permalink
ANDROID: gki_defconfig: enable BLAKE2b support
Browse files Browse the repository at this point in the history
Bug: 178411248
[adelva: patched around missing XCBC option on 4.19]
Change-Id: Iec497954d29adcf7193da9ca4b27d61eac7615d9
Signed-off-by: Eric Biggers <[email protected]>
  • Loading branch information
ebiggers committed Oct 20, 2021
1 parent 2d99053 commit 404c553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/configs/gki_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ CONFIG_SECURITY_SELINUX=y
CONFIG_INIT_STACK_ALL_ZERO=y
CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
CONFIG_CRYPTO_ADIANTUM=y
CONFIG_CRYPTO_BLAKE2B=y
CONFIG_CRYPTO_LZ4=y
CONFIG_CRYPTO_ZSTD=y
CONFIG_CRYPTO_ANSI_CPRNG=y
Expand Down
1 change: 1 addition & 0 deletions arch/x86/configs/gki_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ CONFIG_SECURITY_SELINUX=y
CONFIG_INIT_STACK_ALL_ZERO=y
CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
CONFIG_CRYPTO_ADIANTUM=y
CONFIG_CRYPTO_BLAKE2B=y
CONFIG_CRYPTO_SHA256_SSSE3=y
CONFIG_CRYPTO_AES_NI_INTEL=y
CONFIG_CRYPTO_LZ4=y
Expand Down

0 comments on commit 404c553

Please sign in to comment.