net/tls: support sss random number generator
authorJunyeon Lee <junyeon2.lee@samsung.com>
Tue, 21 Mar 2017 18:09:03 +0000 (03:09 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Mon, 17 Apr 2017 10:58:11 +0000 (19:58 +0900)
commit4c9edf0817fc578c41a9869d818491f9e38dda48
tree19f75ad05e285dc9850503f55813c6ae5c08e01b
parent188636d2ac34e37cfe02af680a1897ed174c5d66
net/tls: support sss random number generator

This commit adds source code about hardware based
random number generator in mbedtls_hardware_poll().

Please enable CONFIG_HW_RNG for getting
the true random entropy source from hardware.

Change-Id: Ib2b55921909bd8c5c1a809e0f8a825c0959b807d
Signed-off-by: Junyeon Lee <junyeon2.lee@samsung.com>
os/include/tls/see_api.h
os/net/tls/entropy_poll.c
os/net/tls/see_api.c