nuttx/crypto
makejian cdfe81ff4c crypto/siphash: avoid redefine name issue
Rename siphash related symbols to avoid conflicts with compiler-generated
section names. Tricore-gcc produces function sections with '_end' suffix,
which conflicts with siphash_end symbol.

Signed-off-by: makejian <makejian@xiaomi.com>
2026-01-19 23:25:37 +08:00
..
aes.c
blake2s.c
blf.c
bn.c
cast.c
castsb.h
chacha_private.h
chachapoly.c
cmac.c
CMakeLists.txt
crypto.c crypto/cryptodev: support private data in driver 2026-01-19 14:17:38 +08:00
cryptodev.c crypto: add key management and RSA/ECDSA keypair generation 2026-01-17 11:41:23 +08:00
cryptosoft.c crypto/cryptosoft: replace macro howmany with common macro div_round_up 2026-01-19 14:16:00 +08:00
curve25519.c
des_locl.h
ecb3_enc.c
ecb_enc.c
gmac.c
hmac.c
hmac_buff.c
idgen.c
Kconfig
key_wrap.c
Makefile
md5.c
podd.h
poly1305.c
random_pool.c
rijndael.c
rmd160.c
set_key.c
sha1.c
sha2.c
siphash.c crypto/siphash: avoid redefine name issue 2026-01-19 23:25:37 +08:00
sk.h
spr.h
testmngr.c
testmngr.h
xform.c