crypto: split LUKS header definitions off into file
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 10 May 2022 14:19:58 +0000 (15:19 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 27 Oct 2022 11:55:27 +0000 (12:55 +0100)
commit36445acebdd100237551b47b4fd77f0c5403a10f
tree3690891f4417aa2137b0f90335f00c118ba8e696
parentb57151ac0366d3fb14318a55b0fc943134f7f80b
crypto: split LUKS header definitions off into file

This will allow unit testing code to use the structs.

Reviewed-by: Richard W.M. Jones <rjones@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
crypto/block-luks-priv.h [new file with mode: 0644]
crypto/block-luks.c