ESP-IDF
dpp_authentication::Lx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::Lx
dpp_authentication::Lx field
Syntax
Show:
Summary
Declaration
from
dpp.h:273
u8
Lx
[
DPP_MAX_SHARED_SECRET_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
Lx
[
DPP_MAX_SHARED_SECRET_LEN
]
;
dpp.h:273
os_memset
(
auth
->
Lx
,
0
,
sizeof
(
auth
->
Lx
)
)
;
dpp.c:1431
dpp_auth_success()
addr
[
num_elem
]
=
auth
->
Lx
;
dpp_crypto.c:539
dpp_derive_bk_ke()
if
(
dpp_bn2bin_pad
(
lx
,
auth
->
Lx
,
auth
->
secret_len
)
<
0
)
dpp_crypto.c:1002
dpp_auth_derive_l_responder()
if
(
dpp_bn2bin_pad
(
lx
,
auth
->
Lx
,
auth
->
secret_len
)
<
0
)
dpp_crypto.c:1049
dpp_auth_derive_l_initiator()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::Lx
is read by 4 functions:
All items filtered out
dpp_authentication::Lx
dpp_auth_success()
dpp_derive_bk_ke()
dpp_auth_derive_l_responder()
dpp_auth_derive_l_initiator()
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