ESP-IDF
dpp_authentication::Nx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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
dpp_authentication::Nx field
Syntax
Show:
Summary
Declaration
from
dpp.h:271
u8
Nx
[
DPP_MAX_SHARED_SECRET_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
Nx
[
DPP_MAX_SHARED_SECRET_LEN
]
;
dpp.h:271
os_memset
(
auth
->
Nx
,
0
,
sizeof
(
auth
->
Nx
)
)
;
dpp.c:1429
dpp_auth_success()
auth
->
Nx
,
&
secret_len
)
<
0
)
dpp.c:1505
dpp_auth_build_resp_ok()
if
(
dpp_derive_k2
(
auth
->
Nx
,
auth
->
secret_len
,
auth
->
k2
,
dpp.c:1512
dpp_auth_build_resp_ok()
if
(
dpp_ecdh
(
auth
->
own_protocol_key
,
pr
,
auth
->
Nx
,
&
secret_len
)
<
0
)
{
dpp.c:2370
dpp_auth_resp_rx()
if
(
dpp_derive_k2
(
auth
->
Nx
,
auth
->
secret_len
,
auth
->
k2
,
dpp.c:2382
dpp_auth_resp_rx()
addr
[
num_elem
]
=
auth
->
Nx
;
dpp_crypto.c:530
dpp_derive_bk_ke()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::Nx
is read by 4 functions:
All items filtered out
dpp_authentication::Nx
dpp_auth_success()
dpp_auth_build_resp_ok()
dpp_auth_resp_rx()
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