Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_chip.c46 uint32_t alg_mask = tpm2_alg_to_tcg_mask(alg); in tpm2_chip_is_active_bank() local
51 if (alg_mask & tpm2_device->capability.active_mask) in tpm2_chip_is_active_bank()
134 uint32_t alg_mask = tpm2_alg_to_tcg_mask(alg); in tpm2_get_bank_info() local
136 caps->selection_mask |= alg_mask; in tpm2_get_bank_info()
138 caps->active_mask |= alg_mask; in tpm2_get_bank_info()

Completed in 2 milliseconds