#include <internal.h>
Public Member Functions | |
ssl_ech_keys_st & | operator= (const ssl_ech_keys_st &)=delete |
ssl_ech_keys_st ()=default | |
ssl_ech_keys_st (const ssl_ech_keys_st &)=delete | |
Public Attributes | |
bssl::GrowableArray< bssl::UniquePtr< bssl::ECHServerConfig > > | configs |
CRYPTO_refcount_t | references = 1 |
Private Member Functions | |
~ssl_ech_keys_st ()=default | |
Friends | |
OPENSSL_EXPORT void | SSL_ECH_KEYS_free (SSL_ECH_KEYS *) |
Definition at line 3940 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
|
default |
|
delete |
|
privatedefault |
|
delete |
|
friend |
Definition at line 997 of file encrypted_client_hello.cc.
bssl::GrowableArray<bssl::UniquePtr<bssl::ECHServerConfig> > ssl_ech_keys_st::configs |
Definition at line 3945 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
CRYPTO_refcount_t ssl_ech_keys_st::references = 1 |
Definition at line 3946 of file third_party/boringssl-with-bazel/src/ssl/internal.h.