Lines Matching refs:unwrapped_len
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()
900 unwrapped = os_malloc(unwrapped_len); in dpp_reconfig_auth_conf_rx()
910 unwrapped, unwrapped_len); in dpp_reconfig_auth_conf_rx()
912 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_reconfig_auth_conf_rx()
917 trans_id = dpp_get_attr(unwrapped, unwrapped_len, in dpp_reconfig_auth_conf_rx()
926 version = dpp_get_attr(unwrapped, unwrapped_len, in dpp_reconfig_auth_conf_rx()
934 c_nonce = dpp_get_attr(unwrapped, unwrapped_len, in dpp_reconfig_auth_conf_rx()
943 e_nonce = dpp_get_attr(unwrapped, unwrapped_len, in dpp_reconfig_auth_conf_rx()
952 reconfig_flags = dpp_get_attr(unwrapped, unwrapped_len, in dpp_reconfig_auth_conf_rx()
966 bin_clear_free(unwrapped, unwrapped_len); in dpp_reconfig_auth_conf_rx()