Re: [PATCH v17 09/20] key_protector: Add key protectors framework

2024-06-17 Thread Daniel Kiper via Grub-devel
On Fri, Jun 14, 2024 at 02:45:42PM +0800, Gary Lin wrote: > From: Hernan Gatta > > A key protector encapsulates functionality to retrieve an unlocking key > for a fully-encrypted disk from a specific source. A key protector > module registers itself with the key protectors framework when it is > l

[PATCH v17 09/20] key_protector: Add key protectors framework

2024-06-13 Thread Gary Lin via Grub-devel
From: Hernan Gatta A key protector encapsulates functionality to retrieve an unlocking key for a fully-encrypted disk from a specific source. A key protector module registers itself with the key protectors framework when it is loaded and unregisters when unloaded. Additionally, a key protector ma