Searched refs:r_pubkey_hash (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dpp_auth.c | 62 const u8 *r_pubkey_hash, in dpp_auth_build_req() argument 93 dpp_build_attr_r_bootstrap_key_hash(msg, r_pubkey_hash); in dpp_auth_build_req() 237 const u8 *r_pubkey_hash, in dpp_auth_build_resp() argument 278 dpp_build_attr_r_bootstrap_key_hash(msg, r_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 524 r_pubkey_hash = auth->own_bi->pubkey_hash; in dpp_auth_build_resp_ok() 536 r_pubkey_hash = NULL; in dpp_auth_build_resp_ok() 541 os_memcpy(test_hash, r_pubkey_hash, SHA256_MAC_LEN); in dpp_auth_build_resp_ok() 543 r_pubkey_hash = test_hash; in dpp_auth_build_resp_ok() 587 r_pubkey_hash, i_pubkey_hash, in dpp_auth_build_resp_ok() [all …]
|