nuttx/include/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.h
blf.h
bn.h crypto/bn:Add exponentiation algorithm in bignum 2023-10-18 12:23:13 +08:00
cast.h
chachapoly.h
cmac.h
cryptodev.h crypto: fix wrong implementation in crypto module 2024-08-23 12:57:37 -03:00
cryptosoft.h crypto/rsa_verify: export rsa verify via /dev/crypto 2023-10-18 12:23:13 +08:00
curve25519.h include/crypto/curve25519.h: fix gcc14 error 2024-05-31 18:14:11 -03:00
gmac.h
hmac.h
idgen.h
key_wrap.h
md5.h
poly1305.h
rijndael.h
rmd160.h
sha1.h
sha2.h
siphash.h
xform.h crypto/poly1305: export poly1305 mac algorithm via /dev/crypto 2024-08-22 13:40:24 +08:00