#include <openssl/rand.h>#include <stdio.h>#include <gtest/gtest.h>#include <openssl/cpu.h>#include <openssl/span.h>#include "../fipsmodule/rand/fork_detect.h"#include "../fipsmodule/rand/internal.h"#include "../test/abi_test.h"#include "../test/test_util.h"#include <errno.h>#include <sys/types.h>#include <sys/wait.h>#include <unistd.h>
Go to the source code of this file.
Functions | |
| static bool | ForkAndRand (bssl::Span< uint8_t > out) |
| TEST (RandTest, Fork) | |
| TEST (RandTest, NotObviouslyBroken) | |
Definition at line 60 of file rand_test.cc.
| TEST | ( | RandTest | , |
| Fork | |||
| ) |
Definition at line 129 of file rand_test.cc.
| TEST | ( | RandTest | , |
| NotObviouslyBroken | |||
| ) |
Definition at line 46 of file rand_test.cc.