ESP-IDF
dpp_authentication::Nx_len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
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::Nx_len
dpp_authentication::Nx_len field
Syntax
Show:
Summary
Declaration
from
dpp.h:272
size_t
Nx_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
Nx_len
;
dpp.h:272
auth
->
Nx_len
=
0
;
dpp.c:1430
dpp_auth_success()
auth
->
Nx_len
=
auth
->
secret_len
;
dpp.c:1510
dpp_auth_build_resp_ok()
auth
->
Nx_len
=
auth
->
secret_len
;
dpp.c:2380
dpp_auth_resp_rx()
if
(
!
auth
->
Mx_len
||
!
auth
->
Nx_len
)
{
dpp_crypto.c:516
dpp_derive_bk_ke()
len
[
num_elem
]
=
auth
->
Nx_len
;
dpp_crypto.c:531
dpp_derive_bk_ke()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::Nx_len
is written by 3 functions and is read by 1 function:
dpp_auth_success()
dpp_auth_build_resp_ok()
dpp_auth_resp_rx()
All items filtered out
dpp_authentication::Nx_len
dpp_derive_bk_ke()
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