ESP-IDF
dpp_authentication::k1
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::k1
dpp_authentication::k1 field
Syntax
Show:
Summary
Declaration
from
dpp.h:275
u8
k1
[
DPP_MAX_HASH_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
k1
[
DPP_MAX_HASH_LEN
]
;
dpp.h:275
if
(
aes_siv_encrypt
(
auth
->
k1
,
auth
->
curve
->
hash_len
,
clear
,
siv_len
,
dpp.c:578
dpp_auth_build_req()
if
(
dpp_derive_k1
(
auth
->
Mx
,
auth
->
secret_len
,
auth
->
k1
,
dpp.c:1161
dpp_auth_init()
os_memset
(
auth
->
k1
,
0
,
sizeof
(
auth
->
k1
)
)
;
dpp.c:1433
dpp_auth_success()
NULL
,
i_nonce
,
NULL
,
0
,
auth
->
k1
)
;
dpp.c:1678
dpp_auth_build_resp_status()
if
(
dpp_derive_k1
(
auth
->
Mx
,
auth
->
secret_len
,
auth
->
k1
,
dpp.c:1799
dpp_auth_req_rx()
if
(
aes_siv_decrypt
(
auth
->
k1
,
auth
->
curve
->
hash_len
,
dpp.c:1815
dpp_auth_req_rx()
if
(
aes_siv_decrypt
(
auth
->
k1
,
auth
->
curve
->
hash_len
,
dpp.c:2176
dpp_auth_resp_rx_status()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::k1
is read by 6 functions:
All items filtered out
dpp_authentication::k1
dpp_auth_build_req()
dpp_auth_init()
dpp_auth_success()
dpp_auth_build_resp_status()
dpp_auth_req_rx()
dpp_auth_resp_rx_status()
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