mbedTLS
mbedtls_record
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_record
mbedtls_record struct
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:1216
typedef
struct
{
uint8_t
ctr
[
MBEDTLS_SSL_SEQUENCE_NUMBER_LEN
]
;
uint8_t
type
;
uint8_t
ver
[
2
]
;
unsigned
char
*
buf
;
size_t
buf_len
;
size_t
data_offset
;
size_t
data_len
;
#if
defined
(
MBEDTLS_SSL_DTLS_CONNECTION_ID
)
uint8_t
cid_len
;
unsigned
char
cid
[
MBEDTLS_SSL_CID_LEN_MAX
]
;
#endif
}
mbedtls_record
;
Fields
Field
Declared as
mbedtls_record::ctr
uint8_t
[
MBEDTLS_SSL_SEQUENCE_NUMBER_LEN
]
mbedtls_record::type
uint8_t
mbedtls_record::ver
uint8_t
[
2
]
mbedtls_record::buf
unsigned
char
*
mbedtls_record::buf_len
size_t
mbedtls_record::data_offset
size_t
mbedtls_record::data_len
size_t
Related Functions
Found 6 other functions taking a
mbedtls_record
argument:
Function
ssl_extract_add_data_from_record()
mbedtls_ssl_decrypt_buf()
ssl_parse_record_header()
mbedtls_ssl_encrypt_buf()
ssl_buffer_future_record()
ssl_prepare_record_content()
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