nuttx/include/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.h
blf.h
bn.h
cast.h
chachapoly.h
cmac.h
cryptodev.h crypto/cryptodev: support private data in driver 2026-01-19 14:17:38 +08:00
cryptosoft.h
curve25519.h
gmac.h
hmac.h
idgen.h
key_wrap.h
md5.h
poly1305.h
rijndael.h
rmd160.h
sha1.h
sha2.h
siphash.h crypto/siphash: avoid redefine name issue 2026-01-19 23:25:37 +08:00
xform.h