ESP-IDF
dpp_authentication::Mx
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::Mx
dpp_authentication::Mx field
Syntax
Show:
Summary
Declaration
from
dpp.h:269
u8
Mx
[
DPP_MAX_SHARED_SECRET_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
Mx
[
DPP_MAX_SHARED_SECRET_LEN
]
;
dpp.h:269
auth
->
Mx
,
&
secret_len
)
<
0
)
dpp.c:1153
dpp_auth_init()
if
(
dpp_derive_k1
(
auth
->
Mx
,
auth
->
secret_len
,
auth
->
k1
,
dpp.c:1161
dpp_auth_init()
os_memset
(
auth
->
Mx
,
0
,
sizeof
(
auth
->
Mx
)
)
;
dpp.c:1427
dpp_auth_success()
if
(
dpp_ecdh
(
own_bi
->
pubkey
,
pi
,
auth
->
Mx
,
&
secret_len
)
<
0
)
dpp.c:1791
dpp_auth_req_rx()
if
(
dpp_derive_k1
(
auth
->
Mx
,
auth
->
secret_len
,
auth
->
k1
,
dpp.c:1799
dpp_auth_req_rx()
addr
[
num_elem
]
=
auth
->
Mx
;
dpp_crypto.c:527
dpp_derive_bk_ke()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::Mx
is read by 4 functions:
All items filtered out
dpp_authentication::Mx
dpp_auth_init()
dpp_auth_success()
dpp_auth_req_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