diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2014-05-02 14:19:47 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-12-03 16:51:16 +0100 |
commit | 407cecf6c71e13da04f6b591bdbec76ab9a251c2 (patch) | |
tree | 84ea05ef859c33cfd6cc3827851b555168db7e0b /net/bluetooth/Kconfig | |
parent | df8e1a4c7339f6447e75430e7c8172deddb489a9 (diff) | |
download | linux-stable-407cecf6c71e13da04f6b591bdbec76ab9a251c2.tar.gz linux-stable-407cecf6c71e13da04f6b591bdbec76ab9a251c2.tar.bz2 linux-stable-407cecf6c71e13da04f6b591bdbec76ab9a251c2.zip |
Bluetooth: Add basic support for AES-CMAC
Most of the LE Secure Connections SMP crypto functions build on top of
the AES-CMAC function. This patch adds access to AES-CMAC in the kernel
crypto subsystem by allocating a crypto_hash handle for it in a similar
way that we have one for AES-CBC.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/Kconfig')
-rw-r--r-- | net/bluetooth/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 5e97a8ff850b..29bcafc41adf 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -10,6 +10,7 @@ menuconfig BT select CRYPTO select CRYPTO_BLKCIPHER select CRYPTO_AES + select CRYPTO_CMAC select CRYPTO_ECB select CRYPTO_SHA256 help |