Home
last modified time | relevance | path

Searched refs:crypto (Results 26 – 50 of 118) sorted by relevance

12345

/Zephyr-latest/tests/bluetooth/host/id/mocks/
DCMakeLists.txt12 crypto.c
/Zephyr-latest/tests/bluetooth/host/crypto/
DCMakeLists.txt25 ${ZEPHYR_BASE}/tests/bluetooth/host/crypto/mocks
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_psa/
DCMakeLists.txt23 zephyr_include_directories(${ZEPHYR_BASE}/../modules/crypto/mbedtls/include/)
/Zephyr-latest/dts/arm/silabs/
Dsim3u.dtsi76 crypto: crypto@40027000 { label
/Zephyr-latest/subsys/bluetooth/mesh/
Dtransport.c629 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 …]
Dfriend.c370 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/
DKconfig.defconfig15 # BT relies on PSA Crypto API to perform crypto operations and, on this platform,
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dindex.rst60 crypto.rst
/Zephyr-latest/dts/arm/nordic/
Dnrf54l20_enga_cpuapp.dtsi21 compatible = "zephyr,psa-crypto-rng";
Dnrf91ns.dtsi64 compatible = "zephyr,psa-crypto-rng";
Dnrf5340_cpuappns.dtsi73 compatible = "zephyr,psa-crypto-rng";
Dnrf54l09_enga_cpuapp.dtsi30 compatible = "zephyr,psa-crypto-rng";
Dnrf54l_05_10_15_cpuapp.dtsi34 compatible = "zephyr,psa-crypto-rng";
Dnrf91.dtsi49 cryptocell: crypto@50840000 {
/Zephyr-latest/doc/services/
Dindex.rst11 crypto/index
/Zephyr-latest/drivers/entropy/
DKconfig.nrf_cracen16 would attempt to use the CRACEN HW exclusively; When that is enabled, the PSA crypto entropy
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/
DCMakeLists.txt19 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/../modules/crypto/mbedtls/include/)
/Zephyr-latest/subsys/jwt/
DKconfig20 bool "Use RSA signature (RS-256). Use Mbed TLS as crypto library."
/Zephyr-latest/doc/connectivity/networking/api/
Dwifi.rst28 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/
DKconfig114 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/
DCMakeLists.txt14 src/crypto.c
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf54l15bsim.rst93 As crypto library, Mbed TLS can be used with its SW crypto backend.
/Zephyr-latest/boards/silabs/dev_kits/sim3u1xx_dk/
Dsim3u1xx_dk.dts119 &crypto {
/Zephyr-latest/drivers/crypto/
Dcrypto_nrf_ecb.c135 static DEVICE_API(crypto, crypto_enc_funcs) = {
/Zephyr-latest/dts/arm/renesas/smartbond/
Dda1469x.dtsi312 crypto: crypto@30040000 { label
313 compatible = "renesas,smartbond-crypto";

12345