This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
from 799fe4e68 testing/mtd_config_fs:more test cases for garbage collection. new ccd7d12bc testing:crypto testing form openbsd new ac4b42fee testing:support openbsd crypto test for nuttx 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: LICENSE | 84 ++ testing/crypto/3descbc.c | 193 ++++ testing/crypto/Kconfig | 17 + testing/{fstest => crypto}/Make.defs | 4 +- testing/{fstest => crypto}/Makefile | 12 +- testing/crypto/aesctr.c | 346 +++++++ testing/crypto/aesxts.c | 1869 ++++++++++++++++++++++++++++++++++ testing/crypto/hmac.c | 251 +++++ 8 files changed, 2767 insertions(+), 9 deletions(-) create mode 100644 testing/crypto/3descbc.c create mode 100644 testing/crypto/Kconfig copy testing/{fstest => crypto}/Make.defs (92%) copy testing/{fstest => crypto}/Makefile (84%) create mode 100644 testing/crypto/aesctr.c create mode 100644 testing/crypto/aesxts.c create mode 100644 testing/crypto/hmac.c