incubator-nuttx/crypto
Xiang Xiao d0bd68b35e Fix random_pool.c:214:13: error: conflicting types for 'getentropy'
214 | static void getentropy(FAR blake2s_state *S)
       |             ^~~~~~~~~~
 In file included from /home/work/ssd1/workspace/MiRTOS-CI@2/out/miwear/ap/.unionfs/nuttx/include/nuttx/mutex.h:31,
                  from random_pool.c:37:
 /home/work/ssd1/workspace/MiRTOS-CI@2/out/miwear/ap/.unionfs/nuttx/include/unistd.h:428:9: note: previous declaration of 'getentropy' was here
   428 | int     getentropy(FAR void *buffer, size_t length);
       |         ^~~~~~~~~~

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-10-22 20:52:19 +02:00
..
Kconfig crypto: apply BSD barrier only to SW AES library 2022-01-13 16:27:52 +01:00
Makefile
aes.c
blake2s.c crypto: Haltian Ltd: update licenses to Apache 2021-11-15 06:49:32 -06:00
crypto.c
cryptodev.c
random_pool.c Fix random_pool.c:214:13: error: conflicting types for 'getentropy' 2022-10-22 20:52:19 +02:00
testmngr.c
testmngr.h