/Zephyr-latest/samples/boards/espressif/flash_encryption/ |
D | README.rst | 1 .. zephyr:code-sample:: esp32-flash-encryption 4 Encrypt/decrypt data stored in flash memory using ESP32 flash encryption feature. 9 Flash encryption is intended for encrypting the contents of the ESP32's off-chip flash memory. 15 The following flash encryption modes are available: 27 With flash encryption enabled, the following types of data are encrypted by default: 38 The following Python modules are required when building flash encryption sample: 46 This sample code isn't enough to enable flash encryption as it only consists on displaying 53 for keeping the key private and safe as .bin file). After the flash encryption gets enabled 109 https://docs.espressif.com/projects/esp-idf/en/latest/esp32/security/flash-encryption.html
|
/Zephyr-latest/drivers/crypto/ |
D | Kconfig.nrf_ecb | 7 bool "nRF AES electronic codebook mode encryption" 15 Enable nRF HAL-based AES ECB encryption driver
|
D | Kconfig.cc23x0 | 13 - ECB (Electronic Code Book) encryption only (decryption not supported by the hardware)
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.hrs | 23 bool "Require encryption for access" 26 bool "Require encryption and authentication for access"
|
/Zephyr-latest/subsys/bluetooth/services/ias/ |
D | Kconfig.ias | 22 bool "Require encryption for write access" 25 bool "Require encryption and authentication for write access"
|
/Zephyr-latest/subsys/secure_storage/src/its/ |
D | CMakeLists.txt | 14 The PSA ITS encryption key provider in use generates keys by hashing the device ID 20 The PSA ITS encryption key provider in use is not secure.
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_bis.c | 304 uint8_t encryption = 0; in create_ll_big() local 319 encryption, bcode); in create_ll_big() 349 big_create_param.encryption = false; in create_big() 404 big_create_param.encryption = false; in create_advanced_big() 710 biginfo->encryption ? "" : "not "); in pa_biginfo_cb() 866 uint8_t encryption = 0; in test_iso_recv_main() local 870 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main() 898 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main() 943 big_param.encryption = false; in test_iso_recv_main() 1158 big_param.encryption = false; in test_iso_recv_vs_dp_main()
|
/Zephyr-latest/samples/boards/espressif/flash_encryption/src/ |
D | main.c | 21 #error Flash encryption feature is only available for ESP32 SOC yet.
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | device.c | 54 config.encryption = config.CMD_CNONCE = false; in qspi_defconfig()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | iso.h | 522 bool encryption; member 610 bool encryption; member 669 bool encryption; member
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig.its_transform | 61 prompt "AEAD ITS transform module encryption key provider" 97 int "AEAD ITS transform module encryption key size in bytes" 103 bool "Silence the insecure ITS encryption key warnings"
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | cfg_cli.rst | 8 mesh node, including encryption keys, model configuration and feature
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_broadcast_source_test.c | 261 static int setup_broadcast_source(struct bt_bap_broadcast_source **source, bool encryption) in setup_broadcast_source() argument 302 create_param.encryption = encryption; in setup_broadcast_source() 303 if (encryption) { in setup_broadcast_source() 426 reconfig_param.encryption = false; in test_broadcast_source_reconfig()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv_iso.c | 103 uint8_t packing, uint8_t framing, uint8_t encryption, in big_create() argument 159 encryption) { in big_create() 190 if (encryption > 1U) { in big_create() 428 lll_adv_iso->sub_interval = PDU_BIS_US(lll_adv_iso->max_pdu, encryption, in big_create() 431 ctrl_spacing = PDU_BIS_US(sizeof(struct pdu_big_ctrl), encryption, phy, in big_create() 549 if (encryption) { in big_create() 594 if (IS_ENABLED(CONFIG_BT_CTLR_BROADCAST_ISO_ENC) && encryption) { in big_create() 689 uint8_t packing, uint8_t framing, uint8_t encryption, in ll_big_create() argument 693 max_latency, rtn, phy, packing, framing, encryption, bcode, in ll_big_create() 708 uint8_t pto, uint8_t encryption, uint8_t *bcode) in ll_big_test_create() argument [all …]
|
/Zephyr-latest/samples/drivers/crypto/ |
D | README.rst | 5 Use the crypto APIs to perform various encryption/decryption operations.
|
/Zephyr-latest/include/zephyr/drivers/wifi/nrf_wifi/bus/ |
D | qspi_if.h | 36 bool encryption; member
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.bluetooth | 38 bool "Require encryption for access" 42 bool "Require encryption and authentication for access"
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | Kconfig.defconfig | 57 # The 15.4 driver Tx encryption is currently not functional with this
|
/Zephyr-latest/boards/native/nrf_bsim/doc/ |
D | nrf54l15bsim.rst | 41 * CCM (AES CCM mode encryption) 45 * ECB (AES electronic codebook mode encryption)
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_endpoint.h | 111 bool encryption; member
|
D | bap_broadcast_source.c | 810 source->encryption = param->encryption; in bt_bap_broadcast_source_create() 811 if (source->encryption) { in bt_bap_broadcast_source_create() 1076 param.encryption = source->encryption; in bt_bap_broadcast_source_start() 1077 if (param.encryption) { in bt_bap_broadcast_source_start()
|
/Zephyr-latest/samples/bluetooth/ |
D | bluetooth.rst | 27 The mutually-shared encryption key created during host-device paring may get
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | iso.c | 750 param.encryption = false; in cmd_big_create() 762 param.encryption = true; in cmd_big_create() 838 param.encryption = false; in cmd_big_sync() 912 param.encryption = true; in cmd_big_sync()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | l2cap.rst | 13 when the channel has been connected, disconnected or when the encryption has
|
/Zephyr-latest/subsys/usb/device/class/dfu/ |
D | Kconfig | 48 encryption is enabled.
|