Home
last modified time | relevance | path

Searched refs:i_pubkey_hash (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp_auth.c63 const u8 *i_pubkey_hash, in dpp_auth_build_req() argument
96 dpp_build_attr_i_bootstrap_key_hash(msg, i_pubkey_hash); in dpp_auth_build_req()
238 const u8 *i_pubkey_hash, in dpp_auth_build_resp() argument
281 dpp_build_attr_i_bootstrap_key_hash(msg, i_pubkey_hash); in dpp_auth_build_resp()
427 const u8 *r_pubkey_hash, *i_pubkey_hash, *r_nonce, *i_nonce; in dpp_auth_build_resp_ok() local
526 i_pubkey_hash = auth->peer_bi->pubkey_hash; in dpp_auth_build_resp_ok()
528 i_pubkey_hash = NULL; in dpp_auth_build_resp_ok()
546 i_pubkey_hash = NULL; in dpp_auth_build_resp_ok()
551 if (i_pubkey_hash) in dpp_auth_build_resp_ok()
552 os_memcpy(test_hash, i_pubkey_hash, SHA256_MAC_LEN); in dpp_auth_build_resp_ok()
[all …]