Public Types | Public Member Functions | Private Attributes | List of all members
CipherScorer Class Reference

Public Types

typedef std::tuple< bool, bool, boolScore
 

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_
 

Detailed Description

Definition at line 665 of file s3_both.cc.

Member Typedef Documentation

◆ Score

typedef std::tuple<bool, bool, bool> CipherScorer::Score

Definition at line 671 of file s3_both.cc.

Constructor & Destructor Documentation

◆ CipherScorer()

CipherScorer::CipherScorer ( uint16_t  group_id)
inline

Definition at line 667 of file s3_both.cc.

Member Function Documentation

◆ Evaluate()

Score CipherScorer::Evaluate ( const SSL_CIPHER a) const
inline

Definition at line 679 of file s3_both.cc.

◆ MinScore()

Score CipherScorer::MinScore ( ) const
inline

Definition at line 675 of file s3_both.cc.

Member Data Documentation

◆ aes_is_fine_

const bool CipherScorer::aes_is_fine_
private

Definition at line 690 of file s3_both.cc.

◆ security_128_is_fine_

const bool CipherScorer::security_128_is_fine_
private

Definition at line 691 of file s3_both.cc.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:41