Home
last modified time | relevance | path

Searched refs:tpm2_chip_is_active_bank (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/include/drivers/
A Dtpm2_chip.h110 bool tpm2_chip_is_active_bank(uint16_t alg);
/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_cmd.c230 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()
A Dtpm2_chip.c44 bool tpm2_chip_is_active_bank(uint16_t alg) in tpm2_chip_is_active_bank() function

Completed in 16 milliseconds