mbedTLS
mbedtls_ssl_session::id_len
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_session::id_len
mbedtls_ssl_session::id_len field
session id length
Syntax
Show:
Summary
Declaration
from
ssl.h:796
size_t
id_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
id_len
;
/*!< session id length */
ssl.h:796
n
=
ssl
->
session_negotiate
->
id_len
;
ssl_cli.c:836
ssl_write_client_hello()
ssl
->
session_negotiate
->
id_len
!=
n
||
ssl_cli.c:1702
ssl_parse_server_hello()
ssl
->
session_negotiate
->
id_len
=
n
;
ssl_cli.c:1712
ssl_parse_server_hello()
ssl
->
session_negotiate
->
id_len
=
sess_len
;
ssl_srv.c:1516
ssl_parse_client_hello()
ssl
->
session_negotiate
->
id_len
)
;
ssl_srv.c:1520
ssl_parse_client_hello()
ssl
->
session_negotiate
->
id_len
!=
0
&&
ssl_srv.c:2486
ssl_write_server_hello()
ssl
->
session_negotiate
->
id_len
=
n
=
32
;
ssl_srv.c:2515
ssl_write_server_hello()
n
=
ssl
->
session_negotiate
->
id_len
;
ssl_srv.c:2526
ssl_write_server_hello()
*
p
++
=
(
unsigned
char
)
ssl
->
session_negotiate
->
id_len
;
ssl_srv.c:2544
ssl_write_server_hello()
memcpy
(
p
,
ssl
->
session_negotiate
->
id
,
ssl
->
session_negotiate
->
id_len
)
;
ssl_srv.c:2545
ssl_write_server_hello()
p
+=
ssl
->
session_negotiate
->
id_len
;
ssl_srv.c:2546
ssl_write_server_hello()
ssl
->
session
->
id_len
!=
0
&&
ssl_tls.c:6368
mbedtls_ssl_handshake_wrapup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_session::id_len
is written by 3 functions and is read by 5 functions:
ssl_parse_server_hello()
ssl_parse_client_hello()
ssl_write_server_hello()
All items filtered out
mbedtls_ssl_session::id_len
ssl_write_client_hello()
ssl_parse_server_hello()
ssl_parse_client_hello()
ssl_write_server_hello()
mbedtls_ssl_handshake_wrapup()
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