History log of /external/tpm2/Import.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
065e0d7552ad876e067e56dcd8cc2a8f84bd8cc4 16-Oct-2015 Vadim Bendebury <vbendeb@chromium.org> Replace TPM_RCS_xxx with TPM_RC_xxx

The code scraped from the TPM2 library uses return code names prefixed
with TPM_RC_. But in a few places in the code the TPM_RCS_ prefix is
used. TPM_RCS_ prefixed values are not defined anywhere, form the code
logic they are equivalent to the corresponding TPM_RC_ prefixed
values.

This patch makes sure the consistent naming is used.

BUG=chrome-os-partner:44608
TEST=the tests still pass.

Change-Id: I342de9bdc6dd1e70e3c8268d38f02c9429980cfc
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/306650
Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
/external/tpm2/Import.c
5679752bf24c21135884e987c4077e2f71848971 20-May-2015 Vadim Bendebury <vbendeb@chromium.org> Initial commit to seed TPM2.0 source code directory

LICENSE file text copied from TCG library specification. README
describes the procedure used to extract source code from parts 3 and 4
of the specification.

The python scripts and part{34}.txt files will be removed in the
following commits.

Change-Id: Ie281e6e988481831f33483053455e8aff8f3f75f
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
/external/tpm2/Import.c