nuttx/crypto
chenrun1 4cec713dbf fs_inode:Change the type of i_crefs to atomic_int
Summary:
  1.Modified the i_crefs from int16_t to atomic_int
  2.Modified the i_crefs add, delete, read, and initialize interfaces to atomic operations
The purpose of this change is to avoid deadlock in cross-core scenarios, where A Core blocks B Core’s request for a write operation to A Core when A Core requests a read operation to B Core.

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
2024-09-23 14:07:03 +08:00
..
aes.c
blake2s.c
blf.c
bn.c crypto/bn: add method to calculate inv mod and gcd 2024-08-24 11:20:17 +08:00
cast.c
castsb.h
chacha_private.h
chachapoly.c
cmac.c
CMakeLists.txt
crypto.c
cryptodev.c fs_inode:Change the type of i_crefs to atomic_int 2024-09-23 14:07:03 +08:00
cryptosoft.c crypto/rsa: add exp mod in software crypto 2024-09-13 23:08:39 +08:00
curve25519.c
des_locl.h
ecb3_enc.c
ecb_enc.c
gmac.c
hmac_buff.c
hmac.c
idgen.c
Kconfig fix(Kconfig): spellcheck "randon" to "random" 2024-06-15 17:40:18 +08:00
key_wrap.c
Makefile Revert "build depend:Revert Make.dep intermediate ddc file" 2024-09-15 19:29:47 +08:00
md5.c
podd.h
poly1305.c crypto/poly1305: Fix false positive '-Wstringop-overflow' warning in poly1305.c 2024-08-23 12:57:37 -03:00
random_pool.c
rijndael.c
rmd160.c
set_key.c
sha1.c
sha2.c
siphash.c
sk.h
spr.h
testmngr.c
testmngr.h
xform.c crypto: export interfaces abort aes-cmac 2024-08-27 07:44:06 -04:00