#include <internal.h>
Public Member Functions | |
| bool | Init (const SSLCipherPreferenceList &) |
| bool | Init (UniquePtr< STACK_OF(SSL_CIPHER)> ciphers, Span< const bool > in_group_flags) |
| void | Remove (const SSL_CIPHER *cipher) |
| SSLCipherPreferenceList ()=default | |
| ~SSLCipherPreferenceList () | |
Public Attributes | |
| UniquePtr< STACK_OF(SSL_CIPHER)> | ciphers |
| bool * | in_group_flags = nullptr |
Static Public Attributes | |
| static constexpr bool | kAllowUniquePtr = true |
Definition at line 608 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
|
default |
| SSLCipherPreferenceList::~SSLCipherPreferenceList | ( | ) |
Definition at line 754 of file ssl_cipher.cc.
| bool SSLCipherPreferenceList::Init | ( | const SSLCipherPreferenceList & | other | ) |
Definition at line 775 of file ssl_cipher.cc.
| bool SSLCipherPreferenceList::Init | ( | UniquePtr< STACK_OF(SSL_CIPHER)> | ciphers, |
| Span< const bool > | in_group_flags | ||
| ) |
Definition at line 758 of file ssl_cipher.cc.
| void SSLCipherPreferenceList::Remove | ( | const SSL_CIPHER * | cipher | ) |
Definition at line 786 of file ssl_cipher.cc.
| UniquePtr<STACK_OF(SSL_CIPHER)> SSLCipherPreferenceList::ciphers |
Definition at line 620 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
| bool* SSLCipherPreferenceList::in_group_flags = nullptr |
Definition at line 621 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
Definition at line 609 of file third_party/boringssl-with-bazel/src/ssl/internal.h.