aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/selftest.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-06Bluetooth: Fix compiler warning with selftest duration calculationGravatar Marcel Holtmann 1-1/+1
2017-10-06Bluetooth: let the crypto subsystem generate the ecc privkeyGravatar Tudor Ambarus 1-3/+11
2017-10-06Bluetooth: selftest - check for errors when computing ZZGravatar Tudor Ambarus 1-3/+8
2017-10-06Bluetooth: move ecdh allocation outside of ecdh_helperGravatar Tudor Ambarus 1-8/+21
2017-08-11Bluetooth: kfree tmp rather than an alias to itGravatar Colin Ian King 1-1/+1
2017-04-30Bluetooth: allocate data for kpp on heapGravatar Salvatore Benedetto 1-5/+17
2017-04-25Bluetooth: convert smp and selftest to crypto kpp APIGravatar Salvatore Benedetto 1-3/+3
2015-04-02Bluetooth: Export ECDH selftest result in debugfsGravatar Marcel Holtmann 1-4/+31
2015-01-14Bluetooth: Use %llu for printing duration details of selftestsGravatar Marcel Holtmann 1-1/+1
2014-12-30Bluetooth: Add timing information to ECDH test case runsGravatar Marcel Holtmann 1-1/+9
2014-12-30Bluetooth: Add skeleton for SMP self-testsGravatar Johan Hedberg 1-0/+7
2014-12-30Bluetooth: Add support for ECDH test casesGravatar Johan Hedberg 1-1/+168
2014-12-30Bluetooth: Add support for self testing frameworkGravatar Marcel Holtmann 1-0/+62