This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 63698738a system/nxinit: add cmocka unit tests for
parser/action/service
new 6a19675e7 testing/crypto: add chacha20 and chacha20-poly1305 tests
new c91322216 testing/crypto: add SHA2-224 HMAC test case
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
testing/drivers/crypto/CMakeLists.txt | 28 +++
testing/drivers/crypto/Kconfig | 8 +
testing/drivers/crypto/Makefile | 10 +
testing/drivers/crypto/chacha20.c | 395 ++++++++++++++++++++++++++++++++++
testing/drivers/crypto/chachapoly.c | 367 +++++++++++++++++++++++++++++++
testing/drivers/crypto/hmac.c | 38 ++++
6 files changed, 846 insertions(+)
create mode 100644 testing/drivers/crypto/chacha20.c
create mode 100644 testing/drivers/crypto/chachapoly.c