Re: [PATCH] Bluetooth: convert smp module to crypto kpp API

2016-05-05 Thread Marcel Holtmann
Hi Salvatore, > This patch has *not* been tested as I don't have the hardware. > It's purpose is to show how to use the kpp API. > > Based on https://patchwork.kernel.org/patch/9022371/ actually you should be able to verify this without hardware. The BlueZ userspace package contains tools/mgmt-

[PATCH] Bluetooth: convert smp module to crypto kpp API

2016-05-05 Thread Salvatore Benedetto
This patch has *not* been tested as I don't have the hardware. It's purpose is to show how to use the kpp API. Based on https://patchwork.kernel.org/patch/9022371/ Signed-off-by: Salvatore Benedetto --- net/bluetooth/smp.c | 99 - 1 file chang