/Zephyr-Core-3.5.0/samples/tfm_integration/psa_crypto/ |
D | Kconfig | 23 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/ |
D | ecc_dsa.c | 86 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 | .gitignore | 2 *-private.pem.key
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | proxy.h | 34 void bt_mesh_proxy_identity_start(struct bt_mesh_subnet *sub, bool private);
|
D | beacon.c | 61 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()
|
D | proxy_srv.c | 54 #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/ |
D | CMakeLists.txt | 11 # Include the INA23x driver path and unit-test path for private header inclusion
|
/Zephyr-Core-3.5.0/tests/drivers/sensor/ina230/ |
D | CMakeLists.txt | 11 # Include the INA23x driver path and unit-test path for private header inclusion
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/ |
D | priv_beacon_srv.rst | 18 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/ |
D | Kconfig.template.pooled_ipc_type | 8 # Not user configurable (i.e. private for now)
|
/Zephyr-Core-3.5.0/modules/thrift/src/thrift/server/ |
D | TConnectedClient.h | 103 private:
|
D | TSimpleServer.h | 90 private:
|
D | TServerFramework.h | 164 private:
|
/Zephyr-Core-3.5.0/samples/tfm_integration/ |
D | tfm_integration.rst | 23 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/ |
D | CMakeLists.txt | 28 # we reuse the same certificate / private key for client
|
/Zephyr-Core-3.5.0/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.h | 189 private: 347 private:
|
D | TServerSocket.h | 153 private:
|
/Zephyr-Core-3.5.0/samples/net/cloud/aws_iot_mqtt/ |
D | README.rst | 34 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/ |
D | Kconfig | 35 Disable for private LoRaWAN networks.
|
/Zephyr-Core-3.5.0/doc/kernel/usermode/ |
D | overview.rst | 11 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/ |
D | CODE_OF_CONDUCT.md | 28 * 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/ |
D | Kconfig | 49 of security certificates and private keys
|
/Zephyr-Core-3.5.0/doc/services/tfm/ |
D | build.rst | 60 (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/ |
D | armfvp_user_networking_setup.rst | 44 * You can only use DHCP within the private network.
|
/Zephyr-Core-3.5.0/drivers/espi/ |
D | Kconfig | 102 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
|