coreboot/src/security/tpm
Elyes Haouas bdd03c20d5 tree: Use <stdio.h> for snprintf
<stdio.h> header is used for input/output operations (such as printf,
scanf, fopen, etc.). Although some input/output functions can manipulate
strings, they do not need to directly include <string.h> because they
are declared independently.

Change-Id: Ibe2a4ff6f68843a6d99cfdfe182cf2dd922802aa
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82665
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-05-29 10:33:54 +00:00
..
tspi tree: Use <stdio.h> for snprintf 2024-05-29 10:33:54 +00:00
tss cr50: Replace "cr50" to "GSC" in debug messages 2024-05-17 12:50:28 +00:00
Kconfig security/tpm: support compiling in multiple TPM drivers 2024-04-16 13:52:14 +00:00
Makefile.mk security/tpm: resolve conflicts in TSS implementations 2024-03-28 15:16:19 +00:00
tis.h security/tpm: support compiling in multiple TPM drivers 2024-04-16 13:52:14 +00:00
tpm1_log_serialized.h security/tpm/tpm{1,2}_log_serialized.h: Use C99 flexible arrays 2023-08-01 12:41:14 +00:00
tpm2_log_serialized.h security/tpm/tpm{1,2}_log_serialized.h: Use C99 flexible arrays 2023-08-01 12:41:14 +00:00
tspi.h treewide: convert to tpm_result_t 2023-09-28 16:54:37 +00:00
tss.h security/tpm: replace CONFIG(TPMx) checks with runtime check 2024-03-28 15:18:04 +00:00
tss1.h security/tpm: resolve conflicts in TSS implementations 2024-03-28 15:16:19 +00:00
tss2.h security/tpm: resolve conflicts in TSS implementations 2024-03-28 15:16:19 +00:00
tss_errors.h drivers/pc80/tpm: probe for TPM family of a device 2024-02-07 12:20:25 +00:00