#include <openssl/base.h>
#include <functional>
#include <memory>
#include <string>
#include <vector>
#include "mock_quic_transport.h"
Go to the source code of this file.
Classes | |
struct | TestState |
Functions | |
void | AdvanceClock (unsigned seconds) |
void | CopySessions (SSL_CTX *dest, const SSL_CTX *src) |
bool | DeserializeContextState (CBS *in, SSL_CTX *out) |
struct timeval * | GetClock () |
TestState * | GetTestState (const SSL *ssl) |
bool | SerializeContextState (SSL_CTX *ctx, CBB *cbb) |
bool | SetTestState (SSL *ssl, std::unique_ptr< TestState > state) |
void AdvanceClock | ( | unsigned | seconds | ) |
Definition at line 47 of file test_state.cc.
Definition at line 76 of file test_state.cc.
Definition at line 106 of file test_state.cc.
struct timeval* GetClock | ( | ) |
Definition at line 42 of file test_state.cc.
Definition at line 62 of file test_state.cc.
Definition at line 85 of file test_state.cc.
Definition at line 52 of file test_state.cc.