zephyr/net/bluetooth
Andrei Emeltchenko 82fddc9cbc Bluetooth: Add AES-CMAC calculation based on AES 128 bit cipher
In a case there no crypto library, AES-CMAC Message Authentication Code
might be calculated with the help of Host Controller LE Encrypt command.

Change-Id: If7073bf4baa3f86c04728712f6789cc269673da7
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-02-05 20:14:41 -05:00
..
Kconfig Bluetooth: Add AES-CMAC calculation based on AES 128 bit cipher 2016-02-05 20:14:41 -05:00
Makefile Bluetooth: Move key handling to separate files 2016-02-05 20:14:17 -05:00
att.c Bluetooth: ATT: Handle Write response 2016-02-05 20:14:41 -05:00
att.h Bluetooth: ATT: Update multiple read req object 2016-02-05 20:14:40 -05:00
buf.c Bluetooth: buf: Add bt_buf_add_le16() API 2016-02-05 20:14:40 -05:00
conn.c Bluetooth: Move bt_security to conn.h and rename it appropriately 2016-02-05 20:14:40 -05:00
conn_internal.h Bluetooth: Move le_conn_update() to conn.c 2016-02-05 20:14:40 -05:00
gatt.c Bluetooth: GATT: Add bt_gatt_write 2016-02-05 20:14:41 -05:00
hci_core.c Bluetooth: Move le_conn_update() to conn.c 2016-02-05 20:14:40 -05:00
hci_core.h Bluetooth: Move le_conn_update() to conn.c 2016-02-05 20:14:40 -05:00
keys.c Bluetooth: Add bt_keys_add_type() convenience API 2016-02-05 20:14:39 -05:00
keys.h Bluetooth: Add bt_keys_add_type() convenience API 2016-02-05 20:14:39 -05:00
l2cap.c Bluetooth: Move le_conn_update() to conn.c 2016-02-05 20:14:40 -05:00
l2cap.h Bluetooth: Use __packed instead of the deprecated PACK_STRUCT 2016-02-05 20:14:18 -05:00
smp.c Bluetooth: Add AES-CMAC calculation based on AES 128 bit cipher 2016-02-05 20:14:41 -05:00
smp.h Bluetooth: Add AES-CMAC calculation based on AES 128 bit cipher 2016-02-05 20:14:41 -05:00
uuid.c Bluetooth: Add bt_uuid_cmp 2016-02-05 20:14:04 -05:00