Home
last modified time | relevance | path

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

12345

/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm.crypto_modules1 # Configuration for the crypto modules in the TF-M Module
11 bool "Random number generator crypto module"
14 Enables the random number generator module within the crypto partition.
18 bool "KEY crypto module"
21 Enables the KEY crypto module within the crypto partition.
26 bool "AEAD crypto module"
29 Enables the AEAD crypto module within the crypto partition.
34 bool "MAC crypto module"
37 Enables the MAC crypto module within the crypto partition.
42 bool "HASH crypto module"
[all …]
/Zephyr-latest/drivers/crypto/
DKconfig34 Enable TinyCrypt shim layer compliant with crypto APIs.
59 Enable mbedTLS shim layer compliant with crypto APIs. You will need
77 source "drivers/crypto/Kconfig.ataes132a"
78 source "drivers/crypto/Kconfig.stm32"
79 source "drivers/crypto/Kconfig.nrf_ecb"
80 source "drivers/crypto/Kconfig.intel"
81 source "drivers/crypto/Kconfig.npcx"
82 source "drivers/crypto/Kconfig.xec"
83 source "drivers/crypto/Kconfig.it8xxx2"
84 source "drivers/crypto/Kconfig.mcux_dcp"
[all …]
DKconfig.xec6 bool "Microchip XEC symmetric crypto (AES/Hash) driver"
10 Enable Microchip XEC symmetic crypto (AES/Hash) driver.
11 Symmetric crypto provides a single hardware interface
DKconfig.smartbond14 bool "Support ASYNC crypto operations."
17 Enable ASYNC crypto operations.
DKconfig.mcux_dcp15 int "Maximum number of sessions NXP DCP crypto driver can handle"
DKconfig.stm3216 int "Maximum of sessions STM32 crypto driver can handle"
/Zephyr-latest/modules/hostap/
DCMakeLists.txt28 ${HOSTAP_SRC_BASE}/crypto/
261 ${HOSTAP_SRC_BASE}/crypto/crypto_none.c
263 # FIXME: why do we need these when crypto is not selected?
264 ${HOSTAP_SRC_BASE}/crypto/aes-wrap.c
265 ${HOSTAP_SRC_BASE}/crypto/aes-unwrap.c
266 ${HOSTAP_SRC_BASE}/crypto/aes-internal.c
267 ${HOSTAP_SRC_BASE}/crypto/aes-internal-enc.c
268 ${HOSTAP_SRC_BASE}/crypto/aes-internal-dec.c
269 ${HOSTAP_SRC_BASE}/crypto/aes-omac1.c
270 ${HOSTAP_SRC_BASE}/crypto/md5.c
[all …]
/Zephyr-latest/samples/drivers/crypto/
DREADME.rst1 .. zephyr:code-sample:: crypto
3 :relevant-api: crypto
5 Use the crypto APIs to perform various encryption/decryption operations.
9 An example to illustrate the usage of :ref:`crypto APIs <crypto_api>`.
18 :zephyr-app: samples/drivers/crypto
DCMakeLists.txt5 project(crypto) project
/Zephyr-latest/doc/services/crypto/api/
Dindex.rst13 Generic API for crypto drivers
15 .. doxygengroup:: crypto
/Zephyr-latest/doc/services/crypto/
Dindex.rst6 The crypto section contains information regarding the cryptographic primitives
10 The following crypto libraries have been included:
/Zephyr-latest/samples/drivers/crypto/boards/
Dda1469x_dk_pro.overlay7 &crypto {
Dsim3u1xx_dk.overlay11 &crypto {
/Zephyr-latest/tests/crypto/crypto_hash/boards/
Dda1469x_dk_pro.overlay7 &crypto {
/Zephyr-latest/tests/drivers/entropy/api/
Dentropy_psa_crypto.overlay13 compatible = "zephyr,psa-crypto-rng";
/Zephyr-latest/tests/subsys/random/rng/
Dentropy_psa_crypto.overlay13 compatible = "zephyr,psa-crypto-rng";
/Zephyr-latest/tests/bluetooth/bt_crypto/
DCMakeLists.txt7 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/bluetooth/crypto)
/Zephyr-latest/tests/drivers/build_all/ieee802154/boards/
Dnative_sim.overlay55 crypto {
56 compatible = "ti,cc2520-crypto";
/Zephyr-latest/subsys/bluetooth/
DCMakeLists.txt12 add_subdirectory_ifdef(CONFIG_BT_CRYPTO crypto)
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_be/
DCMakeLists.txt10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/crypto mocks)
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_le/
DCMakeLists.txt10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/crypto mocks)
/Zephyr-latest/tests/bluetooth/host/crypto/bt_rand/
DCMakeLists.txt10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/crypto mocks)
/Zephyr-latest/drivers/ieee802154/
DKconfig.cc252069 bool "Hardware crypto helper on cc2520"
75 The crypto device exposed will only support synchronous CCM operation.
78 int "TI CC2520 crypto device initialization priority"
/Zephyr-latest/subsys/bluetooth/controller/
DCMakeLists.txt176 crypto/crypto.c
187 ../crypto
/Zephyr-latest/boards/openisa/rv32m1_vega/
DKconfig.defconfig8 #TODO: Resolve the complete non-BLE support for crypto CAU3 firmware/driver

12345