1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-19 14:41:41 +02:00
gnupg/tpm2d
NIIBE Yutaka e0543f97be
tpm2d: Use BYTE type to acces TPM2B object.
* tpm2d/tpm2.c (tpm2_SensitiveToDuplicate): Don't use the cast
of (TPM2B *).

--

While it works (since the actual access is done by the macros),
compiler may complain the alignment property of type BYTE * and TPM2B
object is different.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
2024-05-15 15:27:20 +09:00
..
command.c scd,tpm2d: Fix for consistent use of socket FD. 2022-03-31 21:03:13 +09:00
ibm-tss.h tpmd2: Add copyright blurbs. 2021-03-11 08:33:44 +01:00
intel-tss.h tpm2d: Check SWTPM environment variable for swtpm support. 2023-09-28 13:26:52 +09:00
Makefile.am tpmd2: Add Support for the Intel TSS 2021-03-11 08:49:45 +01:00
tpm2.c tpm2d: Use BYTE type to acces TPM2B object. 2024-05-15 15:27:20 +09:00
tpm2.h tpmd2: Add Support for the Intel TSS 2021-03-11 08:49:45 +01:00
tpm2daemon.c tpm2d: Fix call to assuan_control. 2023-10-02 10:32:04 +09:00
tpm2daemon.h scd,tpm2d: Fix for consistent use of socket FD. 2022-03-31 21:03:13 +09:00