aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/ecdh_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameGravatar Meng Yu 1-2/+0
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-3/+3
2017-10-06Bluetooth: let the crypto subsystem generate the ecc privkeyGravatar Tudor Ambarus 1-84/+102
2017-10-06Bluetooth: ecdh_helper - fix leak of private keyGravatar Tudor Ambarus 1-1/+1
2017-10-06Bluetooth: ecdh_helper - reveal error codesGravatar Tudor Ambarus 1-13/+19
2017-10-06Bluetooth: move ecdh allocation outside of ecdh_helperGravatar Tudor Ambarus 1-26/+6
2017-05-22Bluetooth: Delete error messages for failed memory allocations in two functionsGravatar Markus Elfring 1-8/+3
2017-04-30Bluetooth: Add selftest for ECDH key generationGravatar Marcel Holtmann 1-3/+0
2017-04-30Bluetooth: zero kpp input for key generationGravatar Marcel Holtmann 1-0/+1
2017-04-30Bluetooth: allocate data for kpp on heapGravatar Salvatore Benedetto 1-6/+16
2017-04-25Bluetooth: convert smp and selftest to crypto kpp APIGravatar Salvatore Benedetto 1-0/+223