]> git.ipfire.org Git - thirdparty/systemd.git/commit
tpm2-util: rename tpm2_calculate_name() → tpm2_calculate_pubkey_name()
authorLennart Poettering <lennart@poettering.net>
Sat, 21 Oct 2023 14:17:39 +0000 (16:17 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 21 Oct 2023 18:34:55 +0000 (19:34 +0100)
commitb98c4f1d48124f7152a28cda4bfc9a9dd3136a65
treed8df854535df52c9786f32b1f9482bd4e3f41a81
parent242b4bebcdb7cb31508fcefaa44eadd235200fdf
tpm2-util: rename tpm2_calculate_name() → tpm2_calculate_pubkey_name()

We'll soon have a function for determining the name of an NV index,
hence let's rename the existing function for the same of a public key to
make clear it's about public keys only.
src/shared/tpm2-util.c
src/shared/tpm2-util.h
src/test/test-tpm2.c