summaryrefslogtreecommitdiff
path: root/config/data/grub/module/nvme
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-12-24 02:35:30 +0100
committerLeah Rowe <leah@libreboot.org>2025-12-24 02:35:30 +0100
commitb990d54cffdf0a6c43bfda72a7ef49ef1c3d31b5 (patch)
treecd27d7d9db531c2fe80f8d27c833c3b4cd89298b /config/data/grub/module/nvme
parent5df6b924d729d7a0042fec19cf3be1c1817314ca (diff)
grub modules: add more gcry_ ciphersHEADmaster
Since the libgcrypt update in GRUB, which imported GNU's own Argon2 implementation, other ciphers have also been introduced. This patch adds them to lbmk's GRUB build. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/data/grub/module/nvme')
-rwxr-xr-xconfig/data/grub/module/nvme5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/data/grub/module/nvme b/config/data/grub/module/nvme
index 5ff32329..fecc699b 100755
--- a/config/data/grub/module/nvme
+++ b/config/data/grub/module/nvme
@@ -45,13 +45,17 @@ ext2 \
fat \
f2fs \
gcry_arcfour \
+gcry_blake2 \
gcry_blowfish \
gcry_camellia \
gcry_cast5 \
gcry_crc \
gcry_des \
gcry_dsa \
+gcry_hwfeatures \
gcry_idea \
+gcry_kdf \
+gcry_keccak \
gcry_md4 \
gcry_md5 \
gcry_rfc2268 \
@@ -119,6 +123,7 @@ pgp \
play \
png \
procfs \
+pubkey \
raid5rec \
raid6rec \
read \