ssflib: Remove HW crypto routines 26/144726/2
authorLukasz Kostyra <l.kostyra@samsung.com>
Thu, 17 Aug 2017 09:47:09 +0000 (11:47 +0200)
committerLukasz Kostyra <l.kostyra@samsung.com>
Mon, 11 Sep 2017 14:38:52 +0000 (16:38 +0200)
commit75a6b21e4e72f992f0cdd1c7ff1391b843d4bd04
tree62e478fb2f23acb19bdec15b6237097034480698
parent62d73ce4bec81d40b0431ec612fa1ad233040dc6
ssflib: Remove HW crypto routines

ssflib had various leftovers from old implementation using hardware
to perform crypto operations. The hardware is not supported on simulator,
these code blocks were commented out, or put in "#if 0...#endif" blocks,
so for easier maintenance they were removed.

Change-Id: If1ccb76dce0cb63f567de314acc30e8b83cdd9f5
ssflib/inc/ssf_storage.h
ssflib/src/ssf_crypto.cpp