This patch set including the following modify:
1. Some optimization of ECC and Digest algorithms to improve
the performance of them.
2. Some bugfix and cleanup of the code.
3. Fixup the README.md info about enviroment variable.
Zhiqi Song (10):
uadk_engine: bugfix null dereference in abnormal conditions
digest: cleanup magic number in digest
dh: cleanup redundant macro definition
ecc: bugfix about repeated alg and dev queries
ecc: bugfix the conversion of sm2 pubkey point
uadk_engine: modify static check problem
ecc: optimize sm2 ctrl process to improve performance
digest: remove soft ctx allocation in digest init process
ecc: optimize sm2 update session process
uadk_engine: fix openssl config info
README.md | 16 ++++----
src/uadk_async.c | 22 +++++++++--
src/uadk_async.h | 7 +++-
src/uadk_dh.c | 1 -
src/uadk_digest.c | 98 +++++++++++++++++++++++++++--------------------
src/uadk_ec.c | 79 ++++++++++++++++++++++++++++----------
src/uadk_ecx.c | 23 +++++++++--
src/uadk_pkey.c | 66 +++++++++++++++++++------------
src/uadk_pkey.h | 13 ++++++-
src/uadk_rsa.c | 18 +++++++++
src/uadk_sm2.c | 87 ++++++++++++++++++++++++++++++-----------
11 files changed, 303 insertions(+), 127 deletions(-)
--
2.30.0
This patch set including the following modify:
1. Some optimization of ECC and Digest algorithms to improve
the performance of them.
2. Some bugfix and cleanup of the code.
3. Fixup the README.md info about enviroment variable.
Zhiqi Song (10):
uadk_engine: bugfix null dereference in abnormal conditions
digest: cleanup magic number in digest
dh: cleanup redundant macro definition
ecc: bugfix about repeated alg and dev queries
ecc: bugfix the conversion of sm2 pubkey point
uadk_engine: modify static check problem
ecc: optimize sm2 ctrl process to improve performance
digest: remove soft ctx allocation in digest init process
ecc: optimize sm2 update session process
uadk_engine: fix openssl config info
README.md | 16 ++++----
src/uadk_async.c | 22 +++++++++--
src/uadk_async.h | 7 +++-
src/uadk_dh.c | 1 -
src/uadk_digest.c | 98 +++++++++++++++++++++++++++--------------------
src/uadk_ec.c | 79 ++++++++++++++++++++++++++++----------
src/uadk_ecx.c | 23 +++++++++--
src/uadk_pkey.c | 66 +++++++++++++++++++------------
src/uadk_pkey.h | 13 ++++++-
src/uadk_rsa.c | 18 +++++++++
src/uadk_sm2.c | 87 ++++++++++++++++++++++++++++++-----------
11 files changed, 303 insertions(+), 127 deletions(-)
--
2.30.0