Encryption service calls proper encryption/decryption methods 83/41883/6
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:23:59 +0000 (15:23 +0200)
commit85841ebd72c1b00be105d078d3c6b79d4bfe9cfb
tree2be93fb946da80cf275501aa836b02393e921a2f
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/encryption-logic.cpp