Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: dh - split out deserialization code from crypto_dh_decode() | Nicolai Stange | 2022-03-03 | 1 | -0/+16 |
* | crypto: dh - constify struct dh's pointer members | Nicolai Stange | 2022-03-03 | 1 | -3/+3 |
* | crypto: dh - remove struct dh's ->q member | Nicolai Stange | 2022-03-03 | 1 | -4/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -6/+1 |
* | crypto: dh - add public key verification test | Stephan Mueller | 2018-07-09 | 1 | -0/+4 |
* | crypto: dh - return unsigned value for crypto_dh_key_len() | Tudor-Dan Ambarus | 2017-10-12 | 1 | -1/+1 |
* | crypto: kpp, (ec)dh - fix typos | Tudor-Dan Ambarus | 2017-06-10 | 1 | -2/+2 |
* | crypto: doc - add KPP documentation | Stephan Mueller | 2016-12-13 | 1 | -0/+58 |
* | crypto: dh - Add DH software implementation | Salvatore Benedetto | 2016-06-23 | 1 | -0/+29 |