Searched refs:unwrapped2 (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_auth.c | 1410 u8 *unwrapped = NULL, *unwrapped2 = NULL; in dpp_auth_resp_rx() local 1680 unwrapped2 = os_malloc(unwrapped2_len); in dpp_auth_resp_rx() 1681 if (!unwrapped2) in dpp_auth_resp_rx() 1685 0, NULL, NULL, unwrapped2) < 0) { in dpp_auth_resp_rx() 1690 unwrapped2, unwrapped2_len); in dpp_auth_resp_rx() 1692 if (dpp_check_attrs(unwrapped2, unwrapped2_len) < 0) { in dpp_auth_resp_rx() 1698 r_auth = dpp_get_attr(unwrapped2, unwrapped2_len, DPP_ATTR_R_AUTH_TAG, in dpp_auth_resp_rx() 1715 bin_clear_free(unwrapped2, unwrapped2_len); in dpp_auth_resp_rx() 1721 bin_clear_free(unwrapped2, unwrapped2_len); in dpp_auth_resp_rx() 1737 bin_clear_free(unwrapped2, unwrapped2_le in dpp_auth_resp_rx() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 3644 u8 *unwrapped = NULL, *unwrapped2 = NULL; in dpp_auth_resp_rx() local 3906 unwrapped2 = os_malloc(unwrapped2_len); in dpp_auth_resp_rx() 3907 if (!unwrapped2) in dpp_auth_resp_rx() 3911 0, NULL, NULL, unwrapped2) < 0) { in dpp_auth_resp_rx() 3916 unwrapped2, unwrapped2_len); in dpp_auth_resp_rx() 3918 if (dpp_check_attrs(unwrapped2, unwrapped2_len) < 0) { in dpp_auth_resp_rx() 3924 r_auth = dpp_get_attr(unwrapped2, unwrapped2_len, DPP_ATTR_R_AUTH_TAG, in dpp_auth_resp_rx() 3941 bin_clear_free(unwrapped2, unwrapped2_len); in dpp_auth_resp_rx() 3947 bin_clear_free(unwrapped2, unwrapped2_len); in dpp_auth_resp_rx() 3963 bin_clear_free(unwrapped2, unwrapped2_le in dpp_auth_resp_rx() [all...] |
Completed in 9 milliseconds