mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
crypto/arc4random: rename getrandom to arc4random_buf
Change-Id: I5c9f0c9acf5af71f01beceaf06ebe0a2c87676bc Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -121,6 +121,10 @@ int rand(void);
|
||||
#define srandom(s) srand(s)
|
||||
long random(void);
|
||||
|
||||
#ifdef CONFIG_CRYPTO_RANDOM_POOL
|
||||
void arc4random_buf(FAR void *bytes, size_t nbytes);
|
||||
#endif
|
||||
|
||||
/* Environment variable support */
|
||||
|
||||
FAR char **get_environ_ptr(void);
|
||||
|
||||
Reference in New Issue
Block a user