aboutsummaryrefslogtreecommitdiff
path: root/crypto/sm2.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-20crypto: sm2 - Fix crash caused by uninitialized contextGravatar Tianjia Zhang 1-1/+5
2023-06-23KEYS: asymmetric: Move sm2 code into x509_public_keyGravatar Herbert Xu 1-36/+70
2022-09-24crypto: add __init/__exit annotations to init/exit funcsGravatar Xiu Jianfeng 1-2/+2
2022-03-03crypto: cleanup commentsGravatar Tom Rix 1-1/+1
2022-01-28crypto: sm2 - make dependent on sm3 libraryGravatar Tianjia Zhang 1-19/+19
2021-06-11crypto: sm2 - fix a memory leak in sm2Gravatar Hongbo Li 1-14/+10
2020-10-30crypto: sm2 - remove unnecessary reset operationsGravatar Tianjia Zhang 1-46/+29
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmGravatar Tianjia Zhang 1-0/+481