mbedTLS
mbedtls_ssl_config::endpoint
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::endpoint
mbedtls_ssl_config::endpoint field
0: client, 1: server
Syntax
Show:
Summary
Declaration
from
ssl.h:980
unsigned
int
endpoint
:
1
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
endpoint
:
1
;
/*!< 0: client, 1: server */
ssl.h:980
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_CLIENT
)
ssl_tls.c:928
mbedtls_ssl_derive_keys()
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_SERVER
)
ssl_tls.c:948
mbedtls_ssl_derive_keys()
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_CLIENT
)
ssl_tls.c:5343
mbedtls_ssl_write_certificate()
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_SERVER
)
ssl_tls.c:5372
mbedtls_ssl_write_certificate()
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_SERVER
&&
ssl_tls.c:5475
ssl_parse_certificate_chain()
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_SERVER
&&
ssl_tls.c:5669
mbedtls_ssl_parse_certificate()
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_SERVER
&&
ssl_tls.c:5677
mbedtls_ssl_parse_certificate()
!
ssl
->
conf
->
endpoint
,
ssl_tls.c:5789
mbedtls_ssl_parse_certificate()
ssl
->
handshake
->
calc_finished
(
ssl
,
ssl
->
out_msg
+
4
,
ssl
->
conf
->
endpoint
)
;
ssl_tls.c:6403
mbedtls_ssl_write_finished()
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_CLIENT
)
ssl_tls.c:6429
mbedtls_ssl_write_finished()
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_SERVER
)
ssl_tls.c:6433
mbedtls_ssl_write_finished()
ssl
->
handshake
->
calc_finished
(
ssl
,
buf
,
ssl
->
conf
->
endpoint
^
1
)
;
ssl_tls.c:6527
mbedtls_ssl_parse_finished()
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_CLIENT
)
ssl_tls.c:6577
mbedtls_ssl_parse_finished()
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_SERVER
)
ssl_tls.c:6581
mbedtls_ssl_parse_finished()
conf
->
endpoint
=
endpoint
;
ssl_tls.c:7066
mbedtls_ssl_conf_endpoint()
ssl
->
conf
->
endpoint
!=
MBEDTLS_SSL_IS_CLIENT
)
ssl_tls.c:7192
mbedtls_ssl_set_session()
ssl
->
conf
->
endpoint
!=
MBEDTLS_SSL_IS_CLIENT
)
ssl_tls.c:8044
mbedtls_ssl_get_session()
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_CLIENT
)
ssl_tls.c:8064
mbedtls_ssl_handshake_step()
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_SERVER
)
ssl_tls.c:8068
mbedtls_ssl_handshake_step()
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_CLIENT
&&
ssl_tls.c:8367
mbedtls_ssl_read()
if
(
ssl
->
conf
->
endpoint
==
MBEDTLS_SSL_IS_SERVER
&&
ssl_tls.c:8385
mbedtls_ssl_read()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::endpoint
is written by 1 function and is read by 10 functions:
mbedtls_ssl_conf_endpoint()
All items filtered out
mbedtls_ssl_config::endpoint
mbedtls_ssl_derive_keys()
mbedtls_ssl_write_certificate()
ssl_parse_certificate_chain()
mbedtls_ssl_parse_certificate()
mbedtls_ssl_write_finished()
mbedtls_ssl_parse_finished()
mbedtls_ssl_set_session()
mbedtls_ssl_get_session()
mbedtls_ssl_handshake_step()
mbedtls_ssl_read()
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