ESP-IDF
session::rand
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
session::rand
session::rand field
Syntax
Show:
Summary
Declaration
from
security1.c:66
uint8_t
rand
[
SZ_RANDOM
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
rand
[
SZ_RANDOM
]
;
security1.c:66
cur_session
->
rand
,
cur_session
->
stb
,
security1.c:122
handle_session_command1()
cur_session
->
rand
,
cur_session
->
stb
,
security1.c:168
handle_session_command1()
mbed_err
=
mbedtls_ctr_drbg_random
(
ctr_drbg
,
cur_session
->
rand
,
SZ_RANDOM
)
;
security1.c:331
handle_session_command0()
hexdump
(
"Device random"
,
cur_session
->
rand
,
SZ_RANDOM
)
;
security1.c:338
handle_session_command0()
out_resp
->
device_random
.
data
=
(
uint8_t
*
)
cur_session
->
rand
;
security1.c:358
handle_session_command0()
cur_session
->
rand
,
cur_session
->
stb
,
inbuf
,
*
outbuf
)
;
security1.c:541
sec1_decrypt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
session::rand
is read by 3 functions:
All items filtered out
session::rand
handle_session_command1()
handle_session_command0()
sec1_decrypt()
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