Encryption engine.
More...
#include <tls.h>
Encryption engine.
Definition at line 2208 of file tls.h.
◆ authTagLen
Length of the authentication tag.
Definition at line 2218 of file tls.h.
◆ cipherAlgo
Cipher algorithm.
Definition at line 2219 of file tls.h.
◆ cipherContext
Cipher context.
Definition at line 2220 of file tls.h.
◆ cipherMode
Cipher mode of operation.
Definition at line 2221 of file tls.h.
◆ dtlsSeqNum
Record sequence number.
Definition at line 2230 of file tls.h.
◆ encKey
Encryption key.
Definition at line 2213 of file tls.h.
◆ encKeyLen
Length of the encryption key.
Definition at line 2214 of file tls.h.
◆ encryptThenMac
Encrypt-then-MAC construction.
Definition at line 2236 of file tls.h.
◆ epoch
Counter value incremented on every cipher state change.
Definition at line 2229 of file tls.h.
◆ fixedIvLen
Length of the fixed part of the IV.
Definition at line 2216 of file tls.h.
◆ gcmContext
GCM context.
Definition at line 2225 of file tls.h.
◆ hashAlgo
Hash algorithm for MAC operations.
Definition at line 2222 of file tls.h.
◆ hmacContext
HMAC context.
Definition at line 2223 of file tls.h.
◆ iv
Initialization vector.
Definition at line 2215 of file tls.h.
◆ macKey
MAC key.
Definition at line 2211 of file tls.h.
◆ macKeyLen
Length of the MAC key.
Definition at line 2212 of file tls.h.
◆ recordIvLen
Length of the IV.
Definition at line 2217 of file tls.h.
◆ recordSizeLimit
Maximum size of record in octets.
Definition at line 2233 of file tls.h.
◆ seqNum
TLS sequence number.
Definition at line 2227 of file tls.h.
◆ version
Negotiated TLS version.
Definition at line 2210 of file tls.h.
The documentation for this struct was generated from the following file: