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

/netbsd-current/external/bsd/wpa/dist/src/common/
H A Ddpp.c1848 const u8 *wrapped_r_auth,
1974 if (wrapped_r_auth) {
1980 os_memcpy(pos, wrapped_r_auth, wrapped_r_auth_len);
2828 u8 wrapped_r_auth[4 + DPP_MAX_HASH_LEN + AES_BLOCK_SIZE], *w_r_auth; local
2921 0, NULL, NULL, wrapped_r_auth) < 0)
2925 wrapped_r_auth, wrapped_r_auth_len);
2926 w_r_auth = wrapped_r_auth;
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

Completed in 141 milliseconds