commit | f958315358bc37aede49dc3cd7e27e037994ae84 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sun Apr 30 06:51:40 2017 -0700 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Sun Apr 30 16:52:39 2017 +0300 |
tree | 5d2f413a50c0895cc326fc854bf47c2b34fac8f4 | |
parent | 2d6f1da168e1d62c47f7d50135ac4cbd8411dcb1 [diff] |
Bluetooth: zero kpp input for key generation When generating new ECDH keys with kpp, the shared secret input needs to be set to NULL. Fix this by including kpp_request_set_input call. Fixes: 58771c1c ("Bluetooth: convert smp and selftest to crypto kpp API") Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>