History log of /external/tpm2/CpriHash_fp.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/CpriHash_fp.h
c00055c030100256f3c2015b9892cdb0bd39fcb0 30-May-2015 Vadim Bendebury <vbendeb@chromium.org> Changes to allow compilation of CryptUtil.c

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

Change-Id: Ic3597350f5ebe1871a842b7cb75653531eb99ee2
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/274007
Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
/external/tpm2/CpriHash_fp.h
42c3ea1c960c7aa447184204856819e75c0af6f9 30-May-2015 Vadim Bendebury <vbendeb@chromium.org> Changes to allow compilation of CpriRSA.c

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

Change-Id: Ia2edfbb7a0426abd33607c2662f84c0a13b60cb4
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/274102
Reviewed-by: Darren Krahn <dkrahn@chromium.org>
/external/tpm2/CpriHash_fp.h
0a05071eda743000b3936bae53374bbe07893848 29-May-2015 Vadim Bendebury <vbendeb@chromium.org> Changes to allow compilation of CpriECC.c

Some openssl includes do not meet this module's expectations, a
definition of ec_group_st (which is tyoedefed to EC_CURVE) was added
to resolve compilation issues. This structure contents will have to be
refined.

CpriDataECC.c is not supposed to be a separate compilation unit, and
as such it is being removed from Makefile.

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

Change-Id: Ib37e34d567f95af20a064acd70c706a6359edd8c
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/274099
Reviewed-by: Darren Krahn <dkrahn@chromium.org>
/external/tpm2/CpriHash_fp.h
fea3a14b16095f93f2d69f1a9e8744883c95a992 29-May-2015 Vadim Bendebury <vbendeb@chromium.org> Changes to allow compilation of CpriCryptPri.c

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

Change-Id: Ica85c72e8472d8f6bfafdf15ae2d98e0874bd945
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/274098
Reviewed-by: Darren Krahn <dkrahn@chromium.org>
/external/tpm2/CpriHash_fp.h
c4b77e00643ea6e230916a76da450315ab820997 28-May-2015 Vadim Bendebury <vbendeb@chromium.org> Changes to allow compilation of ActivateCredential.c

This patch provides plumbing necessary to compile
ActivateCredential.c. Most of the new files are currently empty - they
are listed as includes, but no information from them is required for
this particular compilation.

The *_fp.h files provide necessary function prototypes, only few of
these prototypes are required at this time.

TPM_Types.h is a purged copy of

https://github.com/tianocore/edk2.git:MdePkg/Include/IndustryStandard/Tpm20.h

(at e9a1e37), which can not be copied directly due to some definition
collisions with this package. Some more items will be copied later.

BUG=none
TEST=running make now results in the ./build directory created:
$ make 2>/dev/null > /dev/null # Suppress other compile errors
$ ls build
ActivateCredential.o

Change-Id: Ie3e52923306d33ee697e2b9e739f715cbb8913aa
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
/external/tpm2/CpriHash_fp.h