Add support for AES CTR and AES CFB 82/42582/4
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 30 Jun 2015 09:19:02 +0000 (11:19 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 1 Jul 2015 11:41:56 +0000 (04:41 -0700)
commit3112828520f9f58b7a56ca0b73d458527f613523
tree42f62d74d1ea9cbed92330cb3c8c5df0bd816243
parenta0fe93a32f0a9eff1489d36b5b3323fd6ca5651a
Add support for AES CTR and AES CFB

[Feature] Implementation of encryption service
[Solution] CTR and CFB modes implemented

[Verification] Run ckm-tests --group=CKM_ENCRYPTION_DECRYPTION. Only rsa tests
and gcm aad test may fail.

Change-Id: I71f8c71a0fce536037da7653986c674c3a63499a
src/manager/crypto/sw-backend/crypto.h
src/manager/crypto/sw-backend/internals.cpp
src/manager/crypto/sw-backend/internals.h
src/manager/service/crypto-logic.cpp