Encryption engine.
More...
#include <tls.h>
Encryption engine.
Definition at line 2152 of file tls.h.
◆ authTagLen
Length of the authentication tag.
Definition at line 2162 of file tls.h.
◆ cipherAlgo
Cipher algorithm.
Definition at line 2163 of file tls.h.
◆ cipherContext
Cipher context.
Definition at line 2164 of file tls.h.
◆ cipherMode
Cipher mode of operation.
Definition at line 2165 of file tls.h.
◆ dtlsSeqNum
Record sequence number.
Definition at line 2174 of file tls.h.
◆ encKey
Encryption key.
Definition at line 2157 of file tls.h.
◆ encKeyLen
Length of the encryption key.
Definition at line 2158 of file tls.h.
◆ encryptThenMac
Encrypt-then-MAC construction.
Definition at line 2180 of file tls.h.
◆ epoch
Counter value incremented on every cipher state change.
Definition at line 2173 of file tls.h.
◆ fixedIvLen
Length of the fixed part of the IV.
Definition at line 2160 of file tls.h.
◆ gcmContext
GCM context.
Definition at line 2169 of file tls.h.
◆ hashAlgo
Hash algorithm for MAC operations.
Definition at line 2166 of file tls.h.
◆ hmacContext
HMAC context.
Definition at line 2167 of file tls.h.
◆ iv
Initialization vector.
Definition at line 2159 of file tls.h.
◆ macKey
MAC key.
Definition at line 2155 of file tls.h.
◆ macKeyLen
Length of the MAC key.
Definition at line 2156 of file tls.h.
◆ recordIvLen
Length of the IV.
Definition at line 2161 of file tls.h.
◆ recordSizeLimit
Maximum size of record in octets.
Definition at line 2177 of file tls.h.
◆ seqNum
TLS sequence number.
Definition at line 2171 of file tls.h.
◆ version
Negotiated TLS version.
Definition at line 2154 of file tls.h.
The documentation for this struct was generated from the following file: