summaryrefslogtreecommitdiffstats
path: root/crypto/sm2.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: sm2 - Fix crash caused by uninitialized contextTianjia Zhang2023-09-201-1/+5
* KEYS: asymmetric: Move sm2 code into x509_public_keyHerbert Xu2023-06-231-36/+70
* crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng2022-09-241-2/+2
* crypto: cleanup commentsTom Rix2022-03-031-1/+1
* crypto: sm2 - make dependent on sm3 libraryTianjia Zhang2022-01-281-19/+19
* crypto: sm2 - fix a memory leak in sm2Hongbo Li2021-06-111-14/+10
* crypto: sm2 - remove unnecessary reset operationsTianjia Zhang2020-10-301-46/+29
* crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang2020-09-251-0/+481