Home
last modified time | relevance | path

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

12345

/Zephyr-latest/samples/boards/espressif/flash_encryption/
DREADME.rst1 .. 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/
DKconfig.nrf_ecb7 bool "nRF AES electronic codebook mode encryption"
15 Enable nRF HAL-based AES ECB encryption driver
DKconfig.cc23x013 - ECB (Electronic Code Book) encryption only (decryption not supported by the hardware)
/Zephyr-latest/subsys/bluetooth/services/
DKconfig.hrs23 bool "Require encryption for access"
26 bool "Require encryption and authentication for access"
/Zephyr-latest/subsys/bluetooth/services/ias/
DKconfig.ias22 bool "Require encryption for write access"
25 bool "Require encryption and authentication for write access"
/Zephyr-latest/subsys/secure_storage/src/its/
DCMakeLists.txt14 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/
Dtest_bis.c304 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/
Dmain.c21 #error Flash encryption feature is only available for ESP32 SOC yet.
/Zephyr-latest/modules/nrf_wifi/bus/
Ddevice.c54 config.encryption = config.CMD_CNONCE = false; in qspi_defconfig()
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h522 bool encryption; member
610 bool encryption; member
669 bool encryption; member
/Zephyr-latest/subsys/secure_storage/
DKconfig.its_transform61 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/
Dcfg_cli.rst8 mesh node, including encryption keys, model configuration and feature
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_source_test.c261 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/
Dull_adv_iso.c103 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/
DREADME.rst5 Use the crypto APIs to perform various encryption/decryption operations.
/Zephyr-latest/include/zephyr/drivers/wifi/nrf_wifi/bus/
Dqspi_if.h36 bool encryption; member
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.bluetooth38 bool "Require encryption for access"
42 bool "Require encryption and authentication for access"
/Zephyr-latest/boards/native/nrf_bsim/
DKconfig.defconfig57 # The 15.4 driver Tx encryption is currently not functional with this
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf54l15bsim.rst41 * CCM (AES CCM mode encryption)
45 * ECB (AES electronic codebook mode encryption)
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_endpoint.h111 bool encryption; member
Dbap_broadcast_source.c810 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/
Dbluetooth.rst27 The mutually-shared encryption key created during host-device paring may get
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c750 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/
Dl2cap.rst13 when the channel has been connected, disconnected or when the encryption has
/Zephyr-latest/subsys/usb/device/class/dfu/
DKconfig48 encryption is enabled.

12345