Searched refs:selection_mask (Results 1 – 5 of 5) sorted by relevance
10 static TEE_Result tpm2_tcg_get_pcr_info(uint32_t *selection_mask, in tpm2_tcg_get_pcr_info() argument22 *selection_mask = caps.selection_mask; in tpm2_tcg_get_pcr_info()
136 caps->selection_mask |= alg_mask; in tpm2_get_bank_info()
112 TEE_Result (*pcr_info)(uint32_t *selection_mask, uint32_t *active_mask,
65 uint32_t selection_mask; /* Bitmap of supported banks/algs */ member
19 static TEE_Result tcg_get_pcr_info(uint32_t *selection_mask, in tcg_get_pcr_info() argument25 return pcr_provider->pcr_info(selection_mask, active_mask, num_pcr); in tcg_get_pcr_info()
Completed in 5 milliseconds