/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/ |
D | module_config.mk | 3 BOOT_CCFLAGS := -mabi=ilp32 -march=rv32imc -freorder-blocks-algorithm=simple -fno-schedule-insns -n…
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/btc/ |
D | halbtccommon.c | 1997 u8 algorithm = BTC_COEX_NOPROFILE; in rtw_btc_algorithm() local 2014 algorithm = BTC_COEX_NOPROFILE; in rtw_btc_algorithm() 2017 algorithm = BTC_COEX_HFP; in rtw_btc_algorithm() 2020 algorithm = BTC_COEX_HID; in rtw_btc_algorithm() 2023 algorithm = BTC_COEX_HFP; in rtw_btc_algorithm() 2028 algorithm = BTC_COEX_A2DP_HID; in rtw_btc_algorithm() 2030 algorithm = BTC_COEX_A2DP_PAN; in rtw_btc_algorithm() 2032 algorithm = BTC_COEX_A2DP; in rtw_btc_algorithm() 2035 algorithm = BTC_COEX_A2DP_HID; in rtw_btc_algorithm() 2038 algorithm = BTC_COEX_A2DP_HID; in rtw_btc_algorithm() [all …]
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/ |
D | module_config.mk | 3 BOOT_CCFLAGS := -mabi=ilp32 -march=rv32imc -freorder-blocks-algorithm=simple -fno-schedule-insns -n…
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/ |
D | config.mk | 61 …falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-sche…
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/make_scripts/ |
D | config.mk | 61 …falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-sche…
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/ |
D | debugfs_key.c | 81 KEY_OPS(algorithm); 354 DEBUGFS_ADD(algorithm); in ieee80211_debugfs_key_add()
|
D | mlme.c | 2922 ieee80211_send_auth(sdata, 3, auth_data->algorithm, 0, in ieee80211_auth_challenge() 2989 if (auth_alg != ifmgd->auth_data->algorithm || in ieee80211_rx_mgmt_auth() 2996 mgmt->sa, auth_alg, ifmgd->auth_data->algorithm, in ieee80211_rx_mgmt_auth() 3013 switch (ifmgd->auth_data->algorithm) { in ieee80211_rx_mgmt_auth() 3031 ifmgd->auth_data->algorithm); in ieee80211_rx_mgmt_auth() 3037 if (ifmgd->auth_data->algorithm != WLAN_AUTH_SAE || in ieee80211_rx_mgmt_auth() 3042 } else if (ifmgd->auth_data->algorithm == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth() 4290 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth() 4302 if (auth_data->algorithm == WLAN_AUTH_SAE) { in ieee80211_auth() 4312 ieee80211_send_auth(sdata, trans, auth_data->algorithm, status, in ieee80211_auth() [all …]
|
D | ieee80211_i.h | 397 u16 algorithm, expected_transaction; member
|
/device/qemu/riscv32_virt/liteos_m/ |
D | config.gni | 59 "-freorder-blocks-algorithm=simple",
|
/device/board/hpmicro/hpm6750evk2/liteos_m/ |
D | config.gni | 57 "-freorder-blocks-algorithm=simple",
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
D | rtw_cmd.h | 397 u8 algorithm; /* encryption algorithm, could be none, wep40, TKIP, CCMP, wep104 */ member 414 u8 algorithm; member
|
D | ieee80211.h | 1217 u16 algorithm; member
|
/device/board/bearpi/bearpi_hm_nano/liteos_m/ |
D | config.gni | 35 "-freorder-blocks-algorithm=simple",
|
/device/board/hisilicon/hispark_pegasus/liteos_m/ |
D | config.gni | 35 "-freorder-blocks-algorithm=simple",
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/ |
D | Makefile.param | 186 COMM_INC += -I$(GDC_ROOT)/arch//$(HIARCH)/algorithm/include
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
D | rtw_mlme_ext.c | 2812 u16 algorithm; in OnAuth() local 2868 algorithm = le16_to_cpu(*(u16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset)); in OnAuth() 2871 RTW_INFO("auth alg=%x, seq=%X\n", algorithm, seq); in OnAuth() 2896 if ((auth_mode == 2) && (algorithm != WLAN_AUTH_SAE) && in OnAuth() 2901 if ((algorithm > 0 && auth_mode == 0) || /* rx a shared-key auth but shared not enabled */ in OnAuth() 2902 (algorithm == 0 && auth_mode == 1)) { /* rx a open-system auth but shared-key is enabled */ in OnAuth() 2904 algorithm, auth_mode, sa[0], sa[1], sa[2], sa[3], sa[4], sa[5]); in OnAuth() 2980 if ((algorithm == WLAN_AUTH_SAE) && in OnAuth() 2982 pstat->authalg = algorithm; in OnAuth() 2997 if (algorithm == 0 && (auth_mode == 0 || auth_mode == 2 || auth_mode == 3)) { in OnAuth() [all …]
|
D | rtw_cmd.c | 1469 psetstakey_para->algorithm = (unsigned char) psecuritypriv->dot11PrivacyAlgrthm; in rtw_setstakey_cmd() 1471 GET_ENCRY_ALGO(psecuritypriv, sta, psetstakey_para->algorithm, _FALSE); in rtw_setstakey_cmd() 1473 if ((psetstakey_para->algorithm == _GCMP_256_) || (psetstakey_para->algorithm == _CCMP_256_)) in rtw_setstakey_cmd() 1484 psetstakey_para->algorithm = (u8)sta->dot118021XPrivacy; in rtw_setstakey_cmd() 1569 psetstakey_para->algorithm = _NO_PRIVACY_; in rtw_clearstakey_cmd()
|
D | rtw_mlme.c | 4415 psetkeyparm->algorithm = (unsigned char)psecuritypriv->dot118021XGrpPrivacy; 4417 psetkeyparm->algorithm = (u8)psecuritypriv->dot11PrivacyAlgrthm; 4422 if (is_wep_enc(psetkeyparm->algorithm)) 4425 …RTW_INFO("==> rtw_set_key algorithm(%x),keyid(%x),key_mask(%x)\n", psetkeyparm->algorithm, psetkey… 4427 switch (psetkeyparm->algorithm) {
|
D | rtw_ap.c | 2799 param->algorithm = alg; in rtw_ap_set_sta_key() 2852 psetkeyparm->algorithm = alg; in rtw_ap_set_key()
|
/device/soc/rockchip/common/sdk_linux/init/ |
D | Kconfig | 251 This compression algorithm's ratio is best. Decompression speed 259 XZ uses the LZMA2 algorithm and instruction set specific 294 ZSTD is a compression algorithm targeting intermediate compression 772 scenario while allowing a simple algorithm to be used from bootup. 2269 prompt "Which hash algorithm should modules be signed with?" 2272 This determines which sort of hashing algorithm will be used during 2273 signature generation. This algorithm _must_ be built into the kernel 2275 possible to load a signed module containing the algorithm to check 2314 xz depending on "Compression algorithm" below. 2329 prompt "Compression algorithm"
|
/device/soc/esp/esp32/components/bootloader/subproject/components/micro-ecc/micro-ecc/ |
D | curve-specific.inc | 318 See algorithm 5 and 6 from http://www.isys.uni-klu.ac.at/PDF/2001-0126-MT.pdf */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/mbedtls_prepare/ |
D | hisi_mbedtls-2.16.10.patch | 1447 * For PKCS#5 PBES2 encryption algorithm
|
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/ |
D | rootfs_arm64.cpio.gz |
|
/device/board/unionman/unionpi_tiger/kernel/build/ |
D | linux-5.10.patch | 7578 /* algorithm for enh div: rate = freq / 2 / (N + 1) */
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/ |
D | hal_com.c | 5472 parm_gtk.algorithm = paoac_rpt->security_type; in rtw_hal_update_gtk_offload_info()
|