mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 23:38:31 +00:00
Merge pull request #5159 from BbolroC/s390-config
kernel: Add crypto kernel config for s390
This commit is contained in:
commit
ce22a9f134
@ -30,3 +30,16 @@ CONFIG_CRYPTO_AES_S390=y
|
||||
CONFIG_CRYPTO_CRC32_S390=y
|
||||
# Pseudo random number generator device driver
|
||||
CONFIG_S390_PRNG=y
|
||||
|
||||
# Support for Galois/Counter Mode (GCM)
|
||||
CONFIG_CRYPTO_GCM=y
|
||||
# SHA3 and its variants for s390
|
||||
CONFIG_CRYPTO_SHA3=y
|
||||
CONFIG_CRYPTO_SHA3_256_S390=y
|
||||
CONFIG_CRYPTO_SHA3_512_S390=y
|
||||
# Support for ChaCha stream cipher algorithms
|
||||
CONFIG_CRYPTO_CHACHA20=y
|
||||
CONFIG_CRYPTO_CHACHA20POLY1305=y
|
||||
CONFIG_CRYPTO_CHACHA_S390=y
|
||||
# When PKEY is enabled and dm-crypt wants to use protected keys
|
||||
CONFIG_CRYPTO_PAES_S390=y
|
||||
|
Loading…
Reference in New Issue
Block a user