]> git.ipfire.org Git - thirdparty/systemd.git/commit
pcrextend: split out word to measure code into shared helper file
authorLennart Poettering <lennart@poettering.net>
Sun, 16 Jul 2023 09:09:30 +0000 (11:09 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 23 Oct 2023 10:24:18 +0000 (11:24 +0100)
commit4cdef9f08cda44ae396f2704eb4210117712a50e
treea37d1916ebef2fe9f2296e4af843f4992f0de519
parent10cb55eef15acab06b9291fd8f8c850c72e6648f
pcrextend: split out word to measure code into shared helper file

Let's split out the logic that actually generates the word to measure to
PCRs into a new helper file pcrextend-util.[ch].

This we can later reuse to calculate PCR measurement predictions ahead
of time.
src/pcrextend/pcrextend.c
src/shared/meson.build
src/shared/pcrextend-util.c [new file with mode: 0644]
src/shared/pcrextend-util.h [new file with mode: 0644]