]> git.ipfire.org Git - thirdparty/systemd.git/commit
tpm2-util: more iovec'ification 30754/head
authorLennart Poettering <lennart@poettering.net>
Mon, 20 Nov 2023 16:18:43 +0000 (17:18 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 5 Jan 2024 10:34:46 +0000 (11:34 +0100)
commit8d042bc40aaf3c53e5eacfe846eb66a98401d691
treebecf6c1b7e35f71999c7abe8bc686586e092e1fd
parent9d1c3e94132e5fab1b9268d375af7f7f12fa9d52
tpm2-util: more iovec'ification

Let's move more code to using struct iovec for passing around binary
chunks of data.

No real changes in behaviour, just refactoring.
15 files changed:
src/core/exec-credential.c
src/creds/creds.c
src/cryptenroll/cryptenroll-tpm2.c
src/cryptsetup/cryptsetup-tokens/cryptsetup-token-systemd-tpm2.c
src/cryptsetup/cryptsetup-tokens/luks2-tpm2.c
src/cryptsetup/cryptsetup-tokens/luks2-tpm2.h
src/cryptsetup/cryptsetup-tpm2.c
src/cryptsetup/cryptsetup-tpm2.h
src/cryptsetup/cryptsetup.c
src/partition/repart.c
src/shared/creds-util.c
src/shared/creds-util.h
src/shared/tpm2-util.c
src/shared/tpm2-util.h
src/test/test-tpm2.c