#include "test_common.hpp"
#include <cstdint>
#include <limits>
#include <vector>
#include <openvpn/random/randbytestore.hpp>
Go to the source code of this file.
|
| | TEST (randbytestore, get_byte_order_u32) |
| |
| | TEST (randbytestore, get_byte_order_u64) |
| |
| | TEST (randbytestore, refill_on_exhaustion) |
| |
| | TEST (randbytestore, fill_struct) |
| |
| | TEST (randbytestore, byte_order_not_msb_first) |
| |
| | TEST (randbytestore, no_early_refill) |
| |
| | TEST (randbytestore, no_missed_refill) |
| |
◆ TEST() [1/7]
| TEST |
( |
randbytestore |
, |
|
|
byte_order_not_msb_first |
|
|
) |
| |
◆ TEST() [2/7]
| TEST |
( |
randbytestore |
, |
|
|
fill_struct |
|
|
) |
| |
◆ TEST() [3/7]
| TEST |
( |
randbytestore |
, |
|
|
get_byte_order_u32 |
|
|
) |
| |
◆ TEST() [4/7]
| TEST |
( |
randbytestore |
, |
|
|
get_byte_order_u64 |
|
|
) |
| |
◆ TEST() [5/7]
| TEST |
( |
randbytestore |
, |
|
|
no_early_refill |
|
|
) |
| |
◆ TEST() [6/7]
| TEST |
( |
randbytestore |
, |
|
|
no_missed_refill |
|
|
) |
| |
◆ TEST() [7/7]
| TEST |
( |
randbytestore |
, |
|
|
refill_on_exhaustion |
|
|
) |
| |