]> git.ipfire.org Git - thirdparty/systemd.git/commit
cryptenroll: add support for TPM2 enrolling
authorLennart Poettering <lennart@poettering.net>
Sat, 28 Nov 2020 14:27:34 +0000 (15:27 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 17 Dec 2020 19:01:31 +0000 (20:01 +0100)
commit5e521624f292e2d469abe5e256db374dc17136ba
tree1818034ec7bc5245db7563c303157b49aa8ad9b2
parent2d64d2b95538e00278d5a38c38171019dafab486
cryptenroll: add support for TPM2 enrolling
meson.build
meson_options.txt
src/cryptenroll/cryptenroll-tpm2.c [new file with mode: 0644]
src/cryptenroll/cryptenroll-tpm2.h [new file with mode: 0644]
src/cryptenroll/cryptenroll.c
src/shared/meson.build
src/shared/tpm2-util.c [new file with mode: 0644]
src/shared/tpm2-util.h [new file with mode: 0644]