|
SATP: Symmetric Authenticated Tunneling Protocol 1.0.0.0a (A1)
A quantum secure symmetric pre-shared key tunneling protocol
|
The SATP socket connection state structure. More...
#include <satp.h>
Data Fields | |
| qsc_socket | target |
| qsc_rcs_state | rxcpr |
| qsc_rcs_state | txcpr |
| uint64_t | rxseq |
| uint64_t | txseq |
| uint32_t | cid |
| satp_flags | exflag |
| bool | receiver |
The SATP socket connection state structure.
| uint32_t cid |
The connections instance count
| satp_flags exflag |
The KEX position flag
| bool receiver |
The instance was initialized in listener mode
| qsc_rcs_state rxcpr |
The receive channel cipher state
| uint64_t rxseq |
The receive channels packet sequence number
| qsc_socket target |
The target socket structure
| qsc_rcs_state txcpr |
The transmit channel cipher state
| uint64_t txseq |
The transmit channels packet sequence number