zephyr/include/zephyr/posix
Patryk Duda ef258166ba posix: Introduce getentropy() function
The function writes random data to the provided buffer. Maximum
permitted buffer size is 256 bytes. On success the function returns 0,
otherwise it returns -1 and sets errno to appropriate value.

Signed-off-by: Patryk Duda <patrykd@google.com>
2024-04-29 11:46:06 +01:00
..
arpa posix: convert static inline functions to library functions 2024-04-02 21:01:33 -04:00
net posix: net: Add ARP header types to if_arp.h 2024-04-04 17:02:11 +02:00
netinet include: posix: add c++ extern scope 2023-01-23 09:57:31 -08:00
sys posix: convert static inline functions to library functions 2024-04-02 21:01:33 -04:00
aio.h posix: add stubs for asynchronous io 2024-04-29 11:02:11 +02:00
dirent.h headers: posix/dirent: Drop extern attr from functions 2023-10-30 12:51:04 -04:00
fcntl.h include: posix: add c++ extern scope 2023-01-23 09:57:31 -08:00
fnmatch.h posix: fnmatch: correct (many) compliance issues 2023-03-03 17:40:14 +09:00
mqueue.h posix: Add implementation of mq_notify() function 2024-01-25 19:47:37 +01:00
netdb.h posix: convert static inline functions to library functions 2024-04-02 21:01:33 -04:00
poll.h posix: convert static inline functions to library functions 2024-04-02 21:01:33 -04:00
posix_types.h posix: mutexattr: improvements for pthread_mutexattr_t 2024-02-27 06:11:03 -05:00
pthread.h posix: implement pthread_setschedprio 2024-04-04 10:25:53 -04:00
sched.h posix: sched: Implement sched_rr_get_interval 2024-02-02 12:42:50 +01:00
semaphore.h posix: semaphore: implement `sem_open()`, `sem_unlink()` & `sem_close()` 2024-01-10 07:18:19 -05:00
signal.h posix: signal: reduce padding in sigevent sigval 2024-01-22 06:48:55 -05:00
stropts.h posix: Implement isastream 2024-04-13 20:23:34 -04:00
syslog.h posix: syslog: add support for syslog 2024-02-29 02:45:01 -05:00
time.h posix: clock: implement clock_getres() 2024-03-22 16:19:27 -04:00
unistd.h posix: Introduce getentropy() function 2024-04-29 11:46:06 +01:00