| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2023-23914_5-1.patch | 10 Comment: Refreshed hunk from hsts.c and urldata.h 15 lib/hsts.c | 15 +++++++++ 16 lib/hsts.h | 2 ++ 35 --- a/lib/hsts.c 36 +++ b/lib/hsts.c 56 + (void)Curl_hsts_loadfile(data, data->hsts, l->data); 64 --- a/lib/hsts.h 65 +++ b/lib/hsts.h 67 struct hsts *h, const char *file); 69 struct hsts *h); [all …]
|
| H A D | CVE-2022-30115.patch | 4 Subject: [PATCH] hsts: ignore trailing dots when comparing hosts names 15 lib/hsts.c | 30 +++++++++++++++++++++++++----- 18 diff --git a/lib/hsts.c b/lib/hsts.c 20 --- a/lib/hsts.c 21 +++ b/lib/hsts.c 22 @@ -114,16 +114,25 @@ static CURLcode hsts_create(struct hsts *h, 52 @@ -238,10 +247,21 @@ struct stsentry *Curl_hsts(struct hsts *h, const char *hostname, 74 @@ -440,7 +460,7 @@ static CURLcode hsts_pull(struct Curl_easy *data, struct hsts *h)
|
| H A D | CVE-2023-23914_5-3.patch | 4 Subject: [PATCH] hsts: handle adding the same host name again 13 lib/hsts.c | 13 +++++++++++-- 16 diff --git a/lib/hsts.c b/lib/hsts.c 18 --- a/lib/hsts.c 19 +++ b/lib/hsts.c 20 @@ -426,14 +426,23 @@ static CURLcode hsts_add(struct hsts *h, char *line)
|
| H A D | CVE-2023-23914_5-5.patch | 4 Subject: [PATCH] test446: verify hsts with two URLs 89 +-x http://%HOSTIP:%PROXYPORT --hsts log/hsts%TESTNUMBER http://this.hsts.example./%TESTNUMBER http… 96 +GET http://this.hsts.example./%TESTNUMBER HTTP/1.1 97 +Host: this.hsts.example. 110 +<file name="log/hsts%TESTNUMBER" mode="text"> 111 +# Your HSTS cache. https://curl.se/docs/hsts.html 113 +this.hsts.example "20330525 03:33:20"
|
| H A D | CVE-2022-43551.patch | 28 else if(data->hsts && checkprefix("Strict-Transport-Security:", headp) && 31 - Curl_hsts_parse(data->hsts, data->state.up.hostname, 32 + Curl_hsts_parse(data->hsts, conn->host.name,
|
| H A D | CVE-2022-42916.patch | 73 if(data->hsts && strcasecompare("http", data->state.up.scheme)) { 74 - if(Curl_hsts(data->hsts, data->state.up.hostname, TRUE)) { 76 + if(Curl_hsts(data->hsts, conn->host.name, TRUE)) {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_dbcc.c | 24 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_dbcc_pre_cfg() local 29 hsts = rtw_hal_mac_dbcc_pre_cfg(phl_com, hal_info, dbcc_en); in rtw_hal_dbcc_pre_cfg() 30 if (hsts != RTW_HAL_STATUS_SUCCESS) { in rtw_hal_dbcc_pre_cfg() 36 hsts = rtw_hal_phy_dbcc_pre_cfg(hal_info, phl_com, dbcc_en); in rtw_hal_dbcc_pre_cfg() 37 if (hsts != RTW_HAL_STATUS_SUCCESS) { in rtw_hal_dbcc_pre_cfg() 47 return hsts; in rtw_hal_dbcc_pre_cfg() 55 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_dbcc_cfg() local 79 hsts = rtw_hal_mac_dbcc_cfg(phl_com, hal_info, dbcc_en); in rtw_hal_dbcc_cfg() 80 if (hsts != RTW_HAL_STATUS_SUCCESS) { in rtw_hal_dbcc_cfg() 87 hsts = rtw_hal_phy_dbcc_cfg(hal_info, phl_com, dbcc_en); in rtw_hal_dbcc_cfg() [all …]
|
| H A D | hal_custom.c | 25 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_custom_cfg_tx_ampdu() local 27 return hsts; in rtw_hal_custom_cfg_tx_ampdu() 28 hsts = rtw_hal_mac_set_hw_ampdu_cfg(hal_info, in rtw_hal_custom_cfg_tx_ampdu() 32 return hsts; in rtw_hal_custom_cfg_tx_ampdu() 41 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_get_ampdu_cfg() local 45 return hsts; in rtw_hal_get_ampdu_cfg() 46 hsts = rtw_hal_mac_get_ampdu_cfg(hal_info->hal_com, in rtw_hal_get_ampdu_cfg() 49 if (hsts == RTW_HAL_STATUS_SUCCESS) { in rtw_hal_get_ampdu_cfg() 53 return hsts; in rtw_hal_get_ampdu_cfg()
|
| H A D | hal_thermal.c | 27 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_thermal_protect_cfg_tx_ampdu() local 44 hsts = rtw_hal_mac_set_hw_ampdu_cfg(hal_info, 0, num_ampdu, tx_time); in rtw_hal_thermal_protect_cfg_tx_ampdu() 49 if (RTW_HAL_STATUS_SUCCESS != hsts) in rtw_hal_thermal_protect_cfg_tx_ampdu() 53 return hsts; in rtw_hal_thermal_protect_cfg_tx_ampdu() 141 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_thermal_protect_cfg_tx_duty() local 149 hsts = rtw_hal_mac_set_tx_duty(hal_info, pause_duration, tx_duration); in rtw_hal_thermal_protect_cfg_tx_duty() 151 return hsts; in rtw_hal_thermal_protect_cfg_tx_duty() 159 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_thermal_protect_stop_tx_duty() local 163 hsts = rtw_hal_mac_stop_tx_duty(hal_info); in rtw_hal_thermal_protect_stop_tx_duty() 165 return hsts; in rtw_hal_thermal_protect_stop_tx_duty()
|
| H A D | hal_sta.c | 740 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_cfg_tx_ampdu() local 744 hsts = rtw_hal_mac_set_hw_ampdu_cfg(hal_info, 0, 0x3F, 0xA5); in rtw_hal_cfg_tx_ampdu() 746 hsts = rtw_hal_mac_set_hw_ampdu_cfg(hal_info, 0, 0x7F, 0xAB); in rtw_hal_cfg_tx_ampdu() 748 if (RTW_HAL_STATUS_SUCCESS != hsts) in rtw_hal_cfg_tx_ampdu() 754 return hsts; in rtw_hal_cfg_tx_ampdu()
|
| H A D | hal_init.c | 1435 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_beacon_stop() local 1439 hsts = rtw_hal_mac_port_cfg(hal_info, wrole, PCFG_BCN_EN, &bcn_en); in rtw_hal_beacon_stop() 1441 return hsts; in rtw_hal_beacon_stop()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_dbcc.c | 24 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_dbcc_pre_cfg() local 29 hsts = rtw_hal_mac_dbcc_pre_cfg(phl_com, hal_info, dbcc_en); in rtw_hal_dbcc_pre_cfg() 30 if (hsts != RTW_HAL_STATUS_SUCCESS) { in rtw_hal_dbcc_pre_cfg() 36 hsts = rtw_hal_phy_dbcc_pre_cfg(hal_info, phl_com, dbcc_en); in rtw_hal_dbcc_pre_cfg() 37 if (hsts != RTW_HAL_STATUS_SUCCESS) { in rtw_hal_dbcc_pre_cfg() 47 return hsts; in rtw_hal_dbcc_pre_cfg() 55 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_dbcc_cfg() local 79 hsts = rtw_hal_mac_dbcc_cfg(phl_com, hal_info, dbcc_en); in rtw_hal_dbcc_cfg() 80 if (hsts != RTW_HAL_STATUS_SUCCESS) { in rtw_hal_dbcc_cfg() 87 hsts = rtw_hal_phy_dbcc_cfg(hal_info, phl_com, dbcc_en); in rtw_hal_dbcc_cfg() [all …]
|
| H A D | hal_custom.c | 25 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_custom_cfg_tx_ampdu() local 27 return hsts; in rtw_hal_custom_cfg_tx_ampdu() 28 hsts = rtw_hal_mac_set_hw_ampdu_cfg(hal_info, in rtw_hal_custom_cfg_tx_ampdu() 32 return hsts; in rtw_hal_custom_cfg_tx_ampdu() 41 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_get_ampdu_cfg() local 45 return hsts; in rtw_hal_get_ampdu_cfg() 46 hsts = rtw_hal_mac_get_ampdu_cfg(hal_info->hal_com, in rtw_hal_get_ampdu_cfg() 49 if (hsts == RTW_HAL_STATUS_SUCCESS) { in rtw_hal_get_ampdu_cfg() 53 return hsts; in rtw_hal_get_ampdu_cfg()
|
| H A D | hal_thermal.c | 27 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_thermal_protect_cfg_tx_ampdu() local 44 hsts = rtw_hal_mac_set_hw_ampdu_cfg(hal_info, 0, num_ampdu, tx_time); in rtw_hal_thermal_protect_cfg_tx_ampdu() 49 if (RTW_HAL_STATUS_SUCCESS != hsts) in rtw_hal_thermal_protect_cfg_tx_ampdu() 53 return hsts; in rtw_hal_thermal_protect_cfg_tx_ampdu() 141 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_thermal_protect_cfg_tx_duty() local 149 hsts = rtw_hal_mac_set_tx_duty(hal_info, pause_duration, tx_duration); in rtw_hal_thermal_protect_cfg_tx_duty() 151 return hsts; in rtw_hal_thermal_protect_cfg_tx_duty() 159 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_thermal_protect_stop_tx_duty() local 163 hsts = rtw_hal_mac_stop_tx_duty(hal_info); in rtw_hal_thermal_protect_stop_tx_duty() 165 return hsts; in rtw_hal_thermal_protect_stop_tx_duty()
|
| H A D | hal_sta.c | 763 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_cfg_tx_ampdu() local 767 hsts = rtw_hal_mac_set_hw_ampdu_cfg(hal_info, 0, 0x3F, 0xA5); in rtw_hal_cfg_tx_ampdu() 769 hsts = rtw_hal_mac_set_hw_ampdu_cfg(hal_info, 0, 0x7F, 0xAB); in rtw_hal_cfg_tx_ampdu() 771 if (RTW_HAL_STATUS_SUCCESS != hsts) in rtw_hal_cfg_tx_ampdu() 777 return hsts; in rtw_hal_cfg_tx_ampdu()
|
| H A D | hal_init.c | 1435 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_hal_beacon_stop() local 1439 hsts = rtw_hal_mac_port_cfg(hal_info, wrole, PCFG_BCN_EN, &bcn_en); in rtw_hal_beacon_stop() 1441 return hsts; in rtw_hal_beacon_stop()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/ |
| H A D | rtl8852be_halinit.c | 38 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in _hal_aspm_disable_8852be() local 61 hsts = rtw_hal_mac_set_pcicfg(hal_info, &pcicfg); in _hal_aspm_disable_8852be() 63 return hsts; in _hal_aspm_disable_8852be() 69 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in _hal_set_pcicfg_8852be() local 89 hsts = rtw_hal_mac_set_pcicfg(hal_info, &pcicfg); in _hal_set_pcicfg_8852be() 91 return hsts; in _hal_set_pcicfg_8852be() 97 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in _hal_ltr_sw_init_state_8852be() local 107 hsts = rtw_hal_mac_ltr_sw_trigger(hal_info,state); in _hal_ltr_sw_init_state_8852be() 111 hsts = RTW_HAL_STATUS_SUCCESS; in _hal_ltr_sw_init_state_8852be() 113 return hsts; in _hal_ltr_sw_init_state_8852be() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | bcm2835.c | 342 u32 hsts = 0; in bcm2835_transfer_block_pio() local 387 hsts = readl(host->ioaddr + SDHSTS); in bcm2835_transfer_block_pio() 389 fsm_state, hsts); in bcm2835_transfer_block_pio() 390 if (hsts & SDHSTS_ERROR_MASK) in bcm2835_transfer_block_pio() 398 hsts = SDHSTS_REW_TIME_OUT; in bcm2835_transfer_block_pio() 419 if (hsts & SDHSTS_ERROR_MASK) in bcm2835_transfer_block_pio()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_chan.c | 466 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_phl_dbcc_test() local 474 hsts = rtw_hal_dbcc_pre_cfg(phl_info->hal, phl_info->phl_com, dbcc_en); in rtw_phl_dbcc_test() 483 hsts = rtw_hal_dbcc_cfg(phl_info->hal, phl_info->phl_com, dbcc_en); in rtw_phl_dbcc_test() 487 hsts = rtw_hal_clean_tx_queue(phl_info->hal); in rtw_phl_dbcc_test()
|
| H A D | phl_role.c | 356 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in _phl_wifi_role_start() local 371 hsts = rtw_hal_role_cfg(phl_info->hal, wrole); in _phl_wifi_role_start() 372 if(hsts != RTW_HAL_STATUS_SUCCESS) { in _phl_wifi_role_start()
|
| H A D | phl_tx.c | 1650 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in _phl_cfg_tx_ampdu() local 1652 hsts = rtw_hal_cfg_tx_ampdu(phl_info->hal, sta); in _phl_cfg_tx_ampdu() 1653 if (RTW_HAL_STATUS_SUCCESS != hsts) in _phl_cfg_tx_ampdu()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_chan.c | 466 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in rtw_phl_dbcc_test() local 474 hsts = rtw_hal_dbcc_pre_cfg(phl_info->hal, phl_info->phl_com, dbcc_en); in rtw_phl_dbcc_test() 483 hsts = rtw_hal_dbcc_cfg(phl_info->hal, phl_info->phl_com, dbcc_en); in rtw_phl_dbcc_test() 487 hsts = rtw_hal_clean_tx_queue(phl_info->hal); in rtw_phl_dbcc_test()
|
| H A D | phl_role.c | 356 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in _phl_wifi_role_start() local 371 hsts = rtw_hal_role_cfg(phl_info->hal, wrole); in _phl_wifi_role_start() 372 if(hsts != RTW_HAL_STATUS_SUCCESS) { in _phl_wifi_role_start()
|
| H A D | phl_tx.c | 1631 enum rtw_hal_status hsts = RTW_HAL_STATUS_FAILURE; in _phl_cfg_tx_ampdu() local 1633 hsts = rtw_hal_cfg_tx_ampdu(phl_info->hal, sta); in _phl_cfg_tx_ampdu() 1634 if (RTW_HAL_STATUS_SUCCESS != hsts) in _phl_cfg_tx_ampdu()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_hipd.c | 2173 static void sym_recover_scsi_int (struct sym_hcb *np, u_char hsts) argument 2201 cp->host_status = hsts; 2299 u_char hsts = INB(np, HS_PRT); local 2310 sym_name(np), hsts, dbc, sbcl);
|