History log of /external/tpm2/StartAuthSession_fp.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
776e23689ddfb58cf6d6a111a3741a308e3fe60f 05-Sep-2015 Vadim Bendebury <vbendeb@chromium.org> generator: update generated files

The new versions of the files were generated after readability
improvements were added to the generator in the previous patch.

BUG=chromium:501639
TEST=the tree builds fine.

Change-Id: I158484f9843a83910c2bdbdcd76b8e683d1c72f9
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/297735
Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
/external/tpm2/StartAuthSession_fp.h
a4ed3aa64664a1241ea982d685db744caaae3ffa 30-Jul-2015 Jocelyn Bohr <bohr@chromium.org> Implementation files for command marshaling.

Generated C source and header files which add functions to unmarshal command
requests, execute commands, and marshal command responses. This
(tenatively) adds all final missing parts of libtpm2. These files are
generated from command_generator.py in CL:290556.

TEST=$ sudo emerge tpm2
builds libtpm2.a
Locally I was able to call ExecCommand to execute TPM2_Startup with
success after software TPM initialization.
BUG=chromium:501639

CQ-DEPEND=CL:290556

Change-Id: Ieb3f208795a21a172dea25b35027c5aceba7ee08
Reviewed-on: https://chromium-review.googlesource.com/289813
Tested-by: Jocelyn Bohr <bohr@chromium.org>
Reviewed-by: Darren Krahn <dkrahn@chromium.org>
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Commit-Queue: Jocelyn Bohr <bohr@chromium.org>
/external/tpm2/StartAuthSession_fp.h
f788ffb5e5b4493cb4c1deaa12a97c80c2694b01 05-Jun-2015 Vadim Bendebury <vbendeb@chromium.org> reformat added files

This patch is the result of running the following script inside chroot:

$ for f in $(git diff bfc1e79 | grep -A1 '^\-\-\- /dev/null' | \
grep '^\+\+' awk -F/ '{print $2}'); do # for all added files
rm -f /tmp/clf.h # remove the placeholder file
mcomms $f > /tmp/clf.h # a hepler script putting multiline comments in one line
rm -f $f
clang-format --style=Google /tmp/clf.h > $f
done

BUG=none
TEST=verified that make still succeeds and that

$ objdump -d build/tpm2lib | md5sum

returns the same value before and after this patch

Change-Id: I7e2dca6a1fdd1d77b1c77f3b6cdd3433556d9c1d
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/275681
Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
/external/tpm2/StartAuthSession_fp.h
163cddf19bd5e599e6e35f63872fee31da679589 02-Jun-2015 Vadim Bendebury <vbendeb@chromium.org> Changes to allow compilation of StartAuthSession.c

BUG=none
TEST=compilation succeeds:
cc -Wall -Werror -c -o /dev/null StartAuthSession.c

Change-Id: Iaf60448172df7482975bbe916a979558c66b34ad
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/274668
Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
/external/tpm2/StartAuthSession_fp.h