QSC Post Quantum Cryptographic Library 1.3.0.0 (C1)
A post quantum secure library written in Ansi C
Loading...
Searching...
No Matches
qsc_tls_io_connection Struct Reference

Stores the non-owning association between a TLS engine and a socket. More...

#include <tlsio.h>

Data Fields

qsc_tls_connectionengine
qsc_socketsocket
uint8_t rxbuffer [QSC_TLS_IO_RX_BUFFER_SIZE]
size_t rxbufferlen

Detailed Description

Stores the non-owning association between a TLS engine and a socket.

Field Documentation

◆ engine

The attached TLS engine instance.

◆ rxbuffer

uint8_t rxbuffer[QSC_TLS_IO_RX_BUFFER_SIZE]

Persistent inbound TLS stream buffer.

◆ rxbufferlen

size_t rxbufferlen

Number of valid bytes in the inbound stream buffer.

◆ socket

qsc_socket* socket

The attached blocking socket.


The documentation for this struct was generated from the following file:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/QSC/QSC/tlsio.h