#include <sys/types.h>
#include <stddef.h>
#include <stdint.h>
#include "export.h"
Go to the source code of this file.
◆ randombytes_implementation
| typedef struct randombytes_implementation randombytes_implementation |
◆ randombytes()
| SODIUM_EXPORT void randombytes |
( |
unsigned char *const | buf, |
|
|
const unsigned long long | buf_len ) |
◆ randombytes_buf()
| SODIUM_EXPORT void randombytes_buf |
( |
void *const | buf, |
|
|
const size_t | size ) |
◆ randombytes_close()
| SODIUM_EXPORT int randombytes_close |
( |
void | | ) |
|
◆ randombytes_implementation_name()
| SODIUM_EXPORT const char * randombytes_implementation_name |
( |
void | | ) |
|
◆ randombytes_random()
| SODIUM_EXPORT uint32_t randombytes_random |
( |
void | | ) |
|
◆ randombytes_set_implementation()
◆ randombytes_stir()
| SODIUM_EXPORT void randombytes_stir |
( |
void | | ) |
|
◆ randombytes_uniform()