ESP-IDF
dpp_curve_params::nonce_len
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_curve_params::nonce_len
dpp_curve_params::nonce_len field
Syntax
Show:
Summary
Declaration
from
dpp.h:150
size_t
nonce_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
nonce_len
;
dpp.h:150
nonce_len
=
auth
->
curve
->
nonce_len
;
dpp.c:1121
dpp_auth_init()
nonce_len
=
auth
->
curve
->
nonce_len
;
dpp.c:1225
dpp_build_conf_req_attr()
nonce_len
=
auth
->
curve
->
nonce_len
;
dpp.c:1472
dpp_auth_build_resp_ok()
msg
=
dpp_auth_build_resp
(
auth
,
status
,
NULL
,
auth
->
curve
->
nonce_len
,
dpp.c:1676
dpp_auth_build_resp_status()
if
(
!
i_nonce
||
i_nonce_len
!=
auth
->
curve
->
nonce_len
)
{
dpp.c:1831
dpp_auth_req_rx()
r_nonce_len
=
4
+
auth
->
curve
->
nonce_len
;
dpp.c:1981
dpp_auth_build_conf()
WPA_PUT_LE16
(
&
r_nonce
[
2
]
,
auth
->
curve
->
nonce_len
)
;
dpp.c:2105
dpp_auth_build_conf()
os_memcpy
(
r_nonce
+
4
,
auth
->
r_nonce
,
auth
->
curve
->
nonce_len
)
;
dpp.c:2106
dpp_auth_build_conf()
if
(
!
i_nonce
||
i_nonce_len
!=
auth
->
curve
->
nonce_len
)
{
dpp.c:2192
dpp_auth_resp_rx_status()
if
(
!
r_nonce
||
r_nonce_len
!=
auth
->
curve
->
nonce_len
)
{
dpp.c:2414
dpp_auth_resp_rx()
if
(
!
i_nonce
||
i_nonce_len
!=
auth
->
curve
->
nonce_len
)
{
dpp.c:2423
dpp_auth_resp_rx()
if
(
!
r_nonce
||
r_nonce_len
!=
auth
->
curve
->
nonce_len
)
{
dpp.c:2595
dpp_auth_conf_rx_failure()
if
(
!
e_nonce
||
e_nonce_len
!=
auth
->
curve
->
nonce_len
)
{
dpp.c:3733
dpp_conf_req_rx()
if
(
!
e_nonce
||
e_nonce_len
!=
auth
->
curve
->
nonce_len
)
{
dpp.c:4492
dpp_conf_resp_rx()
size_t
nonce_len
=
auth
->
curve
->
nonce_len
;
dpp_crypto.c:507
dpp_derive_bk_ke()
nonce_len
=
auth
->
curve
->
nonce_len
;
dpp_crypto.c:808
dpp_gen_r_auth()
nonce_len
=
auth
->
curve
->
nonce_len
;
dpp_crypto.c:887
dpp_gen_i_auth()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_curve_params::nonce_len
is read by 14 functions:
All items filtered out
dpp_curve_params::nonce_len
dpp_auth_init()
dpp_build_conf_req_attr()
dpp_auth_build_resp_ok()
dpp_auth_build_resp_status()
dpp_auth_req_rx()
dpp_auth_build_conf()
dpp_auth_resp_rx_status()
dpp_auth_resp_rx()
dpp_auth_conf_rx_failure()
dpp_conf_req_rx()
dpp_conf_resp_rx()
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