/Zephyr-latest/tests/bluetooth/host/id/mocks/ |
D | CMakeLists.txt | 12 crypto.c
|
/Zephyr-latest/tests/bluetooth/host/crypto/ |
D | CMakeLists.txt | 25 ${ZEPHYR_BASE}/tests/bluetooth/host/crypto/mocks
|
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_psa/ |
D | CMakeLists.txt | 23 zephyr_include_directories(${ZEPHYR_BASE}/../modules/crypto/mbedtls/include/)
|
/Zephyr-latest/dts/arm/silabs/ |
D | sim3u.dtsi | 76 crypto: crypto@40027000 { label
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | transport.c | 629 struct bt_mesh_app_crypto_ctx crypto = { in trans_encrypt() local 639 crypto.ad = tx->ctx->uuid; in trans_encrypt() 642 return bt_mesh_app_encrypt(key, &crypto, msg); in trans_encrypt() 737 struct bt_mesh_app_crypto_ctx crypto; member 749 ctx->crypto.ad = NULL; in sdu_try_decrypt() 753 seg_rx_assemble(ctx->seg, ctx->buf, ctx->crypto.aszmic); in sdu_try_decrypt() 757 ctx->crypto.ad = bt_mesh_va_uuid_get(rx->ctx.recv_dst, ctx->crypto.ad, in sdu_try_decrypt() 760 if (!ctx->crypto.ad) { in sdu_try_decrypt() 767 err = bt_mesh_app_decrypt(key, &ctx->crypto, ctx->buf, ctx->sdu); in sdu_try_decrypt() 768 } while (err && ctx->crypto.ad != NULL); in sdu_try_decrypt() [all …]
|
D | friend.c | 370 struct bt_mesh_app_crypto_ctx crypto; member 397 meta->crypto.src = net.ctx.addr; in unseg_app_sdu_unpack() 398 meta->crypto.dst = net.ctx.recv_dst; in unseg_app_sdu_unpack() 399 meta->crypto.iv_index = BT_MESH_NET_IVI_TX; in unseg_app_sdu_unpack() 400 meta->crypto.dev_key = BT_MESH_IS_DEV_KEY(app_idx); in unseg_app_sdu_unpack() 401 meta->crypto.seq_num = net.seq; in unseg_app_sdu_unpack() 402 meta->crypto.aszmic = 0; in unseg_app_sdu_unpack() 404 if (BT_MESH_ADDR_IS_VIRTUAL(meta->crypto.dst)) { in unseg_app_sdu_unpack() 405 meta->crypto.ad = bt_mesh_va_get_uuid_by_idx(uuidx); in unseg_app_sdu_unpack() 407 meta->crypto.ad = NULL; in unseg_app_sdu_unpack() [all …]
|
/Zephyr-latest/boards/qemu/cortex_m3/ |
D | Kconfig.defconfig | 15 # BT relies on PSA Crypto API to perform crypto operations and, on this platform,
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | index.rst | 60 crypto.rst
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf54l20_enga_cpuapp.dtsi | 21 compatible = "zephyr,psa-crypto-rng";
|
D | nrf91ns.dtsi | 64 compatible = "zephyr,psa-crypto-rng";
|
D | nrf5340_cpuappns.dtsi | 73 compatible = "zephyr,psa-crypto-rng";
|
D | nrf54l09_enga_cpuapp.dtsi | 30 compatible = "zephyr,psa-crypto-rng";
|
D | nrf54l_05_10_15_cpuapp.dtsi | 34 compatible = "zephyr,psa-crypto-rng";
|
D | nrf91.dtsi | 49 cryptocell: crypto@50840000 {
|
/Zephyr-latest/doc/services/ |
D | index.rst | 11 crypto/index
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.nrf_cracen | 16 would attempt to use the CRACEN HW exclusively; When that is enabled, the PSA crypto entropy
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/ |
D | CMakeLists.txt | 19 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/../modules/crypto/mbedtls/include/)
|
/Zephyr-latest/subsys/jwt/ |
D | Kconfig | 20 bool "Use RSA signature (RS-256). Use Mbed TLS as crypto library."
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | wifi.rst | 28 Wi-Fi PSA crypto supported build 31 To enable PSA crypto API supported Wi-Fi build, the :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT_…
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 114 bool "WEP (Legacy crypto) support" 117 prompt "WPA supplicant crypto implementation" 120 Select the crypto implementation to use for WPA supplicant. 155 Use external crypto implementation for hostp, this is useful for 156 platforms where the crypto implementation is provided by the platform 157 and not by Zephyr. The external crypto implementation should provide 292 bool "Hostapd crypto enterprise support"
|
/Zephyr-latest/tests/bluetooth/audio/mocks/ |
D | CMakeLists.txt | 14 src/crypto.c
|
/Zephyr-latest/boards/native/nrf_bsim/doc/ |
D | nrf54l15bsim.rst | 93 As crypto library, Mbed TLS can be used with its SW crypto backend.
|
/Zephyr-latest/boards/silabs/dev_kits/sim3u1xx_dk/ |
D | sim3u1xx_dk.dts | 119 &crypto {
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_nrf_ecb.c | 135 static DEVICE_API(crypto, crypto_enc_funcs) = {
|
/Zephyr-latest/dts/arm/renesas/smartbond/ |
D | da1469x.dtsi | 312 crypto: crypto@30040000 { label 313 compatible = "renesas,smartbond-crypto";
|