ESP-IDF
dpp_authentication::ke
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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::ke
dpp_authentication::ke field
Syntax
Show:
Summary
Declaration
from
dpp.h:277
u8
ke
[
DPP_MAX_HASH_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
ke
[
DPP_MAX_HASH_LEN
]
;
dpp.h:277
if
(
aes_siv_encrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:1292
dpp_build_conf_req_attr()
if
(
aes_siv_encrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:1536
dpp_auth_build_resp_ok()
if
(
aes_siv_encrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:2092
dpp_auth_build_conf()
if
(
aes_siv_decrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:2489
dpp_auth_resp_rx()
if
(
aes_siv_decrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:2735
dpp_auth_conf_rx()
if
(
aes_siv_encrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:3648
dpp_build_conf_resp()
if
(
aes_siv_decrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:3716
dpp_conf_req_rx()
if
(
aes_siv_decrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:4475
dpp_conf_resp_rx()
res
=
dpp_hkdf_expand
(
hash_len
,
prk
,
hash_len
,
info_ke
,
auth
->
ke
,
hash_len
)
;
dpp_crypto.c:551
dpp_derive_bk_ke()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::ke
is read by 9 functions:
All items filtered out
dpp_authentication::ke
dpp_build_conf_req_attr()
dpp_auth_build_resp_ok()
dpp_auth_build_conf()
dpp_auth_resp_rx()
dpp_auth_conf_rx()
dpp_build_conf_resp()
dpp_conf_req_rx()
dpp_conf_resp_rx()
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