Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c275 u8 pcr_array_sz; in sandbox_tpm2_xfer() local
512 pcr_array_sz = *sent; in sandbox_tpm2_xfer()
513 sent += sizeof(pcr_array_sz); in sandbox_tpm2_xfer()
514 if (!pcr_array_sz || pcr_array_sz > 8) { in sandbox_tpm2_xfer()
520 for (i = 0; i < pcr_array_sz; i++) in sandbox_tpm2_xfer()