Encryption service calls proper encryption/decryption methods ref/for/tizen
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 18 Jun 2015 14:24:20 +0000 (16:24 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 26 Jun 2015 13:15:40 +0000 (15:15 +0200)
commitc25a46edd8a42766aac488500335827412568fc4
tree5e159b697a94e3eadfbddc8c69476a5484ef0bc8
parentea0e543ca73d9957e8ced12cc7058a8761b20c38
Encryption service calls proper encryption/decryption methods

[Feature] Encryption srevice development
[Solution] After key is retrieved it is used to perform encryption/decryption
of data and return the result to the client.

[Verification] Run ckm-tests --group=CKM_ENCRYPTION_DECRYPTION.
TED_1250_gcm_aad may fail.

Change-Id: Iaff45ac05df0470eabf3164c6fb427c68c9ef1a5
src/manager/crypto/generic-backend/gkey.h
src/manager/service/ckm-logic.cpp
src/manager/service/ckm-service.cpp
src/manager/service/encryption-logic.cpp