#include <settings_writer.h>
Public Member Functions | |
bool | Commit () |
bool | Init (int i, const TestConfig *config, SSL_SESSION *session) |
SettingsWriter () | |
bool | WriteHandback (bssl::Span< const uint8_t > handback) |
bool | WriteHandoff (bssl::Span< const uint8_t > handoff) |
bool | WriteHints (bssl::Span< const uint8_t > hints) |
Private Member Functions | |
bool | WriteData (uint16_t tag, bssl::Span< const uint8_t > data) |
Private Attributes | |
bssl::ScopedCBB | cbb_ |
std::string | path_ |
Definition at line 25 of file settings_writer.h.
SettingsWriter::SettingsWriter | ( | ) |
Definition at line 25 of file settings_writer.cc.
bool SettingsWriter::Commit | ( | ) |
Definition at line 65 of file settings_writer.cc.
bool SettingsWriter::Init | ( | int | i, |
const TestConfig * | config, | ||
SSL_SESSION * | session | ||
) |
Definition at line 27 of file settings_writer.cc.
Definition at line 99 of file settings_writer.cc.
Definition at line 91 of file settings_writer.cc.
Definition at line 87 of file settings_writer.cc.
Definition at line 95 of file settings_writer.cc.
|
private |
Definition at line 44 of file settings_writer.h.
|
private |
Definition at line 43 of file settings_writer.h.