Home
last modified time | relevance | path

Searched refs:private (Results 1 – 25 of 70) sorted by relevance

123

/Zephyr-Core-3.5.0/samples/tfm_integration/psa_crypto/
DKconfig23 bool "Support for importing private key data"
26 private key using PSA APIs and PRIVATE_KEY_STATIC or
38 private key.
45 'secp256r1' private key.
/Zephyr-Core-3.5.0/tests/crypto/tinycrypt/src/
Decc_dsa.c86 unsigned int private[NUM_ECC_WORDS]; in sign_vectors() local
105 string2scalar(private, NUM_ECC_WORDS, d_vec[i]); in sign_vectors()
106 uECC_vli_nativeToBytes(private_bytes, NUM_ECC_BYTES, private); in sign_vectors()
578 uint8_t private[NUM_ECC_BYTES]; in montecarlo_signverify() local
595 zassert_true(uECC_make_key(public, private, curve), in montecarlo_signverify()
599 zassert_true(uECC_sign(private, hash, sizeof(hash), sig, curve), in montecarlo_signverify()
/Zephyr-Core-3.5.0/samples/net/cloud/aws_iot_mqtt/src/creds/
D.gitignore2 *-private.pem.key
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dproxy.h34 void bt_mesh_proxy_identity_start(struct bt_mesh_subnet *sub, bool private);
Dbeacon.c61 bool private; member
97 beacon = subnet_beacon_get_by_type(sub, params->private); in beacon_cache_match()
618 beacon = subnet_beacon_get_by_type(sub, params->private); in net_beacon_resolve()
621 net_beacon_register(beacon, params->private); in net_beacon_resolve()
636 beacon = subnet_beacon_get_by_type(sub, params->private); in net_beacon_resolve()
641 net_beacon_register(beacon, params->private); in net_beacon_resolve()
653 params.private = false; in secure_beacon_recv()
672 params.private = true; in private_beacon_recv()
Dproxy_srv.c54 #define ADV_OPT_ADDR(private) (IS_ENABLED(CONFIG_BT_MESH_DEBUG_USE_ID_ADDR) ? \ argument
55 BT_LE_ADV_OPT_USE_IDENTITY : (private) ? BT_LE_ADV_OPT_USE_NRPA : 0)
57 #define ADV_OPT_PROXY(private) \ argument
58 (BT_LE_ADV_OPT_CONNECTABLE | BT_LE_ADV_OPT_SCANNABLE | ADV_OPT_ADDR(private) | \
412 void bt_mesh_proxy_identity_start(struct bt_mesh_subnet *sub, bool private) in bt_mesh_proxy_identity_start() argument
414 if (private) { in bt_mesh_proxy_identity_start()
/Zephyr-Core-3.5.0/tests/drivers/sensor/ina237/
DCMakeLists.txt11 # Include the INA23x driver path and unit-test path for private header inclusion
/Zephyr-Core-3.5.0/tests/drivers/sensor/ina230/
DCMakeLists.txt11 # Include the INA23x driver path and unit-test path for private header inclusion
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Dpriv_beacon_srv.rst18 must be instantiated for the device to support sending of the private beacons,
19 but the node will process received private beacons without it.
/Zephyr-Core-3.5.0/lib/posix/
DKconfig.template.pooled_ipc_type8 # Not user configurable (i.e. private for now)
/Zephyr-Core-3.5.0/modules/thrift/src/thrift/server/
DTConnectedClient.h103 private:
DTSimpleServer.h90 private:
DTServerFramework.h164 private:
/Zephyr-Core-3.5.0/samples/tfm_integration/
Dtfm_integration.rst23 images are then merged and signed using the private signing keys, whose public
26 verification process at startup, based on a pair of private keys that you
/Zephyr-Core-3.5.0/tests/net/socket/tls_ext/
DCMakeLists.txt28 # we reuse the same certificate / private key for client
/Zephyr-Core-3.5.0/modules/thrift/src/thrift/transport/
DTSSLSocket.h189 private:
347 private:
DTServerSocket.h153 private:
/Zephyr-Core-3.5.0/samples/net/cloud/aws_iot_mqtt/
DREADME.rst34 QEMU x86 target. A valid certificate and private key are required to
36 the certificate and private key in order to embed them in the application.
38 Register a *thing* in AWS IoT Core and download the certificate and private key.
/Zephyr-Core-3.5.0/subsys/lorawan/
DKconfig35 Disable for private LoRaWAN networks.
/Zephyr-Core-3.5.0/doc/kernel/usermode/
Doverview.rst11 malicious user mode thread cannot leak or modify the private data/resources
25 with their own group of threads and private data structures, which are
70 otherwise cause a crash or corruption of data structures private to the
110 kernel mode that exposes private kernel data structures to a user thread. RAM
148 that any data inside a kernel object that is private to the kernel cannot be
/Zephyr-Core-3.5.0/
DCODE_OF_CONDUCT.md28 * Public or private harassment
29 * Publishing others' private information, such as a physical or electronic
/Zephyr-Core-3.5.0/subsys/net/lib/tls_credentials/
DKconfig49 of security certificates and private keys
/Zephyr-Core-3.5.0/doc/services/tfm/
Dbuild.rst60 (BL2) and firmware images must be signed with a private key. The firmware image
73 To generate a new public/private key pair, run the following commands:
87 Be sure to keep your private key file in a safe, reliable location! If you
/Zephyr-Core-3.5.0/doc/connectivity/networking/
Darmfvp_user_networking_setup.rst44 * You can only use DHCP within the private network.
/Zephyr-Core-3.5.0/drivers/espi/
DKconfig102 Enables ACPI Host I/O over eSPI peripheral channel for private channel.
110 the private channel. Please ensure the Host code is configured to use

123