Searched refs:tpm2_algorithm_to_mask (Results 1 – 2 of 2) sorted by relevance
88 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()
407 #define tpm2_algorithm_to_mask(a) (1 << (a)) macro