Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Ddpp_auth.c678 u8 *unwrapped = NULL; in dpp_auth_req_rx() local
803 unwrapped = os_malloc(unwrapped_len); in dpp_auth_req_rx()
804 if (!unwrapped) in dpp_auth_req_rx()
808 2, addr, len, unwrapped) < 0) { in dpp_auth_req_rx()
813 unwrapped, unwrapped_len); in dpp_auth_req_rx()
815 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_auth_req_rx()
820 i_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_NONCE, in dpp_auth_req_rx()
829 i_capab = dpp_get_attr(unwrapped, unwrapped_len, in dpp_auth_req_rx()
839 bin_clear_free(unwrapped, unwrapped_len); in dpp_auth_req_rx()
840 unwrapped = NULL; in dpp_auth_req_rx()
[all …]
Ddpp_reconfig.c678 u8 *unwrapped = NULL; in dpp_reconfig_auth_resp_rx() local
788 unwrapped = os_malloc(unwrapped_len); in dpp_reconfig_auth_resp_rx()
789 if (!unwrapped) in dpp_reconfig_auth_resp_rx()
793 2, addr, len, unwrapped) < 0) { in dpp_reconfig_auth_resp_rx()
798 unwrapped, unwrapped_len); in dpp_reconfig_auth_resp_rx()
800 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_reconfig_auth_resp_rx()
805 c_nonce = dpp_get_attr(unwrapped, unwrapped_len, in dpp_reconfig_auth_resp_rx()
814 conn_status = dpp_get_attr(unwrapped, unwrapped_len, in dpp_reconfig_auth_resp_rx()
838 bin_clear_free(unwrapped, unwrapped_len); in dpp_reconfig_auth_resp_rx()
858 u8 *unwrapped = NULL; in dpp_reconfig_auth_conf_rx() local
[all …]
Ddpp_pkex.c1032 u8 *unwrapped = NULL; in dpp_pkex_rx_commit_reveal_req() local
1062 unwrapped = os_malloc(unwrapped_len); in dpp_pkex_rx_commit_reveal_req()
1063 if (!unwrapped) in dpp_pkex_rx_commit_reveal_req()
1076 2, addr, len, unwrapped) < 0) { in dpp_pkex_rx_commit_reveal_req()
1084 unwrapped, unwrapped_len); in dpp_pkex_rx_commit_reveal_req()
1086 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_pkex_rx_commit_reveal_req()
1091 b_key = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_BOOTSTRAP_KEY, in dpp_pkex_rx_commit_reveal_req()
1138 peer_u = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_AUTH_TAG, in dpp_pkex_rx_commit_reveal_req()
1187 os_free(unwrapped); in dpp_pkex_rx_commit_reveal_req()
1210 u8 *unwrapped = NULL; in dpp_pkex_rx_commit_reveal_resp() local
[all …]
Ddpp.c2282 u8 *unwrapped = NULL; in dpp_conf_req_rx() local
2317 unwrapped = os_malloc(unwrapped_len); in dpp_conf_req_rx()
2318 if (!unwrapped) in dpp_conf_req_rx()
2322 0, NULL, NULL, unwrapped) < 0) { in dpp_conf_req_rx()
2327 unwrapped, unwrapped_len); in dpp_conf_req_rx()
2329 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_conf_req_rx()
2334 e_nonce = dpp_get_attr(unwrapped, unwrapped_len, in dpp_conf_req_rx()
2346 i_proto = dpp_get_attr(unwrapped, unwrapped_len, in dpp_conf_req_rx()
2378 rx_auth_i = dpp_get_attr(unwrapped, unwrapped_len, in dpp_conf_req_rx()
2398 config_attr = dpp_get_attr(unwrapped, unwrapped_len, in dpp_conf_req_rx()
[all …]