mbedTLS
mbedtls_ssl_config::p_rng
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::p_rng
mbedtls_ssl_config::p_rng field
context for the RNG function
Syntax
Show:
Summary
Declaration
from
ssl.h:843
void
*
p_rng
;
Examples
References
from
examples
Code
Location
Referrer
void
*
p_rng
;
/*!< context for the RNG function */
ssl.h:843
if
(
(
ret
=
ssl
->
conf
->
f_rng
(
ssl
->
conf
->
p_rng
,
p
,
4
)
)
!=
0
)
ssl_cli.c:705
ssl_generate_random()
if
(
(
ret
=
ssl
->
conf
->
f_rng
(
ssl
->
conf
->
p_rng
,
p
,
28
)
)
!=
0
)
ssl_cli.c:711
ssl_generate_random()
ssl
->
conf
->
f_rng
,
ssl
->
conf
->
p_rng
)
;
ssl_cli.c:2966
ssl_write_client_key_exchange()
ssl
->
conf
->
f_rng
,
ssl
->
conf
->
p_rng
)
)
!=
0
)
ssl_cli.c:2995
ssl_write_client_key_exchange()
ssl
->
conf
->
f_rng
,
ssl
->
conf
->
p_rng
,
rs_ctx
)
)
!=
0
)
ssl_cli.c:3358
ssl_write_certificate_verify()
if
(
(
ret
=
ssl
->
conf
->
f_rng
(
ssl
->
conf
->
p_rng
,
p
,
4
)
)
!=
0
)
ssl_srv.c:2462
ssl_write_server_hello()
if
(
(
ret
=
ssl
->
conf
->
f_rng
(
ssl
->
conf
->
p_rng
,
p
,
28
)
)
!=
0
)
ssl_srv.c:2468
ssl_write_server_hello()
if
(
(
ret
=
ssl
->
conf
->
f_rng
(
ssl
->
conf
->
p_rng
,
ssl
->
session_negotiate
->
id
,
ssl_srv.c:2516
ssl_write_server_hello()
ssl
->
conf
->
f_rng
,
ssl
->
conf
->
p_rng
)
)
!=
0
)
ssl_srv.c:3062
ssl_prepare_server_key_exchange()
ssl
->
conf
->
p_rng
)
)
!=
0
)
ssl_srv.c:3247
ssl_prepare_server_key_exchange()
ssl
->
conf
->
f_rng
,
ssl
->
conf
->
p_rng
)
)
!=
0
)
ssl_srv.c:3805
ssl_parse_client_key_exchange()
conf
->
p_rng
=
p_rng
;
ssl_tls.c:7124
mbedtls_ssl_conf_rng()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::p_rng
is written by 1 function and is read by 6 functions:
mbedtls_ssl_conf_rng()
All items filtered out
mbedtls_ssl_config::p_rng
ssl_generate_random()
ssl_write_client_key_exchange()
ssl_write_certificate_verify()
ssl_write_server_hello()
ssl_prepare_server_key_exchange()
ssl_parse_client_key_exchange()
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