Home
last modified time | relevance | path

Searched refs:encryption (Results 1 – 25 of 107) sorted by relevance

12345

/Zephyr-Core-3.7.0/drivers/crypto/
DKconfig.nrf_ecb7 bool "nRF AES electronic codebook mode encryption"
15 Enable nRF HAL-based AES ECB encryption driver
/Zephyr-Core-3.7.0/subsys/bluetooth/services/
DKconfig.hrs23 bool "Require encryption for access"
26 bool "Require encryption and authentication for access"
/Zephyr-Core-3.7.0/samples/boards/esp32/flash_encryption/
DREADME.rst9 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/
DKconfig.ias22 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/
Dmain.c276 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/
Dmain.c21 #error Flash encryption feature is only available for ESP32 SOC yet.
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Diso.h501 bool encryption; member
589 bool encryption; member
648 bool encryption; member
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_source_test.c268 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/
Dcfg_cli.rst8 mesh node, including encryption keys, model configuration and feature
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_adv_iso.c92 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/
DREADME.rst5 Use the crypto APIs to perform various encryption/decryption operations.
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dbap_endpoint.h90 bool encryption; member
Dbap_broadcast_source.c848 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/
DKconfig.defconfig68 # The 15.4 driver Tx encryption is currently not functional with this
/Zephyr-Core-3.7.0/samples/bluetooth/
Dbluetooth.rst27 The mutually-shared encryption key created during host-device paring may get
/Zephyr-Core-3.7.0/share/sysbuild/images/bootloader/
DKconfig81 Absolute path to encryption key file to use with MCUBoot.
/Zephyr-Core-3.7.0/subsys/net/lib/config/
DKconfig175 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/
Diso.c740 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/
DKconfig48 encryption is enabled.
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/
Dl2cap.rst13 when the channel has been connected, disconnected or when the encryption has
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/include/
Dll.h114 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/
Dindex.rst34 * Security encryption chip
/Zephyr-Core-3.7.0/boards/wemos/esp32s2_lolin_mini/doc/
Dindex.rst15 - AES-XTS-256-based flash encryption
/Zephyr-Core-3.7.0/drivers/ieee802154/
DKconfig.cc252073 This option will expose the hardware AES encryption from CC2520.
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
DCMakeLists.txt108 channels that would otherwise require encryption/authentication in order to

12345