mbedTLS
mbedtls_ssl_context::out_hdr
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
STM32 Libraries and Samples
mbedTLS
mbedtls_ssl_context::out_hdr
mbedtls_ssl_context::out_hdr field
start of record header
Syntax
Show:
Summary
Declaration
from
ssl.h:1121
unsigned
char
*
out_hdr
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
*
out_hdr
;
/*!< start of record header */
ssl.h:1121
buf
=
ssl
->
out_hdr
-
ssl
->
out_left
;
ssl_tls.c:2777
mbedtls_ssl_flush_output()
ssl
->
out_hdr
=
ssl
->
out_buf
+
8
;
ssl_tls.c:2804
mbedtls_ssl_flush_output()
ssl
->
out_hdr
[
0
]
=
(
unsigned
char
)
ssl
->
out_msgtype
;
ssl_tls.c:3381
mbedtls_ssl_write_record()
ssl
->
conf
->
transport
,
ssl
->
out_hdr
+
1
)
;
ssl_tls.c:3383
mbedtls_ssl_write_record()
ssl
->
out_hdr
+=
protected_record_size
;
ssl_tls.c:3430
mbedtls_ssl_write_record()
ssl
->
out_ctr
=
ssl
->
out_hdr
-
8
;
ssl_tls.c:6785
ssl_update_out_pointers()
ssl
->
out_len
=
ssl
->
out_hdr
+
3
;
ssl_tls.c:6786
ssl_update_out_pointers()
ssl
->
out_iv
=
ssl
->
out_hdr
+
5
;
ssl_tls.c:6787
ssl_update_out_pointers()
ssl
->
out_hdr
=
ssl
->
out_buf
+
8
;
ssl_tls.c:6860
ssl_reset_in_out_pointers()
ssl
->
out_hdr
=
NULL
;
ssl_tls.c:6921
mbedtls_ssl_setup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::out_hdr
is written by 4 functions and is read by 3 functions:
mbedtls_ssl_flush_output()
mbedtls_ssl_write_record()
ssl_reset_in_out_pointers()
mbedtls_ssl_setup()
All items filtered out
mbedtls_ssl_context::out_hdr
mbedtls_ssl_flush_output()
mbedtls_ssl_write_record()
ssl_update_out_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