Searched refs:wrapped_r_auth (Results 1 – 1 of 1) sorted by relevance
1144 const u8 *wrapped_r_auth, in dpp_auth_build_resp() argument1260 if (wrapped_r_auth) { in dpp_auth_build_resp()1266 os_memcpy(pos, wrapped_r_auth, wrapped_r_auth_len); in dpp_auth_build_resp()2149 u8 wrapped_r_auth[4 + DPP_MAX_HASH_LEN + AES_BLOCK_SIZE], *w_r_auth; in dpp_auth_build_resp_ok() local2242 0, NULL, NULL, wrapped_r_auth) < 0) in dpp_auth_build_resp_ok()2246 wrapped_r_auth, wrapped_r_auth_len); in dpp_auth_build_resp_ok()2247 w_r_auth = wrapped_r_auth; in dpp_auth_build_resp_ok()