mbedTLS + 0/6 examples
SourceVu will show references to mbedtls_ssl_context from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
mbedTLS
STM324x9I_EVAL
Applications
mbedTLS
STM324xG_EVAL
Applications
mbedTLS
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedExamplesReferencesInstances

Fields

Field
Declared as
Description
configuration information.
int
SSL handshake: current state.
int
equal to MBEDTLS_SSL_MAJOR_VERSION_3.
int
either 0 (SSL3) or 1 (TLS1.0).
Callback for network send.
Callback for network receive.
Callback for network receive with timeout.
void *
context for I/O operations.
current session data (in).
current session data (out).
negotiated session data.
session data in negotiation.
params required only during the handshake process.
current transform params (in).
current transform params (in).
negotiated transform params.
transform params in negotiation.
void *
context for the timer callbacks.
set timer callback.
get timer callback.
unsigned char *
input buffer.
unsigned char *
64-bit incoming message counter TLS: maintained by us DTLS: read from peer.
unsigned char *
start of record header.
unsigned char *
two-bytes message length field.
unsigned char *
ivlen-byte IV.
unsigned char *
message contents (in_iv+ivlen).
unsigned char *
read offset in application data.
int
record header: message type.
size_t
record header: message length.
size_t
amount of data read so far.
size_t
current handshake message length, including the handshake header.
int
# of 0-length encrypted messages.
int
drop or reuse current message on next call to record layer?.
unsigned char *
output buffer.
unsigned char *
64-bit outgoing message counter.
unsigned char *
start of record header.
unsigned char *
two-bytes message length field.
unsigned char *
ivlen-byte IV.
unsigned char *
message contents (out_iv+ivlen).
int
record header: message type.
size_t
record header: message length.
size_t
amount of data not yet written.
unsigned char[8]
Outgoing record sequence number.
int
flag for client auth.
char *
expected peer CN for verification (and SNI if available).
int
does peer support legacy or secure renegotiation.

References

from 0/6 examples