mbedTLS
mbedtls_ssl_config::transport
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_config::transport
mbedtls_ssl_config::transport field
stream (TLS) or datagram (DTLS)
Syntax
Show:
Summary
Declaration
from
ssl.h:981
unsigned
int
transport
:
1
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
transport
:
1
;
/*!< stream (TLS) or datagram (DTLS) */
ssl.h:981
ssl
->
conf
->
transport
,
p
)
;
ssl_cli.c:808
ssl_write_client_hello()
ssl
->
conf
->
transport
,
buf
+
0
)
;
ssl_cli.c:1581
ssl_parse_server_hello()
mbedtls_ssl_read_version
(
&
major
,
&
minor
,
ssl
->
conf
->
transport
,
buf
+
1
)
;
ssl_srv.c:1269
ssl_parse_client_hello()
ssl
->
conf
->
transport
,
buf
)
;
ssl_srv.c:1468
ssl_parse_client_hello()
ssl
->
conf
->
transport
,
p
)
;
ssl_srv.c:2447
ssl_write_server_hello()
ssl
->
conf
->
transport
,
add_data
+
9
)
;
ssl_tls.c:1571
ssl_encrypt_buf()
ssl
->
conf
->
transport
,
add_data
+
9
)
;
ssl_tls.c:1878
ssl_decrypt_buf()
ssl
->
conf
->
transport
,
ssl
->
out_hdr
+
1
)
;
ssl_tls.c:3383
mbedtls_ssl_write_record()
mbedtls_ssl_read_version
(
&
major_ver
,
&
minor_ver
,
ssl
->
conf
->
transport
,
ssl
->
in_hdr
+
1
)
;
ssl_tls.c:4052
ssl_parse_record_header()
conf
->
transport
=
transport
;
ssl_tls.c:7071
mbedtls_ssl_conf_transport()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::transport
is written by 1 function and is read by 8 functions:
mbedtls_ssl_conf_transport()
All items filtered out
mbedtls_ssl_config::transport
ssl_write_client_hello()
ssl_parse_server_hello()
ssl_parse_client_hello()
ssl_write_server_hello()
ssl_encrypt_buf()
ssl_decrypt_buf()
mbedtls_ssl_write_record()
ssl_parse_record_header()
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