nuttx/crypto
makejian 9769816385 crypto: fix wrong implementation in crypto module
(1) RSA_PKCS15_VERIFY Misspell
(2) if iv not provided during decryption, iv should get from data.
It was not discovered before because all symmetric decryption comes with iv.
Signed-off-by: makejian <makejian@xiaomi.com>
2024-08-23 12:57:37 -03:00
..
aes.c crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
blake2s.c crypto:fix typo for blake2s 2023-08-10 13:35:44 +08:00
blf.c crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
bn.c Replace all asserts in kernel code with ASSERT 2024-05-17 10:18:16 -03:00
cast.c crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
castsb.h crypto:convert code style form openbsd to nuttx 2022-12-14 02:33:56 +08:00
chacha_private.h crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
chachapoly.c crypto/cryptodev: expansion hash operation 2023-09-24 03:49:33 +08:00
cmac.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
CMakeLists.txt crypto/bn: porting tiny-Bignum-C into nuttx crypto 2023-10-18 12:23:13 +08:00
crypto.c crypto: fix above array bounds warning in nuttx crypto 2023-08-03 03:14:46 -07:00
cryptodev.c crypto: fix wrong implementation in crypto module 2024-08-23 12:57:37 -03:00
cryptosoft.c crypto: fix wrong implementation in crypto module 2024-08-23 12:57:37 -03:00
curve25519.c crypto: porting Curve25519 algorithm into nuttx crypto 2023-08-03 03:20:13 -07:00
des_locl.h crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
ecb3_enc.c Typo fixes. 2023-02-17 11:17:11 -03:00
ecb_enc.c Typo fixes. 2023-02-17 11:17:11 -03:00
gmac.c crypto/cryptodev: expansion hash operation 2023-09-24 03:49:33 +08:00
hmac_buff.c crypto:add some hardware support 2022-12-14 02:33:56 +08:00
hmac.c crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
idgen.c crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
Kconfig fix(Kconfig): spellcheck "randon" to "random" 2024-06-15 17:40:18 +08:00
key_wrap.c crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
Makefile crypto/bn: porting tiny-Bignum-C into nuttx crypto 2023-10-18 12:23:13 +08:00
md5.c crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
podd.h crypto:convert code style form openbsd to nuttx 2022-12-14 02:33:56 +08:00
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 crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
rmd160.c crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
set_key.c crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
sha1.c crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
sha2.c crypto: export SHA224/SHA384 via /dev/crypto 2023-08-10 13:36:19 +08:00
siphash.c Fix nuttx coding style 2023-07-11 23:32:17 +08:00
sk.h crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
spr.h crypto:support nuttx /dev/crypto 2022-12-14 02:33:56 +08:00
testmngr.c nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
testmngr.h crypto: update licenses to Apache 2021-05-27 08:07:25 +09:00
xform.c crypto/poly1305: export poly1305 mac algorithm via /dev/crypto 2024-08-22 13:40:24 +08:00