Home
last modified time | relevance | path

Searched refs:crypto (Results 51 – 75 of 118) sorted by relevance

12345

/Zephyr-latest/modules/mbedtls/
DKconfig.psa.auto5 # 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"
DKconfig110 (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/
Dnrf5340_cpuapp.dtsi101 cryptocell: crypto@50844000 {
/Zephyr-latest/drivers/crypto/
Dcrypto_it8xxx2_sha.c218 static DEVICE_API(crypto, it8xxx2_crypto_api) = {
Dcrypto_npcx_sha.c205 static DEVICE_API(crypto, npcx_crypto_api) = {
Dcrypto_it8xxx2_sha_v2.c343 static DEVICE_API(crypto, it8xxx2_crypto_api) = {
Dcrypto_tc_shim.c317 static DEVICE_API(crypto, crypto_enc_funcs) = {
Dcrypto_intel_sha.c328 static DEVICE_API(crypto, hash_enc_funcs) = {
Dcrypto_mcux_dcp.c334 static DEVICE_API(crypto, crypto_dcp_api) = {
/Zephyr-latest/subsys/bluetooth/mesh/
DCMakeLists.txt15 crypto.c
/Zephyr-latest/samples/psa/persistent_key/
DREADME.rst70 `PSA Crypto key management API reference <https://arm-software.github.io/psa-api/crypto/1.2/api/key…
/Zephyr-latest/drivers/
DCMakeLists.txt31 add_subdirectory_ifdef(CONFIG_CRYPTO crypto)
DKconfig23 source "drivers/crypto/Kconfig"
/Zephyr-latest/doc/services/crypto/
Dpsa_crypto.rst149 <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/
DKconfig342 bool "ARM PSA crypto API"
347 Enable crypto backend library implementation based on ARM PSA crypto
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/
DREADME.rst11 standard partitions such as crypto, protected_storage, or firmware_update, but it's also possible to
/Zephyr-latest/boards/native/nrf_bsim/
Dnrf5340bsim_nrf5340_cpuapp.dts86 /delete-node/ crypto@50844000;
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig99 CP and PD. Provide an available crypto driver name here.
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DREADME.rst2 :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/
DREADME.rst12 optional authentication and rollback protection. The default crypto algorithm is ``AES-128-GCM``.
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig122 This option should be used to set the crypto device name that
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst252 * :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
Drelease-notes-1.9.rst230 * ``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…
Dmigration-guide-3.7.rst113 * 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/
Dbinding-types.txt35 crypto Cryptographic accelerator

12345