/device/soc/esp/esp32/components/spi_flash/ |
D | partition.c | 219 item->info.encrypted = entry.flags & PART_FLAG_ENCRYPTED; in load_partitions() 224 item->info.encrypted = false; in load_partitions() 230 item->info.encrypted = true; in load_partitions() 324 item->info.encrypted = false; in esp_partition_register_external() 387 && partition->encrypted == p->encrypted) { in esp_partition_verify() 408 if (!partition->encrypted) { in esp_partition_read() 450 if (!partition->encrypted) { in esp_partition_write()
|
/device/soc/esp/esp32/components/nvs_flash/src/ |
D | nvs_partition_lookup.cpp | 21 if (esp_partition->encrypted) { in lookup_nvs_partition() 45 if (esp_partition->encrypted) { in lookup_nvs_encrypted_partition()
|
/device/soc/esp/esp32/components/partition_table/ |
D | partitions_singleapp_encr_nvs.csv | 6 nvs_key, data, nvs_keys,, 0x1000, encrypted
|
D | partitions_two_ota_encr_nvs.csv | 9 nvs_key, data, nvs_keys,, 0x1000, encrypted
|
D | parttool.py | 223 'encrypted': '{}'.format(p.encrypted)
|
D | gen_esp32part.py | 274 self.encrypted = False
|
/device/soc/esp/esp32/components/spi_flash/sim/stubs/spi_flash/ |
D | esp_partition.h | 87 bool encrypted; /*!< flag is set to true if partition is encrypted */ member
|
/device/soc/esp/esp32/components/esp_wifi/include/ |
D | esp_mesh_internal.h | 70 uint8_t encrypted : 1; /**< whether mesh networking IE is encrypted */ member
|
/device/soc/esp/esp32/components/spi_flash/include/ |
D | esp_partition.h | 120 bool encrypted; /*!< flag is set to true if partition is encrypted */ member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/ |
D | smp_keys.c | 953 BOOLEAN encrypted; in smp_calculate_legacy_short_term_key() local 955 encrypted = SMP_Encrypt( p_cb->tk, BT_OCTET16_LEN, ptext, BT_OCTET16_LEN, output); in smp_calculate_legacy_short_term_key() 956 if (!encrypted) { in smp_calculate_legacy_short_term_key() 959 return encrypted; in smp_calculate_legacy_short_term_key()
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
D | ble_sm.c | 402 static void ble_sm_update_sec_state(uint16_t conn_handle, int encrypted, in ble_sm_update_sec_state() argument 408 conn->bhc_sec_state.encrypted = encrypted; in ble_sm_update_sec_state() 995 static void ble_sm_enc_event_rx(uint16_t conn_handle, uint8_t evt_status, int encrypted) in ble_sm_enc_event_rx() argument 1069 ble_sm_update_sec_state(conn_handle, encrypted, authenticated, bonded, in ble_sm_enc_event_rx()
|
D | ble_att_svr.c | 263 if ((enc || authen) && !sec_state.encrypted) { in ble_att_svr_check_perms()
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/ |
D | ble_gap.h | 154 unsigned encrypted : 1; member
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/common/api/ |
D | bt_common_defines.h | 3261 bool encrypted; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
D | ieee80211.h | 1256 u8 encrypted; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/mbedtls_prepare/ |
D | hisi_mbedtls-2.16.10.patch | 446 * PEM_PARSE uses AES for decrypting encrypted keys.
|
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/ |
D | rootfs_arm64.cpio.gz |
|