Re: [PATCH v4 01/21] tpm2: add new tpm2 commands according to TCG 1.36

2018-09-25 Thread Nayna Jain
On 09/21/2018 07:28 PM, Tomas Winkler wrote: 1. TPM2_CC_LAST has moved from 182 to 193 2. Convert tpm2_ordinal_duration from an array into a switch statement, as there are not so many commands that require special duration relative to a number of commands, the switch statement function

Re: [PATCH v4 01/21] tpm2: add new tpm2 commands according to TCG 1.36

2018-09-25 Thread Jarkko Sakkinen
On Fri, 2018-09-21 at 16:58 +0300, Tomas Winkler wrote: > 1. TPM2_CC_LAST has moved from 182 to 193 > 2. Convert tpm2_ordinal_duration from an array into a switch statement, >as there are not so many commands that require special duration >relative to a number of commands, the switch statem