Initial commit 50/137050/1
authoru.harbuz <u.harbuz@samsung.com>
Thu, 4 May 2017 11:13:54 +0000 (13:13 +0200)
committerLukasz Kostyra <l.kostyra@samsung.com>
Tue, 4 Jul 2017 08:23:57 +0000 (10:23 +0200)
commitb9b0c08092f5170e61b49dfbbf79dcf3c88f83f3
tree963d83743aa10593b90610f9c4431100620f733c
parent57cf0a18c6d9059b86ce73cd34f9f951d05f21f2
Initial commit

Change-Id: Ibd50eeba46cf910eb59bb45bc631b06c1e9bb742
317 files changed:
.cproject [new file with mode: 0644]
.project [new file with mode: 0644]
TEECLib/.cproject [new file with mode: 0755]
TEECLib/.gitignore [new file with mode: 0755]
TEECLib/.project [new file with mode: 0755]
TEECLib/.settings/language.settings.xml [new file with mode: 0755]
TEECLib/.settings/org.eclipse.cdt.core.prefs [new file with mode: 0755]
TEECLib/inc/teec_connection.h [new file with mode: 0755]
TEECLib/src/teec_api.c [new file with mode: 0755]
TEECLib/src/teec_connection.c [new file with mode: 0755]
TEEStub/.cproject [new file with mode: 0755]
TEEStub/.gitignore [new file with mode: 0755]
TEEStub/.project [new file with mode: 0755]
TEEStub/.settings/org.eclipse.cdt.core.prefs [new file with mode: 0755]
TEEStub/.settings/org.eclipse.cdt.ui.prefs [new file with mode: 0755]
TEEStub/.settings/org.eclipse.ltk.core.refactoring.prefs [new file with mode: 0755]
TEEStub/DeveloperReadme.txt [new file with mode: 0755]
TEEStub/PropertyAccess/ClientProperty.cpp [new file with mode: 0755]
TEEStub/PropertyAccess/ClientProperty.h [new file with mode: 0755]
TEEStub/PropertyAccess/Property.h [new file with mode: 0755]
TEEStub/PropertyAccess/PropertyApi.cpp [new file with mode: 0755]
TEEStub/PropertyAccess/PropertyApi.h [new file with mode: 0755]
TEEStub/PropertyAccess/PropertyUtility.cpp [new file with mode: 0755]
TEEStub/PropertyAccess/PropertyUtility.h [new file with mode: 0755]
TEEStub/PropertyAccess/TAProperty.cpp [new file with mode: 0755]
TEEStub/PropertyAccess/TAProperty.h [new file with mode: 0755]
TEEStub/PropertyAccess/TEEProperty.cpp [new file with mode: 0755]
TEEStub/PropertyAccess/TEEProperty.h [new file with mode: 0755]
TEEStub/PropertyAccess/rapidxml/rapidxml.hpp [new file with mode: 0755]
TEEStub/PropertyAccess/rapidxml/rapidxml_iterators.hpp [new file with mode: 0755]
TEEStub/PropertyAccess/rapidxml/rapidxml_print.hpp [new file with mode: 0755]
TEEStub/PropertyAccess/rapidxml/rapidxml_utils.hpp [new file with mode: 0755]
TEEStub/TACommands/CommandBase.cpp [new file with mode: 0755]
TEEStub/TACommands/CommandBase.h [new file with mode: 0755]
TEEStub/TACommands/CommandCloseSession.cpp [new file with mode: 0755]
TEEStub/TACommands/CommandCloseSession.h [new file with mode: 0755]
TEEStub/TACommands/CommandCreateEntryPoint.cpp [new file with mode: 0755]
TEEStub/TACommands/CommandCreateEntryPoint.h [new file with mode: 0755]
TEEStub/TACommands/CommandDestroyEntryPoint.cpp [new file with mode: 0755]
TEEStub/TACommands/CommandDestroyEntryPoint.h [new file with mode: 0755]
TEEStub/TACommands/CommandInvoke.cpp [new file with mode: 0755]
TEEStub/TACommands/CommandInvoke.h [new file with mode: 0755]
TEEStub/TACommands/CommandOpenSession.cpp [new file with mode: 0755]
TEEStub/TACommands/CommandOpenSession.h [new file with mode: 0755]
TEEStub/TACommands/CommandRequestCancel.cpp [new file with mode: 0755]
TEEStub/TACommands/CommandRequestCancel.h [new file with mode: 0755]
TEEStub/TACommands/MakeCommand.cpp [new file with mode: 0755]
TEEStub/TACommands/MakeCommand.h [new file with mode: 0755]
TEEStub/TACommands/SharedMemoryMap.cpp [new file with mode: 0755]
TEEStub/TACommands/SharedMemoryMap.h [new file with mode: 0755]
TEEStub/TEEStubServer/ConnectionSession.cpp [new file with mode: 0755]
TEEStub/TEEStubServer/ConnectionSession.h [new file with mode: 0755]
TEEStub/TEEStubServer/TAProperty.cpp [new file with mode: 0755]
TEEStub/TEEStubServer/TAProperty.h [new file with mode: 0755]
TEEStub/TEEStubServer/TEEStubServer.cpp [new file with mode: 0755]
TEEStub/TEEStubServer/TEEStubServer.h [new file with mode: 0755]
TEEStub/TaskStrategy/SessionState.cpp [new file with mode: 0755]
TEEStub/TaskStrategy/SessionState.h [new file with mode: 0755]
TEEStub/TaskStrategy/TaskQueuedStrategy.cpp [new file with mode: 0755]
TEEStub/TaskStrategy/TaskQueuedStrategy.h [new file with mode: 0755]
TEEStub/TaskStrategy/TaskStrategy.cpp [new file with mode: 0755]
TEEStub/TaskStrategy/TaskStrategy.h [new file with mode: 0755]
TEEStub/teestubmain.cpp [new file with mode: 0755]
build/TEECLib/makefile [new file with mode: 0755]
build/TEECLib/objects.mk [new file with mode: 0755]
build/TEECLib/sources.mk [new file with mode: 0755]
build/TEECLib/src/subdir.mk [new file with mode: 0755]
build/TEEStub/PropertyAccess/subdir.mk [new file with mode: 0755]
build/TEEStub/TACommands/subdir.mk [new file with mode: 0755]
build/TEEStub/TEEStubServer/subdir.mk [new file with mode: 0755]
build/TEEStub/TaskStrategy/subdir.mk [new file with mode: 0755]
build/TEEStub/makefile [new file with mode: 0755]
build/TEEStub/objects.mk [new file with mode: 0755]
build/TEEStub/sources.mk [new file with mode: 0755]
build/TEEStub/subdir.mk [new file with mode: 0755]
build/build.sh [new file with mode: 0755]
build/log/makefile [new file with mode: 0755]
build/log/objects.mk [new file with mode: 0755]
build/log/sources.mk [new file with mode: 0755]
build/log/subdir.mk [new file with mode: 0755]
build/osal/makefile [new file with mode: 0755]
build/osal/objects.mk [new file with mode: 0755]
build/osal/sources.mk [new file with mode: 0755]
build/osal/subdir.mk [new file with mode: 0755]
build/simulatordaemon/makefile [new file with mode: 0755]
build/simulatordaemon/objects.mk [new file with mode: 0755]
build/simulatordaemon/sources.mk [new file with mode: 0755]
build/simulatordaemon/src/ClientCommands/subdir.mk [new file with mode: 0755]
build/simulatordaemon/src/ResponseCommands/subdir.mk [new file with mode: 0755]
build/simulatordaemon/src/TABinaryManager/subdir.mk [new file with mode: 0755]
build/simulatordaemon/src/subdir.mk [new file with mode: 0755]
build/ssflib/dep/cryptocore/source/base/subdir.mk [new file with mode: 0755]
build/ssflib/dep/cryptocore/source/middle/subdir.mk [new file with mode: 0755]
build/ssflib/dep/cryptocore/source/subdir.mk [new file with mode: 0755]
build/ssflib/dep/swdss/source/subdir.mk [new file with mode: 0755]
build/ssflib/dep/time/subdir.mk [new file with mode: 0755]
build/ssflib/dep/uci/source/subdir.mk [new file with mode: 0755]
build/ssflib/makefile [new file with mode: 0755]
build/ssflib/objects.mk [new file with mode: 0755]
build/ssflib/sources.mk [new file with mode: 0755]
build/ssflib/src/subdir.mk [new file with mode: 0755]
include/.cproject [new file with mode: 0755]
include/.project [new file with mode: 0755]
include/.settings/language.settings.xml [new file with mode: 0755]
include/.settings/org.eclipse.cdt.core.prefs [new file with mode: 0755]
include/include/config.h [new file with mode: 0755]
include/include/tee_client_api.h [new file with mode: 0755]
include/include/tee_command.h [new file with mode: 0755]
include/include/tee_internal_api.h [new file with mode: 0755]
include/include/tee_sim_command.h [new file with mode: 0755]
include/include/teec_data.h [new file with mode: 0755]
include/include/teestub_command_data.h [new file with mode: 0755]
log/.cproject [new file with mode: 0755]
log/.gitignore [new file with mode: 0755]
log/.project [new file with mode: 0755]
log/.settings/language.settings.xml [new file with mode: 0755]
log/.settings/org.eclipse.cdt.core.prefs [new file with mode: 0755]
log/log.c [new file with mode: 0755]
log/log.h [new file with mode: 0755]
osal/.cproject [new file with mode: 0755]
osal/.gitignore [new file with mode: 0755]
osal/.project [new file with mode: 0755]
osal/.settings/org.eclipse.cdt.core.prefs [new file with mode: 0755]
osal/.settings/org.eclipse.cdt.managedbuilder.core.prefs [new file with mode: 0755]
osal/OsaCommon.c [new file with mode: 0755]
osal/OsaIpc.c [new file with mode: 0755]
osal/OsaLinuxUser.h [new file with mode: 0755]
osal/OsaQueue.c [new file with mode: 0755]
osal/OsaSem.c [new file with mode: 0755]
osal/OsaSignal.c [new file with mode: 0755]
osal/OsaTask.c [new file with mode: 0755]
osal/Osal.h [new file with mode: 0755]
simulatordaemon/.cproject [new file with mode: 0755]
simulatordaemon/.gitignore [new file with mode: 0755]
simulatordaemon/.project [new file with mode: 0755]
simulatordaemon/.settings/language.settings.xml [new file with mode: 0755]
simulatordaemon/.settings/org.eclipse.cdt.core.prefs [new file with mode: 0755]
simulatordaemon/inc/ClientCommands/CommandBase.h [new file with mode: 0755]
simulatordaemon/inc/ClientCommands/CommandCloseSession.h [new file with mode: 0755]
simulatordaemon/inc/ClientCommands/CommandCloseTASession.h [new file with mode: 0755]
simulatordaemon/inc/ClientCommands/CommandFinContext.h [new file with mode: 0755]
simulatordaemon/inc/ClientCommands/CommandInitContext.h [new file with mode: 0755]
simulatordaemon/inc/ClientCommands/CommandInvokeCommand.h [new file with mode: 0755]
simulatordaemon/inc/ClientCommands/CommandInvokeTACommand.h [new file with mode: 0755]
simulatordaemon/inc/ClientCommands/CommandOpenSession.h [new file with mode: 0755]
simulatordaemon/inc/ClientCommands/CommandOpenTASession.h [new file with mode: 0755]
simulatordaemon/inc/ClientCommands/CommandPanic.h [new file with mode: 0755]
simulatordaemon/inc/ClientCommands/CommandRegSharedMem.h [new file with mode: 0755]
simulatordaemon/inc/ClientCommands/CommandRelSharedMem.h [new file with mode: 0755]
simulatordaemon/inc/ClientCommands/CommandReqCancellation.h [new file with mode: 0755]
simulatordaemon/inc/ClientCommands/MakeCommand.h [new file with mode: 0755]
simulatordaemon/inc/ConnectionSession.h [new file with mode: 0755]
simulatordaemon/inc/IConnectionSession.h [new file with mode: 0644]
simulatordaemon/inc/ISession.h [new file with mode: 0644]
simulatordaemon/inc/ITAInstance.h [new file with mode: 0644]
simulatordaemon/inc/ResponseCommands/ResCommandBase.h [new file with mode: 0755]
simulatordaemon/inc/ResponseCommands/ResCommandCloseSession.h [new file with mode: 0755]
simulatordaemon/inc/ResponseCommands/ResCommandInvokeCommand.h [new file with mode: 0755]
simulatordaemon/inc/ResponseCommands/ResCommandOpenSession.h [new file with mode: 0755]
simulatordaemon/inc/ResponseCommands/ResCommandReqCancellation.h [new file with mode: 0755]
simulatordaemon/inc/ResponseCommands/ResMakeCommand.h [new file with mode: 0755]
simulatordaemon/inc/Session.h [new file with mode: 0755]
simulatordaemon/inc/SimulatorDaemonServer.h [new file with mode: 0755]
simulatordaemon/inc/TAFactory.h [new file with mode: 0755]
simulatordaemon/inc/TAInstance.h [new file with mode: 0755]
simulatordaemon/inc/TEEContext.h [new file with mode: 0755]
simulatordaemon/inc/ioService.h [new file with mode: 0755]
simulatordaemon/inc/path.h [new file with mode: 0755]
simulatordaemon/src/ClientCommands/CommandCloseSession.cpp [new file with mode: 0755]
simulatordaemon/src/ClientCommands/CommandCloseTASession.cpp [new file with mode: 0755]
simulatordaemon/src/ClientCommands/CommandFinContext.cpp [new file with mode: 0755]
simulatordaemon/src/ClientCommands/CommandInitContext.cpp [new file with mode: 0755]
simulatordaemon/src/ClientCommands/CommandInvokeCommand.cpp [new file with mode: 0755]
simulatordaemon/src/ClientCommands/CommandInvokeTACommand.cpp [new file with mode: 0755]
simulatordaemon/src/ClientCommands/CommandOpenSession.cpp [new file with mode: 0755]
simulatordaemon/src/ClientCommands/CommandOpenTASession.cpp [new file with mode: 0755]
simulatordaemon/src/ClientCommands/CommandPanic.cpp [new file with mode: 0755]
simulatordaemon/src/ClientCommands/CommandRegSharedMem.cpp [new file with mode: 0755]
simulatordaemon/src/ClientCommands/CommandRelSharedMem.cpp [new file with mode: 0755]
simulatordaemon/src/ClientCommands/CommandReqCancellation.cpp [new file with mode: 0755]
simulatordaemon/src/ClientCommands/MakeCommand.cpp [new file with mode: 0755]
simulatordaemon/src/ConnectionSession.cpp [new file with mode: 0755]
simulatordaemon/src/RemoteSystemsTempFiles/.project [new file with mode: 0755]
simulatordaemon/src/ResponseCommands/ResCommandCloseSession.cpp [new file with mode: 0755]
simulatordaemon/src/ResponseCommands/ResCommandInvokeCommand.cpp [new file with mode: 0755]
simulatordaemon/src/ResponseCommands/ResCommandOpenSession.cpp [new file with mode: 0755]
simulatordaemon/src/ResponseCommands/ResCommandReqCancellation.cpp [new file with mode: 0755]
simulatordaemon/src/ResponseCommands/ResMakeCommand.cpp [new file with mode: 0755]
simulatordaemon/src/Session.cpp [new file with mode: 0755]
simulatordaemon/src/SimulatorDaemon.cpp [new file with mode: 0755]
simulatordaemon/src/SimulatorDaemonServer.cpp [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/.cproject [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/.project [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/Config.h [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/Debug/TABinaryManager [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/Debug/TABinaryManager.d [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/Debug/TAManifest.d [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/Debug/TAUnpack.d [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/Debug/TestMain.d [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/Debug/makefile [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/Debug/objects.mk [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/Debug/sources.mk [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/Debug/subdir.mk [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/TABinaryManager.cpp [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/TABinaryManager.h [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/TAManifest.cpp [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/TAManifest.h [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/TAUnpack.cpp [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/TAUnpack.h [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/TestMain.cpp [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/rapidxml/rapidxml.hpp [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/rapidxml/rapidxml_iterators.hpp [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/rapidxml/rapidxml_print.hpp [new file with mode: 0755]
simulatordaemon/src/TABinaryManager/rapidxml/rapidxml_utils.hpp [new file with mode: 0755]
simulatordaemon/src/TAFactory.cpp [new file with mode: 0755]
simulatordaemon/src/TAInstance.cpp [new file with mode: 0755]
simulatordaemon/src/TEEContext.cpp [new file with mode: 0755]
simulatordaemon/src/ioService.cpp [new file with mode: 0755]
simulatordaemon/src/rapidxml/rapidxml.hpp [new file with mode: 0755]
simulatordaemon/src/scripts/update_uuid_list.sh [new file with mode: 0755]
ssflib/.cproject [new file with mode: 0755]
ssflib/.gitignore [new file with mode: 0755]
ssflib/.project [new file with mode: 0755]
ssflib/.settings/org.eclipse.cdt.core.prefs [new file with mode: 0755]
ssflib/dep/cryptocore/include/CC_API.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/CC_Constants.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/CC_Context.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/CC_Type.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/CryptoCore.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/base/cc_ANSI_x931.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/base/cc_aes.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/base/cc_bignum.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/base/cc_des.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/base/cc_ecc.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/base/cc_fast_math.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/base/cc_hash.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/base/cc_md5.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/base/cc_moo.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/base/cc_pkcs1_v21.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/base/cc_rc4.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/base/cc_sha1.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/base/cc_sha2.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/base/cc_snow2.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/drm_macro.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/middle/cc_cmac.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/middle/cc_dh.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/middle/cc_dsa.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/middle/cc_ecdh.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/middle/cc_ecdsa.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/middle/cc_hmac.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/middle/cc_rng.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/middle/cc_rsa.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/middle/cc_symmetric.h [new file with mode: 0755]
ssflib/dep/cryptocore/include/middle/cc_tdes.h [new file with mode: 0755]
ssflib/dep/cryptocore/source/CC_API.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/base/cc_ANSI_x931.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/base/cc_aes.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/base/cc_bignum.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/base/cc_des.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/base/cc_ecc.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/base/cc_fast_math.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/base/cc_hash.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/base/cc_md5.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/base/cc_moo.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/base/cc_pkcs1_v21.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/base/cc_rc4.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/base/cc_sha1.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/base/cc_sha2.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/base/cc_snow2.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/middle/cc_cmac.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/middle/cc_dh.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/middle/cc_dsa.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/middle/cc_ecdh.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/middle/cc_ecdsa.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/middle/cc_hmac.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/middle/cc_rng.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/middle/cc_rsa.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/middle/cc_symmetric.c [new file with mode: 0755]
ssflib/dep/cryptocore/source/middle/cc_tdes.c [new file with mode: 0755]
ssflib/dep/swdss/include/file_op.h [new file with mode: 0755]
ssflib/dep/swdss/include/secure_file.h [new file with mode: 0755]
ssflib/dep/swdss/include/slog.h [new file with mode: 0755]
ssflib/dep/swdss/include/ss_api.h [new file with mode: 0755]
ssflib/dep/swdss/include/ss_crypto.h [new file with mode: 0755]
ssflib/dep/swdss/include/ss_misc.h [new file with mode: 0755]
ssflib/dep/swdss/include/ss_temp_store.h [new file with mode: 0755]
ssflib/dep/swdss/include/ss_types.h [new file with mode: 0755]
ssflib/dep/swdss/source/file_op.cpp [new file with mode: 0755]
ssflib/dep/swdss/source/secure_file.cpp [new file with mode: 0755]
ssflib/dep/swdss/source/ss_api.cpp [new file with mode: 0755]
ssflib/dep/swdss/source/ss_crypto.cpp [new file with mode: 0755]
ssflib/dep/swdss/source/ss_misc.cpp [new file with mode: 0755]
ssflib/dep/swdss/source/ss_temp_store.cpp [new file with mode: 0755]
ssflib/dep/time/ssf_time.cpp [new file with mode: 0755]
ssflib/dep/uci/include/uci_aes_xcbc_mac.h [new file with mode: 0755]
ssflib/dep/uci/include/uci_api.h [new file with mode: 0755]
ssflib/dep/uci/include/uci_cryptocore.h [new file with mode: 0755]
ssflib/dep/uci/include/uci_hwcrypto.h [new file with mode: 0755]
ssflib/dep/uci/include/uci_internal.h [new file with mode: 0755]
ssflib/dep/uci/include/uci_type.h [new file with mode: 0755]
ssflib/dep/uci/source/uci_aes_xcbc_mac.c [new file with mode: 0755]
ssflib/dep/uci/source/uci_api.c [new file with mode: 0755]
ssflib/dep/uci/source/uci_cryptocore.c [new file with mode: 0755]
ssflib/dep/uci/source/uci_hwcrypto.c [new file with mode: 0755]
ssflib/inc/app_debug.h [new file with mode: 0755]
ssflib/inc/ssf_client.h [new file with mode: 0755]
ssflib/inc/ssf_lib.h [new file with mode: 0755]
ssflib/inc/ssf_storage.h [new file with mode: 0755]
ssflib/src/app_debug.c [new file with mode: 0755]
ssflib/src/ssf_arithmetic.c [new file with mode: 0755]
ssflib/src/ssf_client.c [new file with mode: 0755]
ssflib/src/ssf_crypto.c [new file with mode: 0755]
ssflib/src/ssf_lib.c [new file with mode: 0755]
ssflib/src/ssf_malloc.c [new file with mode: 0755]
ssflib/src/ssf_panic.c [new file with mode: 0755]
ssflib/src/ssf_storage.c [new file with mode: 0755]
ssflib/src/ssf_taentrypoint.c [new file with mode: 0755]