nuttx/crypto
makejian 7c763f67a6 crypto/poly1305: Fix false positive '-Wstringop-overflow' warning in poly1305.c
poly1305.c:241:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  241 |           st->buffer[st->leftover + i] = m[i];
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
Signed-off-by: makejian <makejian@xiaomi.com>
2024-08-23 12:57:37 -03:00
..
aes.c
blake2s.c
blf.c
bn.c Replace all asserts in kernel code with ASSERT 2024-05-17 10:18:16 -03:00
cast.c
castsb.h
chacha_private.h
chachapoly.c
cmac.c
CMakeLists.txt
crypto.c
cryptodev.c crypto/poly1305: export poly1305 mac algorithm via /dev/crypto 2024-08-22 13:40:24 +08:00
cryptosoft.c crypto/poly1305: export poly1305 mac algorithm via /dev/crypto 2024-08-22 13:40:24 +08:00
curve25519.c
des_locl.h
ecb3_enc.c
ecb_enc.c
gmac.c
hmac_buff.c
hmac.c
idgen.c
Kconfig fix(Kconfig): spellcheck "randon" to "random" 2024-06-15 17:40:18 +08:00
key_wrap.c
Makefile
md5.c
podd.h
poly1305.c crypto/poly1305: Fix false positive '-Wstringop-overflow' warning in poly1305.c 2024-08-23 12:57:37 -03:00
random_pool.c sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
rijndael.c
rmd160.c
set_key.c
sha1.c
sha2.c
siphash.c
sk.h
spr.h
testmngr.c
testmngr.h
xform.c crypto/poly1305: export poly1305 mac algorithm via /dev/crypto 2024-08-22 13:40:24 +08:00