Implement encryption/decryption API 52/40052/8
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 28 May 2015 07:11:22 +0000 (09:11 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 8 Jun 2015 09:55:45 +0000 (11:55 +0200)
commit7289ddcc83cdef17134c918dd1d22c2dc5ce759c
tree21515001dedfae9e9b2af7599818df8d32136268
parentb4b2310fa8c7dc6089131a83195a17a07d7e6850
Implement encryption/decryption API

[Feature] Implementation of encryption/decryption service.
[Solution] API implemented

[Verification] Run ckm-tests --group=CKM_ENCRYPTION_DECRYPTION
(TED_0040_encrypt_no_output_buffer passes, all other tests fail with
CKMC_ERROR_SOCKET)

Change-Id: Ib0ce85f031e92660713ae4f320a4fd3981a43ffc
src/include/ckm/ckm-manager.h
src/manager/client-capi/ckmc-manager.cpp
src/manager/client/client-manager-impl.cpp
src/manager/client/client-manager-impl.h
src/manager/common/protocols.cpp
src/manager/common/protocols.h