Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dtpm-v2.c88 tpm2_algorithm_to_mask(tpm2_supported_algorithms[i]); in tcg2_create_digest()
213 mask = tpm2_algorithm_to_mask(tpm2_supported_algorithms[i]); in tcg2_log_init()
258 mask = tpm2_algorithm_to_mask(tpm2_supported_algorithms[i]); in tcg2_log_init()
429 mask = tpm2_algorithm_to_mask(algo); in tcg2_log_parse()
1167 u32 hash_mask = tpm2_algorithm_to_mask(pcrs.selection[i].hash); in tpm2_get_pcr_info()
/openbmc/u-boot/include/
H A Dtpm-v2.h407 #define tpm2_algorithm_to_mask(a) (1 << (a)) macro