Searched refs:i_pubkey_hash (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_auth.c | 63 const u8 *i_pubkey_hash, in dpp_auth_build_req() 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() 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_LE in dpp_auth_build_resp_ok() 59 dpp_auth_build_req(struct dpp_authentication *auth, const struct wpabuf *pi, size_t nonce_len, const u8 *r_pubkey_hash, const u8 *i_pubkey_hash, unsigned int neg_freq) dpp_auth_build_req() argument 233 dpp_auth_build_resp(struct dpp_authentication *auth, enum dpp_status_error status, const struct wpabuf *pr, size_t nonce_len, const u8 *r_pubkey_hash, const u8 *i_pubkey_hash, const u8 *r_nonce, const u8 *i_nonce, const u8 *wrapped_r_auth, size_t wrapped_r_auth_len, const u8 *siv_key) dpp_auth_build_resp() argument 606 const u8 *r_pubkey_hash, *i_pubkey_hash, *i_nonce; dpp_auth_build_resp_status() local 969 const u8 *r_pubkey_hash, *i_pubkey_hash; dpp_auth_build_conf() local 1173 const u8 *r_pubkey_hash, *i_pubkey_hash; dpp_auth_init() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 1673 const u8 *i_pubkey_hash, in dpp_auth_build_req() 1706 dpp_build_attr_i_bootstrap_key_hash(msg, i_pubkey_hash); in dpp_auth_build_req() 1846 const u8 *i_pubkey_hash, in dpp_auth_build_resp() 1888 dpp_build_attr_i_bootstrap_key_hash(msg, i_pubkey_hash); in dpp_auth_build_resp() 2232 const u8 *r_pubkey_hash, *i_pubkey_hash; in dpp_auth_init() local 2312 i_pubkey_hash = auth->own_bi->pubkey_hash; in dpp_auth_init() 2326 i_pubkey_hash = NULL; in dpp_auth_init() 2330 os_memcpy(test_hash, i_pubkey_hash, SHA256_MAC_LEN); in dpp_auth_init() 2332 i_pubkey_hash = test_hash; in dpp_auth_init() 2347 i_pubkey_hash, neg_fre in dpp_auth_init() 1669 dpp_auth_build_req(struct dpp_authentication *auth, const struct wpabuf *pi, size_t nonce_len, const u8 *r_pubkey_hash, const u8 *i_pubkey_hash, unsigned int neg_freq) dpp_auth_build_req() argument 1841 dpp_auth_build_resp(struct dpp_authentication *auth, enum dpp_status_error status, const struct wpabuf *pr, size_t nonce_len, const u8 *r_pubkey_hash, const u8 *i_pubkey_hash, const u8 *r_nonce, const u8 *i_nonce, const u8 *wrapped_r_auth, size_t wrapped_r_auth_len, const u8 *siv_key) dpp_auth_build_resp() argument 2831 const u8 *r_pubkey_hash, *i_pubkey_hash, *r_nonce, *i_nonce; dpp_auth_build_resp_ok() local 3010 const u8 *r_pubkey_hash, *i_pubkey_hash, *i_nonce; dpp_auth_build_resp_status() local 3373 const u8 *r_pubkey_hash, *i_pubkey_hash; dpp_auth_build_conf() local [all...] |
Completed in 8 milliseconds