mbedTLS
mbedtls_ssl_handshake_params::buffering
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ssl_handshake_params::buffering
mbedtls_ssl_handshake_params::buffering field
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:840
struct
{
size_t
total_bytes_buffered
;
uint8_t
seen_ccs
;
struct
mbedtls_ssl_hs_buffer
{
unsigned
is_valid
:
1
;
unsigned
is_fragmented
:
1
;
unsigned
is_complete
:
1
;
unsigned
char
*
data
;
size_t
data_len
;
}
hs
[
MBEDTLS_SSL_MAX_BUFFERED_HS
]
;
struct
{
unsigned
char
*
data
;
size_t
len
;
unsigned
epoch
;
}
future_record
;
}
buffering
;
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out