Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Ddpp.c2403 u8 *unwrapped = NULL; in dpp_auth_req_rx() local
2518 unwrapped = os_malloc(unwrapped_len); in dpp_auth_req_rx()
2519 if (!unwrapped) in dpp_auth_req_rx()
2523 2, addr, len, unwrapped) < 0) { in dpp_auth_req_rx()
2528 unwrapped, unwrapped_len); in dpp_auth_req_rx()
2530 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_auth_req_rx()
2535 i_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_NONCE, in dpp_auth_req_rx()
2544 i_capab = dpp_get_attr(unwrapped, unwrapped_len, in dpp_auth_req_rx()
2554 bin_clear_free(unwrapped, unwrapped_len); in dpp_auth_req_rx()
2555 unwrapped = NULL; in dpp_auth_req_rx()
[all …]