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/nuttx-apps.git
from 757fc307c examples/lvgldemo: Select default demo new b366a3164 crypto:add getfd for crypto testcase new 731e7470b crypto:add aescbc testcase to testing 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/crypto/3descbc.c | 15 ++- testing/crypto/Makefile | 4 +- testing/crypto/aescbc.c | 231 +++++++++++++++++++++++++++++++++++++++++++++++ testing/crypto/aesctr.c | 15 ++- testing/crypto/aesxts.c | 15 ++- testing/crypto/hmac.c | 15 ++- 6 files changed, 289 insertions(+), 6 deletions(-) create mode 100644 testing/crypto/aescbc.c