Encryption engine.
More...
#include <tls.h>
Encryption engine.
Definition at line 2190 of file tls.h.
◆ authTagLen
Length of the authentication tag.
Definition at line 2200 of file tls.h.
◆ cipherAlgo
Cipher algorithm.
Definition at line 2201 of file tls.h.
◆ cipherContext
Cipher context.
Definition at line 2202 of file tls.h.
◆ cipherMode
Cipher mode of operation.
Definition at line 2203 of file tls.h.
◆ dtlsSeqNum
Record sequence number.
Definition at line 2212 of file tls.h.
◆ encKey
Encryption key.
Definition at line 2195 of file tls.h.
◆ encKeyLen
Length of the encryption key.
Definition at line 2196 of file tls.h.
◆ encryptThenMac
Encrypt-then-MAC construction.
Definition at line 2218 of file tls.h.
◆ epoch
Counter value incremented on every cipher state change.
Definition at line 2211 of file tls.h.
◆ fixedIvLen
Length of the fixed part of the IV.
Definition at line 2198 of file tls.h.
◆ gcmContext
GCM context.
Definition at line 2207 of file tls.h.
◆ hashAlgo
Hash algorithm for MAC operations.
Definition at line 2204 of file tls.h.
◆ hmacContext
HMAC context.
Definition at line 2205 of file tls.h.
◆ iv
Initialization vector.
Definition at line 2197 of file tls.h.
◆ macKey
MAC key.
Definition at line 2193 of file tls.h.
◆ macKeyLen
Length of the MAC key.
Definition at line 2194 of file tls.h.
◆ recordIvLen
Length of the IV.
Definition at line 2199 of file tls.h.
◆ recordSizeLimit
Maximum size of record in octets.
Definition at line 2215 of file tls.h.
◆ seqNum
TLS sequence number.
Definition at line 2209 of file tls.h.
◆ version
Negotiated TLS version.
Definition at line 2192 of file tls.h.
The documentation for this struct was generated from the following file: