|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <openssl/rand.h>#include <assert.h>#include <errno.h>#include <fcntl.h>#include <string.h>#include <unistd.h>#include <openssl/thread.h>#include <openssl/mem.h>#include "internal.h"#include "../internal.h"Classes | |
| struct | rand_buffer |
Macros | |
| #define | BUF_SIZE 4096 |
Functions | |
| void | RAND_set_urandom_fd (int fd) |
| void | RAND_enable_fork_unsafe_buffering (int fd) |
| void | CRYPTO_sysrand (uint8_t *out, size_t requested) |
| #define BUF_SIZE 4096 |
| void RAND_enable_fork_unsafe_buffering | ( | int | fd | ) |
| void RAND_set_urandom_fd | ( | int | fd | ) |
1.8.13