Searched refs:crypto (Results 51 – 75 of 118) sorted by relevance
12345
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig.psa.auto | 5 # from: ../../../modules/crypto/mbedtls/include/psa/crypto_config.h. 11 Promptless symbol to state that there is a PSA crypto API provider 17 bool "All PSA crypto features"
|
D | Kconfig | 110 (from ext/lib/crypto/mbedtls/include/mbedtls/debug.h): 171 Enable self test function for the crypto algorithms 198 See ext/lib/crypto/mbedtls/include/mbedtls/config.h and
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf5340_cpuapp.dtsi | 101 cryptocell: crypto@50844000 {
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_it8xxx2_sha.c | 218 static DEVICE_API(crypto, it8xxx2_crypto_api) = {
|
D | crypto_npcx_sha.c | 205 static DEVICE_API(crypto, npcx_crypto_api) = {
|
D | crypto_it8xxx2_sha_v2.c | 343 static DEVICE_API(crypto, it8xxx2_crypto_api) = {
|
D | crypto_tc_shim.c | 317 static DEVICE_API(crypto, crypto_enc_funcs) = {
|
D | crypto_intel_sha.c | 328 static DEVICE_API(crypto, hash_enc_funcs) = {
|
D | crypto_mcux_dcp.c | 334 static DEVICE_API(crypto, crypto_dcp_api) = {
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | CMakeLists.txt | 15 crypto.c
|
/Zephyr-latest/samples/psa/persistent_key/ |
D | README.rst | 70 `PSA Crypto key management API reference <https://arm-software.github.io/psa-api/crypto/1.2/api/key…
|
/Zephyr-latest/drivers/ |
D | CMakeLists.txt | 31 add_subdirectory_ifdef(CONFIG_CRYPTO crypto)
|
D | Kconfig | 23 source "drivers/crypto/Kconfig"
|
/Zephyr-latest/doc/services/crypto/ |
D | psa_crypto.rst | 149 <https://arm-software.github.io/psa-api/crypto/1.2/overview/conventions.html#concurrent-calls>`_ 154 …`Stability of parameters <https://arm-software.github.io/psa-api/crypto/1.2/overview/conventions.h… 176 https://arm-software.github.io/psa-api/crypto/
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | Kconfig | 342 bool "ARM PSA crypto API" 347 Enable crypto backend library implementation based on ARM PSA crypto
|
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/ |
D | README.rst | 11 standard partitions such as crypto, protected_storage, or firmware_update, but it's also possible to
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | nrf5340bsim_nrf5340_cpuapp.dts | 86 /delete-node/ crypto@50844000;
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig | 99 CP and PD. Provide an available crypto driver name here.
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 2 :name: TF-M PSA crypto 8 This TF-M integration example demonstrates how to use the PSA crypto API in 358 [00:00:06.385,000] <inf> app: Initialising PSA crypto 359 [00:00:06.386,000] <inf> app: PSA crypto init completed
|
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/ |
D | README.rst | 12 optional authentication and rollback protection. The default crypto algorithm is ``AES-128-GCM``.
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | Kconfig | 122 This option should be used to set the crypto device name that
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.11.rst | 252 * :github:`3597` - Build warnings [-Wpointer-sign] with LLVM/icx (tests/net/ieee802154/crypto) 287 * :github:`4549` - tests/crypto/mbedtls/testcase.yaml#test :Build failed 375 * :github:`5531` - [Coverity CID: 181847] Incorrect expression in /samples/drivers/crypto/src/main.c 500 * :github:`6469` - tests/crypto/ecc_dsa results in FATAL EXCEPTION on esp32 501 * :github:`6470` - tests/crypto/ecc_dh results in FATAL EXCEPTION on esp32 502 * :github:`6471` - tests/crypto/aes results in Assertion failure on esp32 503 * :github:`6472` - tests/crypto/sha256 results in Assertion failure on esp32
|
D | release-notes-1.9.rst | 230 * ``ZEP-2020`` - tests/crypto/test_ecc_dsa intermittently fails on riscv32 337 * ``ZEP-2460`` - tests/crypto/ecc_dh fails on qemu_nios2 364 * ``ZEP-2537`` - Static code scan (Coverity) issue seen in file: /tests/crypto/ecc_dh/src/ecc_dh.c 367 * ``ZEP-2540`` - Static code scan (Coverity) issue seen in file: /ext/lib/crypto/tinycrypt/source/e…
|
D | migration-guide-3.7.rst | 113 * When there is any PSA crypto provider available in the system 114 (i.e. :kconfig:option:`CONFIG_MBEDTLS_PSA_CRYPTO_CLIENT` is set), desired PSA crypto 116 * TLS/X509/PK/MD modules will use PSA crypto APIs instead of legacy ones as soon 117 as there is any PSA crypto provider available in the system 830 of PSA APIs instead of TinyCrypt for crypto operations. Of course, this is 831 possible only a PSA crypto provider available in the system, i.e. 902 * TCP now uses SHA-256 instead of MD5 for ISN generation. The crypto support for 914 * The crypto backend for the flash check functions (:kconfig:option:`CONFIG_FLASH_AREA_CHECK_INTEGR…
|
/Zephyr-latest/dts/bindings/ |
D | binding-types.txt | 35 crypto Cryptographic accelerator
|
12345