nuttx/crypto
makejian 4e70d59c3b crypto: reduce software algorithm size
not compile the software algorithm file when CONFIG_CRYPTO_CRYPTODEV_SOFTWARE not set
Signed-off-by: makejian <makejian@xiaomi.com>
2023-08-03 10:14:38 -07:00
..
aes.c
blake2s.c
blf.c
cast.c
castsb.h
chacha_private.h
chachapoly.c
cmac.c
CMakeLists.txt
crypto.c crypto: fix above array bounds warning in nuttx crypto 2023-08-03 03:14:46 -07:00
cryptodev.c crypto: add config of software algorithm 2023-08-03 10:14:38 -07:00
cryptosoft.c
curve25519.c crypto: porting Curve25519 algorithm into nuttx crypto 2023-08-03 03:20:13 -07:00
des_locl.h
ecb3_enc.c
ecb_enc.c
gmac.c
hmac_buff.c
hmac.c
idgen.c
Kconfig crypto: add config of software algorithm 2023-08-03 10:14:38 -07:00
key_wrap.c
Makefile crypto: reduce software algorithm size 2023-08-03 10:14:38 -07:00
md5.c
podd.h
poly1305.c
random_pool.c
rijndael.c
rmd160.c
set_key.c
sha1.c
sha2.c
siphash.c Fix nuttx coding style 2023-07-11 23:32:17 +08:00
sk.h
spr.h
testmngr.c
testmngr.h
xform.c