incubator-nuttx/crypto
ligd ec042c3dc7 crypto: fix asan report error
random_pool.c:466:14: runtime error: left shift of 305919453 by 17 places cannot be represented in type 'long int'
random_pool.c:178:11: runtime error: shift exponent 32 is too large for 32-bit type 'unsigned int'

Change-Id: I714f42b68f4af43249946aed8537cd848e569194
Signed-off-by: ligd <liguiding1@xiaomi.com>
2021-07-02 07:58:45 -07:00
..
Kconfig Fix some typos 2019-09-17 10:46:23 -06:00
Makefile tools: Author Gregory Nutt: update licenses to Apache 2021-02-19 08:07:47 -08:00
aes.c crypto: nxstyle fixes 2020-04-22 14:07:04 -06:00
blake2s.c Fix cases where memory is allocated using malloc() 2020-08-04 20:40:57 +01:00
crypto.c Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00
cryptodev.c crypto: update licenses to Apache 2021-05-27 08:07:25 +09:00
random_pool.c crypto: fix asan report error 2021-07-02 07:58:45 -07:00
testmngr.c crypto: update licenses to Apache 2021-05-27 08:07:25 +09:00
testmngr.h crypto: update licenses to Apache 2021-05-27 08:07:25 +09:00