Home
last modified time | relevance | path

Searched refs:unwrapped2_len (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp.c2540 size_t unwrapped_len = 0, unwrapped2_len = 0; in dpp_auth_resp_rx() local
2742 unwrapped2_len = wrapped2_len - AES_BLOCK_SIZE; in dpp_auth_resp_rx()
2743 unwrapped2 = os_malloc(unwrapped2_len); in dpp_auth_resp_rx()
2753 unwrapped2, unwrapped2_len); in dpp_auth_resp_rx()
2755 if (dpp_check_attrs(unwrapped2, unwrapped2_len) < 0) { in dpp_auth_resp_rx()
2761 r_auth = dpp_get_attr(unwrapped2, unwrapped2_len, DPP_ATTR_R_AUTH_TAG, in dpp_auth_resp_rx()
2782 bin_clear_free(unwrapped2, unwrapped2_len); in dpp_auth_resp_rx()
2788 bin_clear_free(unwrapped2, unwrapped2_len); in dpp_auth_resp_rx()