Bluetooth: Use skcipher and hash
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 24 Jan 2016 13:18:30 +0000 (21:18 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 Jan 2016 12:36:04 +0000 (20:36 +0800)
commit71af2f6bb22a4bf42663e10f1d8913d4967ed07f
tree1a6619aa84d3d80bff81b7887ddf772134172176
parentc3917fd9dfbc8e5e4ca145398d7dc13e42a2d52f
Bluetooth: Use skcipher and hash

This patch replaces uses of blkcipher with skcipher and the long
obsolete hash interface with shash.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/smp.c