net/tls: support CONFIG_HW_ECDH_PARAMS
authorJunyeon Lee <junyeon2.lee@samsung.com>
Wed, 22 Mar 2017 19:07:34 +0000 (04:07 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Mon, 17 Apr 2017 10:58:11 +0000 (19:58 +0900)
commit6ef2d5eb2781dd0074991a197c7cbff771981266
tree7b5d0bb341f2e5fe1aa51b8ee5376c4654d10730
parenta35aac074e5e0b7b2c260dfa584074ec2b2e4270
net/tls: support CONFIG_HW_ECDH_PARAMS

This commit adds two hardware eliptic curve diffie-hellman routine.
Generating key pair and computing shared secret will be accelated by
hardware with CONFIG_HW_ECDH_PARAMS.

Change-Id: I1f9a7740473d456fddc36a815f596fc2f5ab6883
Signed-off-by: Junyeon Lee <junyeon2.lee@samsung.com>
os/include/tls/ecdh.h
os/include/tls/ecp.h
os/include/tls/see_internal.h
os/net/tls/ecdh.c