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/Policy_spt_fp.h
|
c5193c5b37cc5667d110d65ae8b03d5b96fc3c71 |
|
02-Jun-2015 |
Vadim Bendebury <vbendeb@chromium.org> |
Changes to allow compilation of PolicySecret.c BUG=none TEST=compilation succeeds: cc -Wall -Werror -c -o /dev/null PolicySecret.c Change-Id: I99af767c2d31d25a16c2814cb660b3235de6cf30 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/274647 Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
/external/tpm2/Policy_spt_fp.h
|
5b7832d0dac10777765bd3968494d918acd78122 |
|
01-Jun-2015 |
Vadim Bendebury <vbendeb@chromium.org> |
Changes to allow compilation of PolicyAuthorize.c BUG=none TEST=compilation succeeds: cc -Wall -Werror -c -o /dev/null PolicyAuthorize.c Change-Id: I421d032fd178b20f36acd8aa8e22796ba5e45205 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/274632 Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
/external/tpm2/Policy_spt_fp.h
|
4be4cee7974ea0ceaf97ae42c218583d69de88c1 |
|
01-Jun-2015 |
Vadim Bendebury <vbendeb@chromium.org> |
Changes to allow compilation of PolicyAuthValue.c BUG=none TEST=compilation succeeds: cc -Wall -Werror -c -o /dev/null PolicyAuthValue.c Change-Id: Id61643561b5726323240694ad97baef309fa38a4 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/274631 Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
/external/tpm2/Policy_spt_fp.h
|