|
OpenVPN
|
#include <stdarg.h>#include <stddef.h>#include <stdio.h>#include <stdlib.h>#include <setjmp.h>#include <stdint.h>#include <cmocka.h>
Go to the source code of this file.
Functions | |
| unsigned long | get_random (void) |
| void | prng_bytes (uint8_t *output, int len) |
| unsigned long get_random | ( | void | ) |
Definition at line 32 of file mock_get_random.c.
| void prng_bytes | ( | uint8_t * | output, |
| int | len | ||
| ) |
Definition at line 39 of file mock_get_random.c.
References i.