summaryrefslogtreecommitdiff
path: root/srcs/types.c
AgeCommit message (Collapse)AuthorFilesLines
2016-07-26Add data structuresKyungwook Tak1-0/+255
For migrated web app, we need to more fields in cache e.g., IV and is_migrated flag to handle it separately. Because cipher algorithm, iv and key size could be different between old secure storage, it depends on product implementation. So this architecture needs more flexibility. A lot of code changed because of the principle data structure is added from the bottom. Change-Id: Id6a10b9f707f4da25016dd928ab4049be619a610 Signed-off-by: Kyungwook Tak <k.tak@samsung.com>