Home
last modified time | relevance | path

Searched refs:encrypt (Results 1 – 25 of 39) sorted by relevance

12

/device/soc/esp/esp32/components/efuse/esp32/
Desp_efuse_table.csv35 # Flash encrypt #
37 ENCRYPT_FLASH_KEY, EFUSE_BLK1, 0, MAX_BLK_LEN, Flash encrypt. Key. (length = "None" - …
38 ENCRYPT_CONFIG, EFUSE_BLK0, 188, 4, Flash encrypt. EFUSE_FLASH_CRYPT_CONFIG_M
40 DISABLE_DL_ENCRYPT, EFUSE_BLK0, 199, 1, Flash encrypt. Disable UART bootloader encrypti…
41 DISABLE_DL_DECRYPT, EFUSE_BLK0, 200, 1, Flash encrypt. Disable UART bootloader decrypti…
42 DISABLE_DL_CACHE, EFUSE_BLK0, 201, 1, Flash encrypt. Disable UART bootloader MMU cach…
43 FLASH_CRYPT_CNT, EFUSE_BLK0, 20, 7, Flash encrypt. Flash encryption is enabled if t…
53 WR_DIS_FLASH_CRYPT_CNT, EFUSE_BLK0, 2, 1, Flash encrypt. Write protection FLASH_CRYPT_CNT…
54 WR_DIS_BLK1, EFUSE_BLK0, 7, 1, Flash encrypt. Write protection encryption key.…
60 RD_DIS_BLK1, EFUSE_BLK0, 16, 1, Flash encrypt. efuse_key_read_protected. EFUSE_…
/device/soc/beken/bk7235/
DBUILD.gn25 ":encrypt",
37 copy("encrypt") {
38 sources = [ "${device_path}/encrypt" ]
39 outputs = [ "$root_build_dir/encrypt" ]
47 command += "&& ${exec_path}/encrypt ${exec_path}/${liteos_name}.bin ${ENCRYPT_FLAG}"
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/compat/
Dhi_drv_compat.c36 hi_s32 klad_encrypt_key(hi_u32 keysel, hi_u32 target, hi_u8 *clear, hi_u8 *encrypt, hi_u32 key_len) in klad_encrypt_key() argument
40 ret = drv_cipher_klad_encrypt_key(keysel, target, clear, encrypt, key_len); in klad_encrypt_key()
Dhi_drv_compat.h25 hi_s32 klad_encrypt_key(hi_u32 keysel, hi_u32 target, hi_u8 *clear, hi_u8 *encrypt, hi_u32 key_len);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
Dkapi_dispatch.c102 symc_encrypt_t *encrypt = argp; in dispatch_symc_encrypt() local
106 …if ((encrypt->operation == SYMC_OPERATION_ENCRYPT) || (encrypt->operation == SYMC_OPERATION_DECRYP… in dispatch_symc_encrypt()
107 ret = cipher_check_mmz_phy_addr((hi_phys_addr_t)addr_u64(encrypt->in), encrypt->len); in dispatch_symc_encrypt()
113 ret = cipher_check_mmz_phy_addr((hi_phys_addr_t)addr_u64(encrypt->out), encrypt->len); in dispatch_symc_encrypt()
119 ret = kapi_symc_crypto(encrypt); in dispatch_symc_encrypt()
124 } else if ((encrypt->operation == SYMC_OPERATION_ENCRYPT_VIA) || in dispatch_symc_encrypt()
125 (encrypt->operation == SYMC_OPERATION_DECRYPT_VIA)) { in dispatch_symc_encrypt()
126 ret = kapi_symc_crypto_via(encrypt, HI_TRUE); in dispatch_symc_encrypt()
132 hi_log_error("encrypt operation(0x%x) is unsupported.\n", encrypt->operation); in dispatch_symc_encrypt()
201 klad->target, klad->clear, klad->encrypt, sizeof(klad->clear)); in dispatch_klad_key()
/device/soc/winnermicro/wm800/board/src/app/wm_atcmd/
Dwm_cmdp.h98 u8 encrypt; member
202 int tls_cmd_set_encrypt(u8 encrypt, u8 update_flash);
203 int tls_cmd_get_encrypt(u8 *encrypt);
293 int tls_cmd_set_softap_encrypt(u8 encrypt, u8 update_flash);
294 int tls_cmd_get_softap_encrypt(u8 *encrypt);
Dwm_cmdp.c292 tls_cmd_get_softap_encrypt(&apinfo->encrypt); in tls_cmd_create_net()
493 int tls_cmd_set_encrypt(u8 encrypt, u8 update_flash) in tls_cmd_set_encrypt() argument
497 if (encrypt == 0) { in tls_cmd_set_encrypt()
505 tls_param_set(TLS_PARAM_ID_ENCRY, (void *)&encrypt, (bool)update_flash); in tls_cmd_set_encrypt()
509 int tls_cmd_get_encrypt(u8 *encrypt) in tls_cmd_get_encrypt() argument
511 tls_param_get(TLS_PARAM_ID_ENCRY, (void *)encrypt, (bool)0); in tls_cmd_get_encrypt()
1215 int tls_cmd_set_softap_encrypt(u8 encrypt, u8 update_flash) in tls_cmd_set_softap_encrypt() argument
1219 if (encrypt == 0) { in tls_cmd_set_softap_encrypt()
1227 tls_param_set(TLS_PARAM_ID_SOFTAP_ENCRY, (void *)&encrypt, (bool)update_flash); in tls_cmd_set_softap_encrypt()
1231 int tls_cmd_get_softap_encrypt(u8 *encrypt) in tls_cmd_get_softap_encrypt() argument
[all …]
Dwm_cmdp_hostif.h591 HOSTIF_CMD_PARAMS_ENCRYPT encrypt; member
678 u8 encrypt;
1004 HOSTIF_CMDRSP_PARAMS_ENCRYPT encrypt; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_recv.c512 if (prxattrib->encrypt == _TKIP_) { in recvframe_chkmic()
608 if (prxattrib->encrypt > 0) { in decryptor()
615 switch (prxattrib->encrypt) { in decryptor()
632 if (prxattrib->encrypt && !prxattrib->bdecrypted) { in decryptor()
642 ADPT_ARG(padapter), security_type_str(prxattrib->encrypt)); in decryptor()
650 prxattrib->encrypt, in decryptor()
654 switch (prxattrib->encrypt) { in decryptor()
684 && prxattrib->encrypt > 0 in decryptor()
685 && (psecuritypriv->busetkipkey == 1 || prxattrib->encrypt != _TKIP_) in decryptor()
688 if ((prxstat->icv == 1) && (prxattrib->encrypt != _AES_)) { in decryptor()
[all …]
Drtw_security.c314 if ((pattrib->encrypt == _WEP40_) || (pattrib->encrypt == _WEP104_)) { in rtw_wep_encrypt()
370 if ((prxattrib->encrypt == _WEP40_) || (prxattrib->encrypt == _WEP104_)) { in rtw_wep_decrypt()
764 if (pattrib->encrypt == _TKIP_) { in rtw_tkip_encrypt()
870 if (prxattrib->encrypt == _TKIP_) { in rtw_tkip_decrypt()
1621 if ((pattrib->encrypt == _AES_) || in rtw_aes_encrypt()
1622 (pattrib->encrypt == _CCMP_256_)) { in rtw_aes_encrypt()
1642 prwskeylen = (pattrib->encrypt == _CCMP_256_) ? 32 : 16; in rtw_aes_encrypt()
1707 if ((pattrib->encrypt == _AES_)) { in rtw_aes_encrypt()
2056 if ((prxattrib->encrypt == _AES_) || in rtw_aes_decrypt()
2057 (prxattrib->encrypt == _CCMP_256_)) { in rtw_aes_decrypt()
[all …]
Drtw_tdls.c1347 if (pattrib->encrypt) in _issue_tdls_teardown()
1939 if (prx_pkt_attrib->encrypt) { in On_TDLS_Setup_Req()
1961 if (prx_pkt_attrib->encrypt) in On_TDLS_Setup_Req()
1965 if (prx_pkt_attrib->encrypt) in On_TDLS_Setup_Req()
1999 if (rsnie_included && prx_pkt_attrib->encrypt == 0) in On_TDLS_Setup_Req()
2001 else if (rsnie_included == 0 && prx_pkt_attrib->encrypt) in On_TDLS_Setup_Req()
2007 if (padapter->wdinfo.wfd_tdls_enable && (rsnie_included && prx_pkt_attrib->encrypt != _AES_)) in On_TDLS_Setup_Req()
2013 if (prx_pkt_attrib->encrypt) { in On_TDLS_Setup_Req()
2188 if (prx_pkt_attrib->encrypt) { in On_TDLS_Setup_Rsp()
2220 if (prx_pkt_attrib->encrypt) in On_TDLS_Setup_Rsp()
[all …]
Drtw_xmit.c1244 pattrib->encrypt = 0; in update_attrib_sec_info()
1254 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in update_attrib_sec_info()
1258 pattrib->encrypt = _NO_PRIVACY_; in update_attrib_sec_info()
1279 …if (((pattrib->encrypt == _WEP40_) || (pattrib->encrypt == _WEP104_)) && (pattrib->ether_type == 0… in update_attrib_sec_info()
1280 pattrib->encrypt = _NO_PRIVACY_; in update_attrib_sec_info()
1286 if (pattrib->encrypt > 0) in update_attrib_sec_info()
1287 pattrib->encrypt = _AES_; in update_attrib_sec_info()
1291 switch (pattrib->encrypt) { in update_attrib_sec_info()
1371 if (pattrib->encrypt > 0) { in update_attrib_sec_info()
1374 , (pattrib->encrypt & _SEC_TYPE_256_) ? 32 : 16); in update_attrib_sec_info()
[all …]
/device/soc/amlogic/a311d/soc/amlogic/unifykey/
Dunifykey.c87 u32 encrypt; in key_storage_read() local
96 encrypt = amlkey_get_attr((u8 *)name) & KEY_ATTR_ENCRYPT; in key_storage_read()
99 if (encrypt != encrypt_dts) { in key_storage_read()
804 unsigned int encrypt; in encrypt_show() local
815 ret = key_unify_encrypt(ukdev, curkey->name, &encrypt); in encrypt_show()
818 encrypt = 2L; in encrypt_show()
822 if (encrypt > 1) { in encrypt_show()
823 encrypt = 1; in encrypt_show()
826 n = sprintf(buf, "%s\n", state[encrypt]); in encrypt_show()
1172 static CLASS_ATTR_RO(encrypt);
/device/board/isoftstone/zhiyuan/bootloader/configs/default/
Dimage.cfg103 encrypt = 0 ;-->Set 1 to enable encrypt
Dsys_partition.fex25 ; encrypt = 1 ; //采用加密方式烧录,将提供数据加密,但损失烧录速度
/device/soc/esp/esp32/components/esp_wifi/include/
Desp_now.h79 …bool encrypt; /**< ESPNOW data that this peer sends/receives is encrypte… member
/device/soc/winnermicro/wm800/board/include/wifi/
Dwm_wifi.h246 u8 encrypt; /**< encryption mode of softap, value is: IEEE80211_ENCRYT_NONE, member
264 u8 encrypt; /**< encryption mode of ibss, value is: IEEE80211_ENCRYT_NONE, member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
Dhi_cipher.h277 hi_u32 hi_cipher_aes_crypto(uintptr_t src_addr, uintptr_t dest_addr, hi_u32 length, hi_bool encrypt
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_security.h301 #define SET_ICE_IV_LEN(iv_len, icv_len, encrypt)\ argument
303 switch (encrypt) {\
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/
Ddrv_cipher_kapi.h403 hi_u8 encrypt[AES_BLOCK_SIZE]; member
512 hi_u32 target, hi_u8 *clear, hi_u8 *encrypt, hi_u32 key_len);
/device/soc/winnermicro/tools/
Daft_build_project.sh45 …openssl rsautl -encrypt -in $ToolPath/key.txt -inkey $ToolPath/ca/capub_"$prikey_sel".pem -pubin -…
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_cipher.h313 hi_u32 hi_cipher_aes_crypto(uintptr_t src_addr, uintptr_t dest_addr, hi_u32 length, hi_bool encrypt
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Dsta.c3450 bool encrypt = false; in xradio_set_arpreply() local
3502 encrypt = 1; in xradio_set_arpreply()
3510 encrypt = 1; in xradio_set_arpreply()
3517 encrypt = 1; in xradio_set_arpreply()
3524 encrypt = 1; in xradio_set_arpreply()
3530 encrypt = 0; in xradio_set_arpreply()
3543 if (encrypt) in xradio_set_arpreply()
3662 bool encrypt = false; in xradio_set_na() local
3715 encrypt = 1; in xradio_set_na()
3723 encrypt = 1; in xradio_set_na()
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/monitor/
Drtw_radiotap.c142 if ((a->encrypt == 1) || (a->encrypt == 5)) in _rtw_radiotap_fill_flags()
/device/soc/winnermicro/hals/communication/wifi_lite/wifiservice/source/
Dwifi_hotspot.c107 apinfo.encrypt = HoSec2WmSec(g_wifiApConfig.securityType); in EnableHotspot()

12