TlsCipherSuiteInfo Struct Reference
Structure describing a cipher suite. More...
#include <tls.h>
Data Fields | |
| uint16_t | identifier |
| const char_t * | name |
| TlsKeyExchMethod | keyExchMethod |
| const CipherAlgo * | cipherAlgo |
| CipherMode | cipherMode |
| const HashAlgo * | hashAlgo |
| const HashAlgo * | prfHashAlgo |
| uint8_t | macKeyLen |
| uint8_t | encKeyLen |
| uint8_t | fixedIvLen |
| uint8_t | recordIvLen |
| uint8_t | authTagLen |
| uint8_t | verifyDataLen |
Detailed Description
Field Documentation
◆ authTagLen
◆ cipherAlgo
| const CipherAlgo* cipherAlgo |
◆ cipherMode
| CipherMode cipherMode |
◆ encKeyLen
◆ fixedIvLen
◆ hashAlgo
◆ identifier
◆ keyExchMethod
| TlsKeyExchMethod keyExchMethod |
◆ macKeyLen
◆ name
◆ prfHashAlgo
◆ recordIvLen
◆ verifyDataLen
The documentation for this struct was generated from the following file:
- cyclone_ssl/tls.h
