]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Add AES crypto context for each HCI device
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 18 Feb 2014 08:40:07 +0000 (10:40 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 18 Feb 2014 08:47:02 +0000 (00:47 -0800)
commit6b6f4a80d2cd5ab850af94b0dd04a3fb8200f804
tree51ef0e53f4c107447317a933e25a9466bd88ba8e
parent1dc72187882762ca6c72e34413bf96fb34ef1eba
Bluetooth: Add AES crypto context for each HCI device

Previously the crypto context has only been available for LE SMP
sessions, but now that we'll need to perform operations also during
discovery it makes sense to have this context part of the hci_dev
struct. Later, the context can be removed from the SMP context.

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