commit | 407cecf6c71e13da04f6b591bdbec76ab9a251c2 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri May 02 14:19:47 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Dec 03 16:51:16 2014 +0100 |
tree | 84ea05ef859c33cfd6cc3827851b555168db7e0b | |
parent | df8e1a4c7339f6447e75430e7c8172deddb489a9 [diff] |
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>