summaryrefslogtreecommitdiffstats
path: root/crypto/ecrdsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: ecrdsa - Fix signature size calculationLukas Wunner2024-10-051-0/+8
* crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()Lukas Wunner2024-10-051-2/+2
* crypto: ecrdsa - Migrate to sig_alg backendLukas Wunner2024-10-051-32/+24
* crypto: ecrdsa - Fix module auto-load on add_keyVitaly Chikunov2024-04-021-0/+1
* crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov2022-04-291-4/+4
* crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli2021-10-291-1/+1
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-0/+1
* crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov2019-04-181-0/+296