mbedTLS
mbedtls_ssl_context::in_hdr
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/1)...
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_ssl_context::in_hdr
mbedtls_ssl_context::in_hdr field
start of record header
Syntax
Show:
Summary
Declaration
from
ssl.h:1085
unsigned
char
*
in_hdr
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
*
in_hdr
;
/*!< start of record header */
ssl.h:1085
buf
=
ssl
->
in_hdr
;
ssl_srv.c:1233
ssl_parse_client_hello()
if
(
nb_want
>
MBEDTLS_SSL_IN_BUFFER_LEN
-
(
size_t
)
(
ssl
->
in_hdr
-
ssl
->
in_buf
)
)
ssl_tls.c:2546
mbedtls_ssl_fetch_input()
ssl
->
in_hdr
+
ssl
->
in_left
,
len
,
ssl_tls.c:2711
mbedtls_ssl_fetch_input()
ssl
->
in_hdr
+
ssl
->
in_left
,
len
)
;
ssl_tls.c:2717
mbedtls_ssl_fetch_input()
ssl
->
in_msgtype
=
ssl
->
in_hdr
[
0
]
;
ssl_tls.c:4050
ssl_parse_record_header()
mbedtls_ssl_read_version
(
&
major_ver
,
&
minor_ver
,
ssl
->
conf
->
transport
,
ssl
->
in_hdr
+
1
)
;
ssl_tls.c:4052
ssl_parse_record_header()
ssl
->
in_ctr
=
ssl
->
in_hdr
-
8
;
ssl_tls.c:6821
ssl_update_in_pointers()
ssl
->
in_len
=
ssl
->
in_hdr
+
3
;
ssl_tls.c:6822
ssl_update_in_pointers()
ssl
->
in_iv
=
ssl
->
in_hdr
+
5
;
ssl_tls.c:6823
ssl_update_in_pointers()
ssl
->
in_hdr
=
ssl
->
in_buf
+
8
;
ssl_tls.c:6861
ssl_reset_in_out_pointers()
ssl
->
in_hdr
=
NULL
;
ssl_tls.c:6915
mbedtls_ssl_setup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::in_hdr
is written by 2 functions and is read by 4 functions:
ssl_reset_in_out_pointers()
mbedtls_ssl_setup()
All items filtered out
mbedtls_ssl_context::in_hdr
ssl_parse_client_hello()
mbedtls_ssl_fetch_input()
ssl_parse_record_header()
ssl_update_in_pointers()
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