Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_tcg.c10 static TEE_Result tpm2_tcg_get_pcr_info(uint32_t *selection_mask, in tpm2_tcg_get_pcr_info() argument
22 *selection_mask = caps.selection_mask; in tpm2_tcg_get_pcr_info()
A Dtpm2_chip.c136 caps->selection_mask |= alg_mask; in tpm2_get_bank_info()
/optee_os-3.20.0/core/include/kernel/
A Dtcg.h112 TEE_Result (*pcr_info)(uint32_t *selection_mask, uint32_t *active_mask,
/optee_os-3.20.0/core/include/drivers/
A Dtpm2_chip.h65 uint32_t selection_mask; /* Bitmap of supported banks/algs */ member
/optee_os-3.20.0/core/kernel/
A Dtcg.c19 static TEE_Result tcg_get_pcr_info(uint32_t *selection_mask, in tcg_get_pcr_info() argument
25 return pcr_provider->pcr_info(selection_mask, active_mask, num_pcr); in tcg_get_pcr_info()

Completed in 8 milliseconds