Searched refs:unwrapped2 (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 2952 u8 *unwrapped = NULL, *unwrapped2 = NULL; in dpp_auth_resp_rx() local 3196 unwrapped2 = os_malloc(unwrapped2_len); in dpp_auth_resp_rx() 3197 if (!unwrapped2) in dpp_auth_resp_rx() 3201 0, NULL, NULL, unwrapped2) < 0) { in dpp_auth_resp_rx() 3206 unwrapped2, unwrapped2_len); in dpp_auth_resp_rx() 3208 if (dpp_check_attrs(unwrapped2, unwrapped2_len) < 0) { in dpp_auth_resp_rx() 3214 r_auth = dpp_get_attr(unwrapped2, unwrapped2_len, DPP_ATTR_R_AUTH_TAG, in dpp_auth_resp_rx() 3231 bin_clear_free(unwrapped2, unwrapped2_len); in dpp_auth_resp_rx() 3237 bin_clear_free(unwrapped2, unwrapped2_len); in dpp_auth_resp_rx() 3253 bin_clear_free(unwrapped2, unwrapped2_len); in dpp_auth_resp_rx()
|