Searched refs:r_pubkey_hash (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/common/
H A Ddpp.c1672 const u8 *r_pubkey_hash,
1703 dpp_build_attr_r_bootstrap_key_hash(msg, r_pubkey_hash);
1845 const u8 *r_pubkey_hash,
1885 dpp_build_attr_r_bootstrap_key_hash(msg, r_pubkey_hash);
2232 const u8 *r_pubkey_hash, *i_pubkey_hash; local
2311 r_pubkey_hash = auth->peer_bi->pubkey_hash;
2317 r_pubkey_hash = NULL;
2321 os_memcpy(test_hash, r_pubkey_hash, SHA256_MAC_LEN);
2323 r_pubkey_hash = test_hash;
2346 auth->req_msg = dpp_auth_build_req(auth, pi, nonce_len, r_pubkey_hash,
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) 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) argument
2831 const u8 *r_pubkey_hash, *i_pubkey_hash, *r_nonce, *i_nonce; local
3010 const u8 *r_pubkey_hash, *i_pubkey_hash, *i_nonce; local
3373 const u8 *r_pubkey_hash, *i_pubkey_hash; local
[all...]

Completed in 200 milliseconds