Add IDs for more ciphers

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-24 02:37:23 +02:00
parent 972d86df5f
commit b6b4ea5fd1

View file

@ -81,7 +81,14 @@ struct grub_geli_phdr
} __attribute__ ((packed));
const char *algorithms[] = {
[0x01] = "des",
[0x02] = "3des",
[0x03] = "blowfish",
[0x04] = "cast5",
/* 0x05 is skipjack, but we don't have it. */
[0x0b] = "aes",
/* 0x10 is null. */
[0x15] = "camellia128",
};
#define MAX_PASSPHRASE 256