mbedTLS
mbedtls_ssl_session::id
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
mbedtls_ssl_session::id field
session identifier
Syntax
Show:
Summary
Declaration
from
ssl.h:797
unsigned
char
id
[
32
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
id
[
32
]
;
/*!< session identifier */
ssl.h:797
*
p
++
=
ssl
->
session_negotiate
->
id
[
i
]
;
ssl_cli.c:872
ssl_write_client_hello()
memcmp
(
ssl
->
session_negotiate
->
id
,
buf
+
35
,
n
)
!=
0
)
ssl_cli.c:1703
ssl_parse_server_hello()
memcpy
(
ssl
->
session_negotiate
->
id
,
buf
+
35
,
n
)
;
ssl_cli.c:1713
ssl_parse_server_hello()
if
(
sess_len
>
sizeof
(
ssl
->
session_negotiate
->
id
)
||
ssl_srv.c:1505
ssl_parse_client_hello()
memset
(
ssl
->
session_negotiate
->
id
,
0
,
ssl_srv.c:1517
ssl_parse_client_hello()
sizeof
(
ssl
->
session_negotiate
->
id
)
)
;
ssl_srv.c:1518
ssl_parse_client_hello()
memcpy
(
ssl
->
session_negotiate
->
id
,
buf
+
35
,
ssl_srv.c:1519
ssl_parse_client_hello()
if
(
(
ret
=
ssl
->
conf
->
f_rng
(
ssl
->
conf
->
p_rng
,
ssl
->
session_negotiate
->
id
,
ssl_srv.c:2516
ssl_write_server_hello()
memcpy
(
p
,
ssl
->
session_negotiate
->
id
,
ssl
->
session_negotiate
->
id_len
)
;
ssl_srv.c:2545
ssl_write_server_hello()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_session::id
is read by 4 functions:
All items filtered out
mbedtls_ssl_session::id
ssl_write_client_hello()
ssl_parse_server_hello()
ssl_parse_client_hello()
ssl_write_server_hello()
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