From: Johan Hedberg Date: Fri, 8 Aug 2014 06:37:17 +0000 (+0300) Subject: Bluetooth: Make AES crypto context private to SMP X-Git-Tag: fixes-against-v3.18-rc2~81^2~133^2~84^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=defce9e83666658d4420d65e45ab1ad190992f72;p=pandora-kernel.git Bluetooth: Make AES crypto context private to SMP Now that we have per-adapter SMP data thanks to the root SMP L2CAP channel we can take advantage of it and attach the AES crypto context (only used for SMP) to it. This means that the smp_irk_matches() and smp_generate_rpa() function can be converted to internally handle the AES context. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed