mesh: Add key storage
authorBrian Gix <brian.gix@intel.com>
Thu, 9 May 2019 21:33:21 +0000 (14:33 -0700)
committerAnupam Roy <anupam.r@samsung.com>
Tue, 17 Dec 2019 14:27:01 +0000 (19:57 +0530)
commitfe15f97971f6973aae1c3011ed9ce3be42c6ebf9
tree19446c6b0526d30206c3bb5642a6ae55ccda3909
parent276a55de5670d844c654701d6f0dfcb02531cc9e
mesh: Add key storage

This implements internal key storage add/delete/fetch for the three
basic key types managed in Mesh: Network, Application and Device.

This key storage is separate from keys assigned to nodes within the
mesh, and are used to support Configuration Client functionality.

Change-Id: Ie582b6c0de2ed81c3b9e35cd5f1fc63674be2334
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
Makefile.mesh
mesh/keyring.c [new file with mode: 0644]
mesh/keyring.h [new file with mode: 0644]