Searched refs:unwrapped2 (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dpp_auth.c | 1412 u8 *unwrapped = NULL, *unwrapped2 = NULL; in dpp_auth_resp_rx() local 1682 unwrapped2 = os_malloc(unwrapped2_len); in dpp_auth_resp_rx() 1683 if (!unwrapped2) in dpp_auth_resp_rx() 1687 0, NULL, NULL, unwrapped2) < 0) { in dpp_auth_resp_rx() 1692 unwrapped2, unwrapped2_len); in dpp_auth_resp_rx() 1694 if (dpp_check_attrs(unwrapped2, unwrapped2_len) < 0) { in dpp_auth_resp_rx() 1700 r_auth = dpp_get_attr(unwrapped2, unwrapped2_len, DPP_ATTR_R_AUTH_TAG, in dpp_auth_resp_rx() 1717 bin_clear_free(unwrapped2, unwrapped2_len); in dpp_auth_resp_rx() 1723 bin_clear_free(unwrapped2, unwrapped2_len); in dpp_auth_resp_rx() 1739 bin_clear_free(unwrapped2, unwrapped2_len); in dpp_auth_resp_rx()
|