aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/smp.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-26Bluetooth: use inclusive language in SMPGravatar Archie Pusaka 1-3/+3
2020-11-09Bluetooth: Move force_bredr_smp debugfs into hci_debugfs_create_bredrGravatar Claire Chang 1-0/+2
2018-09-26Bluetooth: SMP: fix crash in unpairingGravatar Matias Karhumaa 1-1/+2
2016-12-08Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flagGravatar Johan Hedberg 1-0/+1
2015-10-22Bluetooth: Fix crash in SMP when unpairingGravatar Johan Hedberg 1-0/+1
2015-03-16Bluetooth: Add function for generating LE SC out-of-band dataGravatar Marcel Holtmann 1-0/+1
2014-12-30Bluetooth: Add skeleton for SMP self-testsGravatar Johan Hedberg 1-0/+13
2014-12-03Bluetooth: Fix missing const declarations in SMP functionsGravatar Johan Hedberg 1-2/+3
2014-12-03Bluetooth: Set the correct security level for SC LTKsGravatar Johan Hedberg 1-2/+6
2014-12-03Bluetooth: Add mgmt support for LE Secure Connections LTK typesGravatar Johan Hedberg 1-0/+13
2014-12-03Bluetooth: Add basic SMP defines for LE Secure ConnectionsGravatar Johan Hedberg 1-1/+24
2014-11-15Bluetooth: Add key preference parameter to smp_sufficient_securityGravatar Johan Hedberg 1-1/+8
2014-09-11Bluetooth: Add smp_ltk_sec_level() helper functionGravatar Johan Hedberg 1-0/+8
2014-09-08Bluetooth: Add strict checks for allowed SMP PDUsGravatar Johan Hedberg 1-0/+2
2014-08-14Bluetooth: Make smp_chan_destroy() private to smp.cGravatar Johan Hedberg 1-2/+0
2014-08-14Bluetooth: Use L2CAP resume callback to call smp_distribute_keysGravatar Johan Hedberg 1-1/+0
2014-08-14Bluetooth: Convert SMP to use l2cap_chan infrastructureGravatar Johan Hedberg 1-1/+0
2014-08-14Bluetooth: Make AES crypto context private to SMPGravatar Johan Hedberg 1-3/+2
2014-08-14Bluetooth: Move SMP (de)initialization to smp.cGravatar Johan Hedberg 1-0/+3
2014-07-03Bluetooth: Remove HCI prefix from SMP LTK definesGravatar Johan Hedberg 1-0/+7
2014-05-20Bluetooth: Make SMP context private to smp.cGravatar Johan Hedberg 1-29/+0
2014-05-08Bluetooth: Add support for SMP Invalid Parameters error codeGravatar Johan Hedberg 1-0/+1
2014-03-24Bluetooth: Remove LTK re-encryption procedureGravatar Johan Hedberg 1-6/+2
2014-03-24Bluetooth: Add SMP flag to track which side is the initiatorGravatar Johan Hedberg 1-0/+1
2014-03-19Bluetooth: Increase SMP re-encryption delay to 500msGravatar Johan Hedberg 1-1/+1
2014-03-09Bluetooth: Add support for handling signature resolving keysGravatar Marcel Holtmann 1-0/+2
2014-02-28Bluetooth: Delay LTK encryption to let remote receive all keysGravatar Johan Hedberg 1-0/+3
2014-02-28Bluetooth: Re-encrypt link after receiving an LTKGravatar Johan Hedberg 1-1/+2
2014-02-28Bluetooth: Use __le64 type for LE random numbersGravatar Marcel Holtmann 1-1/+1
2014-02-26Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()Gravatar Johan Hedberg 1-1/+1
2014-02-23Bluetooth: Add SMP function for generating RPAsGravatar Johan Hedberg 1-0/+1
2014-02-19Bluetooth: Track SMP keys in the SMP contextGravatar Johan Hedberg 1-0/+3
2014-02-18Bluetooth: Wait for SMP key distribution completion when pairingGravatar Johan Hedberg 1-0/+1
2014-02-18Bluetooth: Remove SMP data specific crypto contextGravatar Johan Hedberg 1-1/+0
2014-02-18Bluetooth: Enable support for remote IRK distributionGravatar Johan Hedberg 1-0/+4
2014-02-18Bluetooth: Add smp_irk_matches helper functionGravatar Johan Hedberg 1-0/+3
2014-02-18Bluetooth: Fix minor whitespace issues in SMP codeGravatar Johan Hedberg 1-1/+0
2013-12-05Bluetooth: Add smp_sufficient_security helper functionGravatar Johan Hedberg 1-0/+1
2013-10-11Bluetooth: Move smp.h header file into net/bluetooth/Gravatar Marcel Holtmann 1-0/+146