OSDN Git Service

Bluetooth: Add selftest for ECDH key generation
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 30 Apr 2017 13:51:41 +0000 (06:51 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 30 Apr 2017 13:52:43 +0000 (16:52 +0300)
commit71653eb64bcca6110c42aadfd50b8d54d3a88079
treeb74aeafc0a4d4d68129c01a037ef58f5b8563603
parentf958315358bc37aede49dc3cd7e27e037994ae84
Bluetooth: Add selftest for ECDH key generation

Since the ECDH key generation takes a different path, it needs to be
tested as well. For this generate the public debug key from the private
debug key and compare both.

This also moves the seeding of the private key into the SMP calling code
to allow for easier re-use of the ECDH key generation helper.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/ecdh_helper.c
net/bluetooth/smp.c