Searched refs:unwrapped_len (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_auth.c | 679 size_t unwrapped_len = 0; in dpp_auth_req_rx() local 802 unwrapped_len = wrapped_data_len - AES_BLOCK_SIZE; in dpp_auth_req_rx() 803 unwrapped = os_malloc(unwrapped_len); 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() 929 bin_clear_free(unwrapped, unwrapped_len); in dpp_auth_req_rx() 1313 size_t unwrapped_len = 0; in dpp_auth_resp_rx_status() local [all …]
|
H A D | dpp_reconfig.c | 679 size_t unwrapped_len = 0; in dpp_reconfig_auth_resp_rx() local 787 unwrapped_len = wrapped_data_len - AES_BLOCK_SIZE; in dpp_reconfig_auth_resp_rx() 788 unwrapped = os_malloc(unwrapped_len); 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() 859 size_t unwrapped_len = 0; in dpp_reconfig_auth_conf_rx() local 899 unwrapped_len = wrapped_data_len - AES_BLOCK_SIZE; in dpp_reconfig_auth_conf_rx() [all …]
|
H A D | dpp_pkex.c | 1033 size_t unwrapped_len = 0; in dpp_pkex_rx_commit_reveal_req() local 1061 unwrapped_len = wrapped_data_len - AES_BLOCK_SIZE; in dpp_pkex_rx_commit_reveal_req() 1062 unwrapped = os_malloc(unwrapped_len); 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() 1211 size_t unwrapped_len = 0; in dpp_pkex_rx_commit_reveal_resp() local 1241 unwrapped_len = wrapped_data_len - AES_BLOCK_SIZE; in dpp_pkex_rx_commit_reveal_resp() 1242 unwrapped = os_malloc(unwrapped_len); in dpp_pkex_rx_commit_reveal_resp() [all …]
|
H A D | dpp.c | 2283 size_t unwrapped_len = 0; in dpp_conf_req_rx() local 2316 unwrapped_len = wrapped_data_len - AES_BLOCK_SIZE; in dpp_conf_req_rx() 2317 unwrapped = os_malloc(unwrapped_len); 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() 3307 size_t unwrapped_len = 0; in dpp_conf_resp_rx() local [all …]
|