summaryrefslogtreecommitdiff
path: root/net/bluetooth/smp.h
AgeCommit message (Expand)Author
2016-12-08Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flagJohan Hedberg
2015-10-22Bluetooth: Fix crash in SMP when unpairingJohan Hedberg
2015-03-16Bluetooth: Add function for generating LE SC out-of-band dataMarcel Holtmann
2014-12-30Bluetooth: Add skeleton for SMP self-testsJohan Hedberg
2014-12-03Bluetooth: Fix missing const declarations in SMP functionsJohan Hedberg
2014-12-03Bluetooth: Set the correct security level for SC LTKsJohan Hedberg
2014-12-03Bluetooth: Add mgmt support for LE Secure Connections LTK typesJohan Hedberg
2014-12-03Bluetooth: Add basic SMP defines for LE Secure ConnectionsJohan Hedberg
2014-11-15Bluetooth: Add key preference parameter to smp_sufficient_securityJohan Hedberg
2014-09-11Bluetooth: Add smp_ltk_sec_level() helper functionJohan Hedberg
2014-09-08Bluetooth: Add strict checks for allowed SMP PDUsJohan Hedberg
2014-08-14Bluetooth: Make smp_chan_destroy() private to smp.cJohan Hedberg
2014-08-14Bluetooth: Use L2CAP resume callback to call smp_distribute_keysJohan Hedberg
2014-08-14Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg
2014-08-14Bluetooth: Make AES crypto context private to SMPJohan Hedberg
2014-08-14Bluetooth: Move SMP (de)initialization to smp.cJohan Hedberg
2014-07-03Bluetooth: Remove HCI prefix from SMP LTK definesJohan Hedberg
2014-05-20Bluetooth: Make SMP context private to smp.cJohan Hedberg
2014-05-08Bluetooth: Add support for SMP Invalid Parameters error codeJohan Hedberg
2014-03-24Bluetooth: Remove LTK re-encryption procedureJohan Hedberg
2014-03-24Bluetooth: Add SMP flag to track which side is the initiatorJohan Hedberg
2014-03-19Bluetooth: Increase SMP re-encryption delay to 500msJohan Hedberg
2014-03-09Bluetooth: Add support for handling signature resolving keysMarcel Holtmann
2014-02-28Bluetooth: Delay LTK encryption to let remote receive all keysJohan Hedberg
2014-02-28Bluetooth: Re-encrypt link after receiving an LTKJohan Hedberg
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann
2014-02-26Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()Johan Hedberg
2014-02-23Bluetooth: Add SMP function for generating RPAsJohan Hedberg
2014-02-19Bluetooth: Track SMP keys in the SMP contextJohan Hedberg
2014-02-18Bluetooth: Wait for SMP key distribution completion when pairingJohan Hedberg
2014-02-18Bluetooth: Remove SMP data specific crypto contextJohan Hedberg
2014-02-18Bluetooth: Enable support for remote IRK distributionJohan Hedberg
2014-02-18Bluetooth: Add smp_irk_matches helper functionJohan Hedberg
2014-02-18Bluetooth: Fix minor whitespace issues in SMP codeJohan Hedberg
2013-12-05Bluetooth: Add smp_sufficient_security helper functionJohan Hedberg
2013-10-11Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann