Home
last modified time | relevance | path

Searched refs:tpm2_supported_algorithms (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/
H A Dtpm-v2.c26 const enum tpm2_algorithms tpm2_supported_algorithms[4] = { enum
86 for (i = 0; i < ARRAY_SIZE(tpm2_supported_algorithms); ++i) { in tcg2_create_digest()
88 tpm2_algorithm_to_mask(tpm2_supported_algorithms[i]); in tcg2_create_digest()
93 switch (tpm2_supported_algorithms[i]) { in tcg2_create_digest()
120 tpm2_supported_algorithms[i]); in tcg2_create_digest()
125 tpm2_supported_algorithms[i]; in tcg2_create_digest()
212 for (i = 0; i < ARRAY_SIZE(tpm2_supported_algorithms); ++i) { in tcg2_log_init()
213 mask = tpm2_algorithm_to_mask(tpm2_supported_algorithms[i]); in tcg2_log_init()
218 switch (tpm2_supported_algorithms[i]) { in tcg2_log_init()
257 for (i = 0; i < ARRAY_SIZE(tpm2_supported_algorithms); ++i) { in tcg2_log_init()
[all …]
/openbmc/u-boot/include/
H A Dtpm-v2.h389 extern const enum tpm2_algorithms tpm2_supported_algorithms[4];