ESP-IDF
dpp_authentication::r_nonce
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
dpp_authentication::r_nonce
dpp_authentication::r_nonce field
Syntax
Show:
Summary
Declaration
from
dpp.h:252
u8
r_nonce
[
DPP_MAX_NONCE_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
r_nonce
[
DPP_MAX_NONCE_LEN
]
;
dpp.h:252
if
(
random_get_bytes
(
auth
->
r_nonce
,
nonce_len
)
)
{
dpp.c:1473
dpp_auth_build_resp_ok()
r_nonce
=
auth
->
r_nonce
;
dpp.c:1552
dpp_auth_build_resp_ok()
os_memcpy
(
r_nonce
+
4
,
auth
->
r_nonce
,
auth
->
curve
->
nonce_len
)
;
dpp.c:2106
dpp_auth_build_conf()
os_memcpy
(
auth
->
r_nonce
,
r_nonce
,
r_nonce_len
)
;
dpp.c:2419
dpp_auth_resp_rx()
if
(
os_memcmp
(
r_nonce
,
auth
->
r_nonce
,
r_nonce_len
)
!=
0
)
{
dpp.c:2599
dpp_auth_conf_rx_failure()
os_memcpy
(
&
nonces
[
nonce_len
]
,
auth
->
r_nonce
,
nonce_len
)
;
dpp_crypto.c:526
dpp_derive_bk_ke()
addr
[
num_elem
]
=
auth
->
r_nonce
;
dpp_crypto.c:834
dpp_gen_r_auth()
addr
[
num_elem
]
=
auth
->
r_nonce
;
dpp_crypto.c:913
dpp_gen_i_auth()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::r_nonce
is read by 7 functions:
All items filtered out
dpp_authentication::r_nonce
dpp_auth_build_resp_ok()
dpp_auth_build_conf()
dpp_auth_resp_rx()
dpp_auth_conf_rx_failure()
dpp_derive_bk_ke()
dpp_gen_r_auth()
dpp_gen_i_auth()
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