* [sisyphus] kernel aes and hibernate
@ 2005-12-18 17:12 Artem
2005-12-18 21:15 ` [sisyphus] " Konstantin A. Lepikhov
0 siblings, 2 replies; 6+ messages in thread
From: Artem @ 2005-12-18 17:12 UTC (permalink / raw)
To: sisyphus
Здравствуйте!
Продолжая играться с hibernate и swsusp2 на kernel-2.6.14-wks, решил
попробовать Encryptor aes . Замодпробил aes, далее вызываю hibernate -
а он мне в ответ:
Failed to initialize the encryptor filter
в dmesg:
Amount still needed (-138237) > 0:0. Header: 8 < 8: 0, Storage allocd:
53648 < 8 + 53575: 0.
0 is an invalid key length for cipher aes.
Откуда он должен брать ключ? В Documentation/crypto об этом ничего нет.
Rgds, Artem.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [sisyphus] Re: kernel aes and hibernate
2005-12-18 17:12 [sisyphus] kernel aes and hibernate Artem
@ 2005-12-18 21:15 ` Konstantin A. Lepikhov
1 sibling, 0 replies; 6+ messages in thread
From: Konstantin A. Lepikhov @ 2005-12-18 21:15 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 609 bytes --]
Hi Artem!
Sunday 18, at 07:12:24 PM you wrote:
<skip>
> в dmesg:
>
> Amount still needed (-138237) > 0:0. Header: 8 < 8: 0, Storage allocd:
> 53648 < 8 + 53575: 0.
> 0 is an invalid key length for cipher aes.
>
> Откуда он должен брать ключ? В Documentation/crypto об этом ничего нет.
это в /proc/suspend2/ смотреть, туда надо все ключи говорить.
--
WBR, Konstantin chat with ==>ICQ: 109916175
Lepikhov, speak to ==>JID: lakostis@jabber.org
aka L.A. Kostis write to ==>mailto:lakostis@pisem.net.nospam
...The information is like the bank... (c) EC8OR
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 1495 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] kernel aes and hibernate
@ 2005-12-18 21:16 ` Alex Yustasov
2005-12-18 21:48 ` Artem
0 siblings, 1 reply; 6+ messages in thread
From: Alex Yustasov @ 2005-12-18 21:16 UTC (permalink / raw)
To: sisyphus
On Sun, Dec 18, 2005 at 07:12:24PM +0200, Artem wrote:
> Здравствуйте!
>
> Продолжая играться с hibernate и swsusp2 на kernel-2.6.14-wks, решил
> попробовать Encryptor aes . Замодпробил aes, далее вызываю hibernate -
> а он мне в ответ:
> Failed to initialize the encryptor filter
>
> в dmesg:
>
> Amount still needed (-138237) > 0:0. Header: 8 < 8: 0, Storage allocd:
> 53648 < 8 + 53575: 0.
> 0 is an invalid key length for cipher aes.
>
> Откуда он должен брать ключ? В Documentation/crypto об этом ничего нет.
Что-то не прошло письмо. Сорри за повтор.
Полутеоретически: нужно добавить в initrd crypto модуль.
cd /boot
rm initrd-2.6.14-wks26-up-alt2.img
mkinitrd initrd-2.6.14-wks26-up-alt2.img 2.6.14-wks26-up-alt2 --with aes.ko
Я перегрузился с новым initrd. В /proc/crypto появилась инфа про aes.
В hibernate.conf
Encryptor aes
ProcSetting encryption_iv 16
ProcSetting encryption_key 1234567890123456
ProcSetting encryption_save_key_and_iv 1
С encryption_save_key_and_iv=0, когда оно должно спросить iv и key во
время resume, не получилось. Не спросило.
Про iv точно не знаю.
--
Alex Yustasov
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] kernel aes and hibernate
2005-12-18 21:16 ` [sisyphus] " Alex Yustasov
@ 2005-12-18 21:48 ` Artem
2005-12-19 4:25 ` Alex Yustasov
2005-12-19 5:59 ` Andrey Rahmatullin
0 siblings, 2 replies; 6+ messages in thread
From: Artem @ 2005-12-18 21:48 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Alex Yustasov wrote:
> On Sun, Dec 18, 2005 at 07:12:24PM +0200, Artem wrote:
>
>>
> Полутеоретически: нужно добавить в initrd crypto модуль.
> cd /boot
> rm initrd-2.6.14-wks26-up-alt2.img
> mkinitrd initrd-2.6.14-wks26-up-alt2.img 2.6.14-wks26-up-alt2 --with aes.ko
>
> Я перегрузился с новым initrd. В /proc/crypto появилась инфа про aes.
>
> В hibernate.conf
>
> Encryptor aes
> ProcSetting encryption_iv 16
> ProcSetting encryption_key 1234567890123456
> ProcSetting encryption_save_key_and_iv 1
>
Странно, что в man hibernate.conf нет упоминания об этих параметрах :-(
Rgds, Artem.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] kernel aes and hibernate
2005-12-18 21:48 ` Artem
@ 2005-12-19 4:25 ` Alex Yustasov
2005-12-19 5:59 ` Andrey Rahmatullin
1 sibling, 0 replies; 6+ messages in thread
From: Alex Yustasov @ 2005-12-19 4:25 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
On Sun, Dec 18, 2005 at 11:48:42PM +0200, Artem wrote:
> >
> >В hibernate.conf
> >
> >Encryptor aes
> >ProcSetting encryption_iv 16
> >ProcSetting encryption_key 1234567890123456
> >ProcSetting encryption_save_key_and_iv 1
> >
>
> Странно, что в man hibernate.conf нет упоминания об этих параметрах :-(
Оно еще не доделано, IMHO.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] kernel aes and hibernate
2005-12-18 21:48 ` Artem
2005-12-19 4:25 ` Alex Yustasov
@ 2005-12-19 5:59 ` Andrey Rahmatullin
1 sibling, 0 replies; 6+ messages in thread
From: Andrey Rahmatullin @ 2005-12-19 5:59 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 653 bytes --]
On Sun, Dec 18, 2005 at 11:48:42PM +0200, Artem wrote:
> >ProcSetting encryption_iv 16
> >ProcSetting encryption_key 1234567890123456
> >ProcSetting encryption_save_key_and_iv 1
> Странно, что в man hibernate.conf нет упоминания об этих параметрах :-(
Так ProcSetting - оно по определению недокументированное. Напишут обертку
к нему в виде нормального параметра hibernate.conf - будет и документация.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
А ещё этот драйвер [snd-azx] выдаёт в /proc информацию о возможностях
кодека в формате XML. Правда, до парсера XML в ядре дело пока не дошло ;)
-- vsu in sisyphus@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-12-19 5:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-18 17:12 [sisyphus] kernel aes and hibernate Artem
2005-12-18 21:15 ` [sisyphus] " Konstantin A. Lepikhov
2005-12-18 21:16 ` [sisyphus] " Alex Yustasov
2005-12-18 21:48 ` Artem
2005-12-19 4:25 ` Alex Yustasov
2005-12-19 5:59 ` Andrey Rahmatullin
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git