summaryrefslogtreecommitdiff
path: root/curvetun_mgmt.h
AgeCommit message (Collapse)AuthorFilesLines
2013-07-11curvetun_mgmt: consolidate the two mgmt include files into oneDaniel Borkmann1-0/+7
Consolidate the two mgmt include files into one. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
'2' class='oid'>a4770e1117f193c3e27f5f046cd4f8e2470f3b70 (patch) tree5b94bd702edc959e273ec5c65367c7ac679295b7 parenta90a6e55f34f28190e4dc2a6a3660ef157827a8f (diff)
Bluetooth: Switch SMP to crypto_cipher_encrypt_one()
SMP does ECB crypto on stack buffers. This is complicated and fragile, and it will not work if the stack is virtually allocated. Switch to the crypto_cipher interface, which is simpler and safer. Signed-off-by: Andy Lutomirski <luto@kernel.org> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Acked-by: Johan Hedberg <johan.hedberg@intel.com> Tested-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat