Searched refs:pcr_cap_len (Results 1 – 1 of 1) sorted by relevance
94 uint32_t pcr_cap_len = 0; in tpm2_get_bank_info() local102 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