#include <internal.h>
Public Attributes | |
| uint16_t | cipher_suite = 0 |
| uint8_t | compression_method = 0 |
| CBS | extensions |
| uint16_t | legacy_version = 0 |
| CBS | random |
| CBS | raw |
| CBS | session_id |
Definition at line 2165 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
| uint16_t ParsedServerHello::cipher_suite = 0 |
Definition at line 2170 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
| uint8_t ParsedServerHello::compression_method = 0 |
Definition at line 2171 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
| CBS ParsedServerHello::extensions |
Definition at line 2172 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
| uint16_t ParsedServerHello::legacy_version = 0 |
Definition at line 2167 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
| CBS ParsedServerHello::random |
Definition at line 2168 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
| CBS ParsedServerHello::raw |
Definition at line 2166 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
| CBS ParsedServerHello::session_id |
Definition at line 2169 of file third_party/boringssl-with-bazel/src/ssl/internal.h.