Searched refs:tpm2_chip_is_active_bank (Results 1 – 3 of 3) sorted by relevance
110 bool tpm2_chip_is_active_bank(uint16_t alg);
230 if (pcr_idx >= caps.num_pcrs || !tpm2_chip_is_active_bank(alg)) in tpm2_pcr_read()375 if (pcr_idx >= caps.num_pcrs || !tpm2_chip_is_active_bank(alg)) in tpm2_pcr_extend()
44 bool tpm2_chip_is_active_bank(uint16_t alg) in tpm2_chip_is_active_bank() function
Completed in 16 milliseconds