Re: [PATCH v9 5/6] KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip()
From: Jarkko Sakkinen <hidden>
Date: 2019-02-01 13:39:21
Also in:
keyrings, linux-integrity, lkml
From: Jarkko Sakkinen <hidden>
Date: 2019-02-01 13:39:21
Also in:
keyrings, linux-integrity, lkml
On Fri, Feb 01, 2019 at 11:06:40AM +0100, Roberto Sassu wrote:
When crypto agility support will be added to the TPM driver, users of the driver have to retrieve the allocated banks from chip->allocated_banks and use this information to prepare the array of tpm_digest structures to be passed to tpm_pcr_extend(). This patch retrieves a tpm_chip pointer from tpm_default_chip() so that the pointer can be used to prepare the array of tpm_digest structures. Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com>
Reviewed-by: Jarkko Sakkinen <redacted> Tested-by: Jarkko Sakkinen <redacted> /Jarkko