|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <openssl/rand.h>#include <assert.h>#include <limits.h>#include <string.h>#include <openssl/chacha.h>#include <openssl/cpu.h>#include <openssl/mem.h>#include "internal.h"#include "../internal.h"Classes | |
| struct | rand_thread_state |
Functions | |
| int | RAND_bytes (uint8_t *buf, size_t len) |
| int | RAND_pseudo_bytes (uint8_t *buf, size_t len) |
| void | RAND_seed (const void *buf, int num) |
| int | RAND_load_file (const char *path, long num) |
| const char * | RAND_file_name (char *buf, size_t num) |
| void | RAND_add (const void *buf, int num, double entropy) |
| int | RAND_egd (const char *path) |
| int | RAND_poll (void) |
| int | RAND_status (void) |
| RAND_METHOD * | RAND_SSLeay (void) |
| void | RAND_set_rand_method (const RAND_METHOD *method) |
| void | RAND_cleanup (void) |
| int RAND_egd | ( | const char * | path | ) |
| const char* RAND_file_name | ( | char * | buf, |
| size_t | num | ||
| ) |
| int RAND_load_file | ( | const char * | path, |
| long | num | ||
| ) |
| int RAND_poll | ( | void | ) |
| void RAND_set_rand_method | ( | const RAND_METHOD * | method | ) |
| RAND_METHOD* RAND_SSLeay | ( | void | ) |
| int RAND_status | ( | void | ) |
1.8.13