This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from db9531fe964 drivers/serial: add job-control TTY ioctls and libc
wrappers
new 83cfeb7c4ea crypto: Support SHA2_224_HMAC
new b9c63dc7cec crypto: Add ChaCha20/ChaCha20-Poly1305 to /dev/crypto, fix
RFC 8439 nonce.
new 0f2b210e5bb crypto: add CRYPTO_CHACHA20_DJB variant (64-bit
counter/nonce)
The 3 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:
Documentation/components/crypto.rst | 1 +
crypto/chacha_private.h | 6 +-
crypto/chachapoly.c | 62 +++++++++++++++++---
crypto/cryptodev.c | 11 ++++
crypto/cryptosoft.c | 80 +++++++++++++++++++-------
crypto/xform.c | 111 +++++++++++++++++++++++-------------
include/crypto/chachapoly.h | 9 ++-
include/crypto/cryptodev.h | 8 ++-
include/crypto/xform.h | 7 ++-
9 files changed, 216 insertions(+), 79 deletions(-)