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 d3942fa1b module build:replace BUILD_LOADABLE with MODULES
new 96b220659 apps/mbedtls-alt: support cmac
new 9a1a8d3ca mbedtls/psa: provides PSA method for using hardware random
driver
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:
crypto/mbedtls/CMakeLists.txt | 9 +
crypto/mbedtls/Kconfig | 10 +
crypto/mbedtls/Makefile | 6 +-
crypto/mbedtls/include/{md5_alt.h => cmac_alt.h} | 19 +-
crypto/mbedtls/include/mbedtls/mbedtls_config.h | 11 +-
crypto/mbedtls/source/cmac_alt.c | 247 +++++++++++++++++++++++
crypto/mbedtls/source/entropy_alt.c | 35 ++++
7 files changed, 328 insertions(+), 9 deletions(-)
copy crypto/mbedtls/include/{md5_alt.h => cmac_alt.h} (74%)
create mode 100644 crypto/mbedtls/source/cmac_alt.c