Searched refs:unwrapped (Results 1 – 4 of 4) sorted by relevance
/hostap-3.6.0/src/common/ |
D | dpp_auth.c | 678 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 …]
|
D | dpp_reconfig.c | 678 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 …]
|
D | dpp_pkex.c | 1026 u8 *unwrapped = NULL; in dpp_pkex_rx_commit_reveal_req() local 1056 unwrapped = os_malloc(unwrapped_len); in dpp_pkex_rx_commit_reveal_req() 1057 if (!unwrapped) in dpp_pkex_rx_commit_reveal_req() 1070 2, addr, len, unwrapped) < 0) { in dpp_pkex_rx_commit_reveal_req() 1078 unwrapped, unwrapped_len); in dpp_pkex_rx_commit_reveal_req() 1080 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_pkex_rx_commit_reveal_req() 1085 b_key = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_BOOTSTRAP_KEY, in dpp_pkex_rx_commit_reveal_req() 1132 peer_u = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_AUTH_TAG, in dpp_pkex_rx_commit_reveal_req() 1181 os_free(unwrapped); in dpp_pkex_rx_commit_reveal_req() 1204 u8 *unwrapped = NULL; in dpp_pkex_rx_commit_reveal_resp() local [all …]
|
D | dpp.c | 2053 u8 *unwrapped = NULL; in dpp_conf_req_rx() local 2088 unwrapped = os_malloc(unwrapped_len); in dpp_conf_req_rx() 2089 if (!unwrapped) in dpp_conf_req_rx() 2093 0, NULL, NULL, unwrapped) < 0) { in dpp_conf_req_rx() 2098 unwrapped, unwrapped_len); in dpp_conf_req_rx() 2100 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_conf_req_rx() 2105 e_nonce = dpp_get_attr(unwrapped, unwrapped_len, in dpp_conf_req_rx() 2117 i_proto = dpp_get_attr(unwrapped, unwrapped_len, in dpp_conf_req_rx() 2149 rx_auth_i = dpp_get_attr(unwrapped, unwrapped_len, in dpp_conf_req_rx() 2169 config_attr = dpp_get_attr(unwrapped, unwrapped_len, in dpp_conf_req_rx() [all …]
|