diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-08-16 11:39:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-11-03 11:23:54 +0100 |
commit | a43427013949c6593629f551cf46e9cf9c167100 (patch) | |
tree | e9bb6f6456bfeea1d2543e4e9d4d3362738c588d /src/test/test-tpm2.c | |
parent | tpm2-util: add common array for TPM2 hash algorithms (diff) | |
download | systemd-a43427013949c6593629f551cf46e9cf9c167100.tar.xz systemd-a43427013949c6593629f551cf46e9cf9c167100.zip |
pcrlock: add new pcrlock tool
Diffstat (limited to 'src/test/test-tpm2.c')
-rw-r--r-- | src/test/test-tpm2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test-tpm2.c b/src/test/test-tpm2.c index 80e20db360..7cefb0c93b 100644 --- a/src/test/test-tpm2.c +++ b/src/test/test-tpm2.c @@ -1043,6 +1043,7 @@ static void check_seal_unseal_for_handle(Tpm2Context *c, TPM2_HANDLE handle) { /* pubkey_pcr_mask= */ 0, /* signature= */ NULL, /* pin= */ NULL, + /* pcrlock_policy= */ NULL, /* primary_alg= */ 0, blob, blob_size, /* policy_hash= */ NULL, /* policy_hash_size= */ 0, |