tz-backend: Implement symmetric encryption through TA 17/118617/8
authorLukasz Kostyra <l.kostyra@samsung.com>
Tue, 25 Jul 2017 12:59:49 +0000 (14:59 +0200)
committerLukasz Kostyra <l.kostyra@samsung.com>
Tue, 28 Nov 2017 13:27:46 +0000 (14:27 +0100)
commitb69ec951ea341627a7670d202a1873553ca266ec
tree43a2b7046af03211d9cada41fa1f94b233bcffb2
parentc6a05d85f7fd676ba81bf1fea567a500f4155ef1
tz-backend: Implement symmetric encryption through TA

Change-Id: Id1b563f099e1671fb5fbcca9ca08757b34b1dfd8
19 files changed:
packaging/key-manager.spec
src/CMakeLists.txt
src/manager/crypto/generic-backend/algo-validation.h
src/manager/crypto/generic-backend/crypto-params.h [new file with mode: 0644]
src/manager/crypto/platform/decider.cpp
src/manager/crypto/sw-backend/internals.cpp
src/manager/crypto/sw-backend/store.cpp
src/manager/crypto/tz-backend/internals.cpp [new file with mode: 0644]
src/manager/crypto/tz-backend/internals.h [new file with mode: 0644]
src/manager/crypto/tz-backend/obj.cpp
src/manager/crypto/tz-backend/obj.h
src/manager/crypto/tz-backend/store.cpp
src/manager/crypto/tz-backend/store.h
src/manager/crypto/tz-backend/tz-context.cpp [new file with mode: 0644]
src/manager/crypto/tz-backend/tz-context.h [new file with mode: 0644]
src/manager/crypto/tz-backend/tz-memory.cpp [new file with mode: 0644]
src/manager/crypto/tz-backend/tz-memory.h [new file with mode: 0644]
tests/CMakeLists.txt
tools/ckm_db_tool/CMakeLists.txt