Searched refs:tpm2_get_capability (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/drivers/tpm2/ |
A D | tpm2_chip.c | 72 ret = tpm2_get_capability(TPM2_CAP_TPM_PROPERTIES, property, 1, prop, in tpm2_get_tpm_property() 112 ret = tpm2_get_capability(TPM2_CAP_PCRS, 0, 1, pcr_cap, &pcr_cap_len); in tpm2_get_bank_info()
|
A D | tpm2_cmd.c | 151 enum tpm2_result tpm2_get_capability(uint32_t capability, uint32_t property, in tpm2_get_capability() function
|
/optee_os-3.20.0/core/include/ |
A D | tpm2.h | 190 enum tpm2_result tpm2_get_capability(uint32_t capability, uint32_t property,
|
Completed in 4 milliseconds