ESP-IDF
dpp_curve_params::hash_len
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_curve_params::hash_len
dpp_curve_params::hash_len field
Syntax
Show:
Summary
Declaration
from
dpp.h:148
size_t
hash_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
hash_len
;
dpp.h:148
if
(
aes_siv_encrypt
(
auth
->
k1
,
auth
->
curve
->
hash_len
,
clear
,
siv_len
,
dpp.c:578
dpp_auth_build_req()
if
(
aes_siv_encrypt
(
siv_key
,
auth
->
curve
->
hash_len
,
clear
,
siv_len
,
dpp.c:751
dpp_auth_build_resp()
auth
->
curve
->
hash_len
)
<
0
)
dpp.c:1162
dpp_auth_init()
if
(
aes_siv_encrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:1292
dpp_build_conf_req_attr()
auth
->
curve
->
hash_len
)
<
0
)
dpp.c:1513
dpp_auth_build_resp_ok()
WPA_PUT_LE16
(
&
r_auth
[
2
]
,
auth
->
curve
->
hash_len
)
;
dpp.c:1527
dpp_auth_build_resp_ok()
if
(
aes_siv_encrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:1536
dpp_auth_build_resp_ok()
r_auth
,
4
+
auth
->
curve
->
hash_len
,
dpp.c:1537
dpp_auth_build_resp_ok()
wrapped_r_auth_len
=
4
+
auth
->
curve
->
hash_len
+
AES_BLOCK_SIZE
;
dpp.c:1540
dpp_auth_build_resp_ok()
auth
->
curve
->
hash_len
)
<
0
)
dpp.c:1800
dpp_auth_req_rx()
if
(
aes_siv_decrypt
(
auth
->
k1
,
auth
->
curve
->
hash_len
,
dpp.c:1815
dpp_auth_req_rx()
i_auth_len
=
4
+
auth
->
curve
->
hash_len
;
dpp.c:1980
dpp_auth_build_conf()
WPA_PUT_LE16
(
&
i_auth
[
2
]
,
auth
->
curve
->
hash_len
)
;
dpp.c:2081
dpp_auth_build_conf()
if
(
aes_siv_encrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:2092
dpp_auth_build_conf()
if
(
aes_siv_encrypt
(
auth
->
k2
,
auth
->
curve
->
hash_len
,
dpp.c:2108
dpp_auth_build_conf()
if
(
aes_siv_decrypt
(
auth
->
k1
,
auth
->
curve
->
hash_len
,
dpp.c:2176
dpp_auth_resp_rx_status()
auth
->
curve
->
hash_len
)
<
0
)
dpp.c:2383
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
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:2489
dpp_auth_resp_rx()
if
(
!
r_auth
||
r_auth_len
!=
auth
->
curve
->
hash_len
)
{
dpp.c:2506
dpp_auth_resp_rx()
if
(
aes_siv_decrypt
(
auth
->
k2
,
auth
->
curve
->
hash_len
,
dpp.c:2579
dpp_auth_conf_rx_failure()
if
(
aes_siv_decrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:2735
dpp_auth_conf_rx()
if
(
!
i_auth
||
i_auth_len
!=
auth
->
curve
->
hash_len
)
{
dpp.c:2751
dpp_auth_conf_rx()
hash
=
os_malloc
(
curve
->
hash_len
)
;
dpp.c:3370
dpp_build_conf_obj_dpp()
if
(
dpp_get_config_obj_hash
(
signed1
,
signed1_len
,
signed2
,
signed1_len
,
hash
,
curve
->
hash_len
)
<
0
)
dpp.c:3374
dpp_build_conf_obj_dpp()
if
(
crypto_ecdsa_get_sign
(
hash
,
r
,
s
,
auth
->
conf
->
csign
,
curve
->
hash_len
)
<
0
)
dpp.c:3379
dpp_build_conf_obj_dpp()
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()
if
(
dpp_derive_pmk
(
Nx
,
Nx_len
,
intro
->
pmk
,
curve
->
hash_len
)
<
0
)
{
dpp.c:4889
dpp_peer_intro()
intro
->
pmk_len
=
curve
->
hash_len
;
dpp.c:4893
dpp_peer_intro()
if
(
curve
->
hash_len
==
32
)
dpp_crypto.c:92
dpp_hash_vector()
unsigned
int
hash_len
=
auth
->
curve
->
hash_len
;
dpp_crypto.c:506
dpp_derive_bk_ke()
hash
=
os_malloc
(
curve
->
hash_len
)
;
dpp_crypto.c:725
dpp_process_signed_connector()
(
unsigned
char
*
)
hash
,
curve
->
hash_len
,
dpp_crypto.c:740
dpp_process_signed_connector()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_curve_params::hash_len
is read by 19 functions:
All items filtered out
dpp_curve_params::hash_len
dpp_auth_build_req()
dpp_auth_build_resp()
dpp_auth_init()
dpp_build_conf_req_attr()
dpp_auth_build_resp_ok()
dpp_auth_req_rx()
dpp_auth_build_conf()
dpp_auth_resp_rx_status()
dpp_auth_resp_rx()
dpp_auth_conf_rx_failure()
dpp_auth_conf_rx()
dpp_build_conf_obj_dpp()
dpp_build_conf_resp()
dpp_conf_req_rx()
dpp_conf_resp_rx()
dpp_peer_intro()
dpp_hash_vector()
dpp_derive_bk_ke()
dpp_process_signed_connector()
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