]> git.ipfire.org Git - thirdparty/systemd.git/commit
tpm2-util: make tpm2_marshal_blob()/tpm2_unmarshal_blob() static
authorLennart Poettering <lennart@poettering.net>
Mon, 23 Oct 2023 08:18:41 +0000 (10:18 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 23 Oct 2023 08:36:22 +0000 (10:36 +0200)
commit9122edf9070f64b39f59e65a7976d190717e676b
treea0913208590aa1d42473533c0185fb73ea569677
parentf64b9a18978bc5c080622f7158d8689c2b413572
tpm2-util: make tpm2_marshal_blob()/tpm2_unmarshal_blob() static

These are not used outside of tpm2-util.[ch], and the way they merge
public/private key pair into one blob is kinda specific to our
implementation, hence better should be hidden away, and not used for new
code anyway.
src/shared/tpm2-util.c
src/shared/tpm2-util.h