/Zephyr-Core-3.7.0/drivers/crypto/ |
D | Kconfig.nrf_ecb | 7 bool "nRF AES electronic codebook mode encryption" 15 Enable nRF HAL-based AES ECB encryption driver
|
/Zephyr-Core-3.7.0/subsys/bluetooth/services/ |
D | Kconfig.hrs | 23 bool "Require encryption for access" 26 bool "Require encryption and authentication for access"
|
/Zephyr-Core-3.7.0/samples/boards/esp32/flash_encryption/ |
D | README.rst | 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-Core-3.7.0/subsys/bluetooth/services/ias/ |
D | Kconfig.ias | 22 bool "Require encryption for write access" 25 bool "Require encryption and authentication for write access"
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/bis/src/ |
D | main.c | 276 uint8_t encryption = 0; in create_ll_big() local 291 encryption, bcode); in create_ll_big() 321 big_create_param.encryption = false; in create_big() 374 big_create_param.encryption = false; in create_advanced_big() 682 biginfo->encryption ? "" : "not "); in pa_biginfo_cb() 838 uint8_t encryption = 0; in test_iso_recv_main() local 842 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main() 868 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main() 913 big_param.encryption = false; in test_iso_recv_main() 1130 big_param.encryption = false; in test_iso_recv_vs_dp_main()
|
/Zephyr-Core-3.7.0/samples/boards/esp32/flash_encryption/src/ |
D | main.c | 21 #error Flash encryption feature is only available for ESP32 SOC yet.
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/ |
D | iso.h | 501 bool encryption; member 589 bool encryption; member 648 bool encryption; member
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/ |
D | bap_broadcast_source_test.c | 268 static int setup_broadcast_source(struct bt_bap_broadcast_source **source, bool encryption) in setup_broadcast_source() argument 301 create_param.encryption = encryption; in setup_broadcast_source() 302 if (encryption) { in setup_broadcast_source() 444 reconfig_param.encryption = false; in test_broadcast_source_reconfig()
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/ |
D | cfg_cli.rst | 8 mesh node, including encryption keys, model configuration and feature
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv_iso.c | 92 uint8_t packing, uint8_t framing, uint8_t encryption, in big_create() argument 148 encryption) { in big_create() 179 if (encryption > 1U) { in big_create() 413 lll_adv_iso->sub_interval = PDU_BIS_US(lll_adv_iso->max_pdu, encryption, in big_create() 416 ctrl_spacing = PDU_BIS_US(sizeof(struct pdu_big_ctrl), encryption, phy, in big_create() 519 if (encryption) { in big_create() 563 if (IS_ENABLED(CONFIG_BT_CTLR_BROADCAST_ISO_ENC) && encryption) { in big_create() 658 uint8_t packing, uint8_t framing, uint8_t encryption, in ll_big_create() argument 662 max_latency, rtn, phy, packing, framing, encryption, bcode, in ll_big_create() 677 uint8_t pto, uint8_t encryption, uint8_t *bcode) in ll_big_test_create() argument [all …]
|
/Zephyr-Core-3.7.0/samples/drivers/crypto/ |
D | README.rst | 5 Use the crypto APIs to perform various encryption/decryption operations.
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/ |
D | bap_endpoint.h | 90 bool encryption; member
|
D | bap_broadcast_source.c | 848 source->encryption = param->encryption; in bt_bap_broadcast_source_create() 849 if (source->encryption) { in bt_bap_broadcast_source_create() 1116 param.encryption = source->encryption; in bt_bap_broadcast_source_start() 1117 if (param.encryption) { in bt_bap_broadcast_source_start()
|
/Zephyr-Core-3.7.0/boards/native/nrf_bsim/ |
D | Kconfig.defconfig | 68 # The 15.4 driver Tx encryption is currently not functional with this
|
/Zephyr-Core-3.7.0/samples/bluetooth/ |
D | bluetooth.rst | 27 The mutually-shared encryption key created during host-device paring may get
|
/Zephyr-Core-3.7.0/share/sysbuild/images/bootloader/ |
D | Kconfig | 81 Absolute path to encryption key file to use with MCUBoot.
|
/Zephyr-Core-3.7.0/subsys/net/lib/config/ |
D | Kconfig | 175 5 encryption/authentication with a 4 bytes length tag 176 6 encryption/authentication with a 8 bytes length tag 177 7 encryption/authentication with a 16 bytes length tag
|
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/ |
D | iso.c | 740 param.encryption = false; in cmd_big_create() 752 param.encryption = true; in cmd_big_create() 826 param.encryption = false; in cmd_big_sync() 904 param.encryption = true; in cmd_big_sync()
|
/Zephyr-Core-3.7.0/subsys/usb/device/class/dfu/ |
D | Kconfig | 48 encryption is enabled.
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/ |
D | l2cap.rst | 13 when the channel has been connected, disconnected or when the encryption has
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/include/ |
D | ll.h | 114 uint8_t packing, uint8_t framing, uint8_t encryption, 121 uint8_t pto, uint8_t encryption, uint8_t *bcode); 139 uint8_t encryption, uint8_t *bcode, uint8_t mse,
|
/Zephyr-Core-3.7.0/boards/mxchip/az3166_iotdevkit/doc/ |
D | index.rst | 34 * Security encryption chip
|
/Zephyr-Core-3.7.0/boards/wemos/esp32s2_lolin_mini/doc/ |
D | index.rst | 15 - AES-XTS-256-based flash encryption
|
/Zephyr-Core-3.7.0/drivers/ieee802154/ |
D | Kconfig.cc2520 | 73 This option will expose the hardware AES encryption from CC2520.
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | CMakeLists.txt | 108 channels that would otherwise require encryption/authentication in order to
|