ESP-IDF
dpp_authentication::secret_len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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::secret_len
dpp_authentication::secret_len field
Syntax
Show:
Summary
Declaration
from
dpp.h:268
size_t
secret_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
secret_len
;
dpp.h:268
auth
->
secret_len
=
secret_len
;
dpp.c:1155
dpp_auth_init()
auth
->
Mx_len
=
auth
->
secret_len
;
dpp.c:1159
dpp_auth_init()
if
(
dpp_derive_k1
(
auth
->
Mx
,
auth
->
secret_len
,
auth
->
k1
,
dpp.c:1161
dpp_auth_init()
auth
->
Nx_len
=
auth
->
secret_len
;
dpp.c:1510
dpp_auth_build_resp_ok()
if
(
dpp_derive_k2
(
auth
->
Nx
,
auth
->
secret_len
,
auth
->
k2
,
dpp.c:1512
dpp_auth_build_resp_ok()
auth
->
secret_len
=
secret_len
;
dpp.c:1793
dpp_auth_req_rx()
auth
->
Mx_len
=
auth
->
secret_len
;
dpp.c:1797
dpp_auth_req_rx()
if
(
dpp_derive_k1
(
auth
->
Mx
,
auth
->
secret_len
,
auth
->
k1
,
dpp.c:1799
dpp_auth_req_rx()
auth
->
Nx_len
=
auth
->
secret_len
;
dpp.c:2380
dpp_auth_resp_rx()
if
(
dpp_derive_k2
(
auth
->
Nx
,
auth
->
secret_len
,
auth
->
k2
,
dpp.c:2382
dpp_auth_resp_rx()
len
[
num_elem
]
=
auth
->
secret_len
;
dpp_crypto.c:540
dpp_derive_bk_ke()
if
(
dpp_bn2bin_pad
(
lx
,
auth
->
Lx
,
auth
->
secret_len
)
<
0
)
dpp_crypto.c:1002
dpp_auth_derive_l_responder()
auth
->
Lx_len
=
auth
->
secret_len
;
dpp_crypto.c:1005
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()
auth
->
Lx_len
=
auth
->
secret_len
;
dpp_crypto.c:1052
dpp_auth_derive_l_initiator()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::secret_len
is written by 2 functions and is read by 7 functions:
dpp_auth_init()
dpp_auth_req_rx()
All items filtered out
dpp_authentication::secret_len
dpp_auth_init()
dpp_auth_build_resp_ok()
dpp_auth_req_rx()
dpp_auth_resp_rx()
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