Home
last modified time | relevance | path

Searched refs:encrypted (Results 1 – 17 of 17) sorted by relevance

/device/soc/esp/esp32/components/spi_flash/
Dpartition.c219 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/
Dnvs_partition_lookup.cpp21 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/
Dpartitions_singleapp_encr_nvs.csv6 nvs_key, data, nvs_keys,, 0x1000, encrypted
Dpartitions_two_ota_encr_nvs.csv9 nvs_key, data, nvs_keys,, 0x1000, encrypted
Dparttool.py223 'encrypted': '{}'.format(p.encrypted)
Dgen_esp32part.py274 self.encrypted = False
/device/soc/esp/esp32/components/spi_flash/sim/stubs/spi_flash/
Desp_partition.h87 bool encrypted; /*!< flag is set to true if partition is encrypted */ member
/device/soc/esp/esp32/components/esp_wifi/include/
Desp_mesh_internal.h70 uint8_t encrypted : 1; /**< whether mesh networking IE is encrypted */ member
/device/soc/esp/esp32/components/spi_flash/include/
Desp_partition.h120 bool encrypted; /*!< flag is set to true if partition is encrypted */ member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c953 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/
Dble_sm.c402 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()
Dble_att_svr.c263 if ((enc || authen) && !sec_state.encrypted) { in ble_att_svr_check_perms()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/
Dble_gap.h154 unsigned encrypted : 1; member
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/common/api/
Dbt_common_defines.h3261 bool encrypted; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dieee80211.h1256 u8 encrypted; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/mbedtls_prepare/
Dhisi_mbedtls-2.16.10.patch446 * PEM_PARSE uses AES for decrypting encrypted keys.
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz