summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/ecdh_helper.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Use crypto_wait_reqHerbert Xu2023-02-131-31/+6
* crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-131-2/+0
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-3/+3
* Bluetooth: let the crypto subsystem generate the ecc privkeyTudor Ambarus2017-10-061-84/+102
* Bluetooth: ecdh_helper - fix leak of private keyTudor Ambarus2017-10-061-1/+1
* Bluetooth: ecdh_helper - reveal error codesTudor Ambarus2017-10-061-13/+19
* Bluetooth: move ecdh allocation outside of ecdh_helperTudor Ambarus2017-10-061-26/+6
* Bluetooth: Delete error messages for failed memory allocations in two functionsMarkus Elfring2017-05-221-8/+3
* Bluetooth: Add selftest for ECDH key generationMarcel Holtmann2017-04-301-3/+0
* Bluetooth: zero kpp input for key generationMarcel Holtmann2017-04-301-0/+1
* Bluetooth: allocate data for kpp on heapSalvatore Benedetto2017-04-301-6/+16
* Bluetooth: convert smp and selftest to crypto kpp APISalvatore Benedetto2017-04-251-0/+223