Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_chip.c94 uint32_t pcr_cap_len = 0; in tpm2_get_bank_info() local
102 pcr_cap_len = sizeof(struct tpml_pcr_selection); in tpm2_get_bank_info()
104 pcr_cap = malloc(pcr_cap_len); in tpm2_get_bank_info()
112 ret = tpm2_get_capability(TPM2_CAP_PCRS, 0, 1, pcr_cap, &pcr_cap_len); in tpm2_get_bank_info()

Completed in 2 milliseconds