Public Types | |
typedef std::tuple< bool, bool, bool > | Score |
Public Member Functions | |
CipherScorer (uint16_t group_id) | |
Score | Evaluate (const SSL_CIPHER *a) const |
Score | MinScore () const |
Private Attributes | |
const bool | aes_is_fine_ |
const bool | security_128_is_fine_ |
Definition at line 665 of file s3_both.cc.
typedef std::tuple<bool, bool, bool> CipherScorer::Score |
Definition at line 671 of file s3_both.cc.
|
inline |
Definition at line 667 of file s3_both.cc.
|
inline |
Definition at line 679 of file s3_both.cc.
|
inline |
Definition at line 675 of file s3_both.cc.
Definition at line 690 of file s3_both.cc.
Definition at line 691 of file s3_both.cc.