Add IDs for more ciphers
This commit is contained in:
parent
972d86df5f
commit
b6b4ea5fd1
1 changed files with 7 additions and 0 deletions
|
@ -81,7 +81,14 @@ struct grub_geli_phdr
|
||||||
} __attribute__ ((packed));
|
} __attribute__ ((packed));
|
||||||
|
|
||||||
const char *algorithms[] = {
|
const char *algorithms[] = {
|
||||||
|
[0x01] = "des",
|
||||||
|
[0x02] = "3des",
|
||||||
|
[0x03] = "blowfish",
|
||||||
|
[0x04] = "cast5",
|
||||||
|
/* 0x05 is skipjack, but we don't have it. */
|
||||||
[0x0b] = "aes",
|
[0x0b] = "aes",
|
||||||
|
/* 0x10 is null. */
|
||||||
|
[0x15] = "camellia128",
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MAX_PASSPHRASE 256
|
#define MAX_PASSPHRASE 256
|
||||||
|
|
Loading…
Reference in a new issue