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