ESP-IDF
dpp_authentication::k2
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::k2
dpp_authentication::k2 field
Syntax
Show:
Summary
Declaration
from
dpp.h:276
u8
k2
[
DPP_MAX_HASH_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
k2
[
DPP_MAX_HASH_LEN
]
;
dpp.h:276
os_memset
(
auth
->
k2
,
0
,
sizeof
(
auth
->
k2
)
)
;
dpp.c:1434
dpp_auth_success()
if
(
dpp_derive_k2
(
auth
->
Nx
,
auth
->
secret_len
,
auth
->
k2
,
dpp.c:1512
dpp_auth_build_resp_ok()
auth
->
k2
)
;
dpp.c:1611
dpp_auth_build_resp_ok()
if
(
aes_siv_encrypt
(
auth
->
k2
,
auth
->
curve
->
hash_len
,
dpp.c:2108
dpp_auth_build_conf()
if
(
dpp_derive_k2
(
auth
->
Nx
,
auth
->
secret_len
,
auth
->
k2
,
dpp.c:2382
dpp_auth_resp_rx()
if
(
aes_siv_decrypt
(
auth
->
k2
,
auth
->
curve
->
hash_len
,
dpp.c:2398
dpp_auth_resp_rx()
if
(
aes_siv_decrypt
(
auth
->
k2
,
auth
->
curve
->
hash_len
,
dpp.c:2579
dpp_auth_conf_rx_failure()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::k2
is read by 5 functions:
All items filtered out
dpp_authentication::k2
dpp_auth_success()
dpp_auth_build_resp_ok()
dpp_auth_build_conf()
dpp_auth_resp_rx()
dpp_auth_conf_rx_failure()
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