godot/drivers/unix
Fabio Alessandrelli 6b5634b96a [OS/Crypto] Add get_entropy to OS.
Implemented via `BCryptGenRandom` on Windows.
Implemented via `getentropy` syscall when available.
Implemented via `/dev/urandom` device as a fallback.

The `/dev/urandom` fallback can be disabled via the `NO_URANDOM` build
flag.

Note: The HTML5 version relies on emscripten file system urandom
device which itself uses the Crypto API when available or the plain
old not crypto-safe `Math.random()` otherwise.

Restore get_entropy.
2022-02-14 10:45:50 +01:00
..
dir_access_unix.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
dir_access_unix.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_access_unix.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_access_unix.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
ip_unix.cpp [Net] Simplify IP resolution code, fix caching. 2022-01-29 01:56:36 +01:00
ip_unix.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
net_socket_posix.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
net_socket_posix.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
os_unix.cpp [OS/Crypto] Add get_entropy to OS. 2022-02-14 10:45:50 +01:00
os_unix.h [OS/Crypto] Add get_entropy to OS. 2022-02-14 10:45:50 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
syslog_logger.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
syslog_logger.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
thread_posix.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
thread_posix.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00