]> git.ipfire.org Git - thirdparty/systemd.git/commit
integritysetup: Add PHMAC algorithm to list of known algorithms 39719/head
authorIngo Franzki <ifranzki@linux.ibm.com>
Mon, 4 Mar 2024 08:26:18 +0000 (09:26 +0100)
committerIngo Franzki <ifranzki@linux.ibm.com>
Thu, 13 Nov 2025 15:14:25 +0000 (16:14 +0100)
commiteb7b0d413e5f7ca35e9f6a0b211dd71a710cb60d
treeaa0bd089dec3bfd16c79aa377e92deab9bafbfb3
parent7bf1cfe3b20037f3732d8854833b00f6a3511d95
integritysetup: Add PHMAC algorithm to list of known algorithms

Add the PHMAC integrity algorithm to the list of supported algorithms.

The PHMAC algorithm is like the regular HMAC algorithm, but it takes a wrapped key
as input. A key for the PHMAC algorithm is an opaque key blob, who's physical size
has nothing to do with the cryptographic size. Currently PHMAC is only available
for the s390x architecture.
man/integritytab.xml
src/integritysetup/integrity-util.c
src/integritysetup/integrity-util.h
src/integritysetup/integritysetup.c