/Zephyr-latest/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-latest/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-latest/samples/net/cloud/aws_iot_mqtt/src/creds/ |
D | .gitignore | 2 *-private.pem.key
|
/Zephyr-latest/lib/posix/options/ |
D | mmap.c | 28 bool private = (pflags & MAP_PRIVATE) != 0; in p2z() local 30 if (!(shared ^ private)) { in p2z()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | proxy.h | 26 void bt_mesh_proxy_identity_start(struct bt_mesh_subnet *sub, bool private);
|
D | beacon.c | 62 bool private; member 98 beacon = subnet_beacon_get_by_type(sub, params->private); in beacon_cache_match() 658 beacon = subnet_beacon_get_by_type(sub, params->private); in net_beacon_resolve() 661 net_beacon_register(beacon, params->private); in net_beacon_resolve() 676 beacon = subnet_beacon_get_by_type(sub, params->private); in net_beacon_resolve() 681 net_beacon_register(beacon, params->private); in net_beacon_resolve() 693 params.private = false; in secure_beacon_recv() 711 params.private = true; in private_beacon_recv()
|
D | proxy_srv.c | 48 #define ADV_OPT_ADDR(private) (IS_ENABLED(CONFIG_BT_MESH_DEBUG_USE_ID_ADDR) ? \ argument 49 BT_LE_ADV_OPT_USE_IDENTITY : (private) ? BT_LE_ADV_OPT_USE_NRPA : 0) 51 #define ADV_OPT_PROXY(private) \ argument 52 (BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_SCANNABLE | ADV_OPT_ADDR(private)) 405 void bt_mesh_proxy_identity_start(struct bt_mesh_subnet *sub, bool private) in bt_mesh_proxy_identity_start() argument 407 if (private) { in bt_mesh_proxy_identity_start()
|
/Zephyr-latest/tests/drivers/sensor/ina237/ |
D | CMakeLists.txt | 11 # Include the INA23x driver path and unit-test path for private header inclusion
|
/Zephyr-latest/tests/drivers/sensor/ina230/ |
D | CMakeLists.txt | 11 # Include the INA23x driver path and unit-test path for private header inclusion
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/compose/ |
D | gateway.conf | 79 DtlsPrivKey=/etc/ssl/private/privkey.pem
|
/Zephyr-latest/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-latest/modules/thrift/src/thrift/server/ |
D | TConnectedClient.h | 103 private:
|
D | TSimpleServer.h | 90 private:
|
D | TServerFramework.h | 164 private:
|
/Zephyr-latest/samples/tfm_integration/ |
D | tfm_integration.rst | 17 images are then merged and signed using the private signing keys, whose public 20 verification process at startup, based on a pair of private keys that you
|
/Zephyr-latest/tests/net/socket/tls_ext/ |
D | CMakeLists.txt | 28 # we reuse the same certificate / private key for client
|
/Zephyr-latest/ |
D | CODE_OF_CONDUCT.md | 33 * Public or private harassment 34 * Publishing others' private information, such as a physical or email address, 84 **Consequence**: A private, written warning from community leaders, providing 107 private interaction with the people involved, including unsolicited interaction
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TServerSocket.h | 153 private:
|
D | TSSLSocket.h | 189 private: 347 private:
|
/Zephyr-latest/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-latest/tests/net/lib/http_server/tls/ |
D | CMakeLists.txt | 31 # we reuse the same certificate / private key for client
|
/Zephyr-latest/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-latest/subsys/net/ip/ |
D | CMakeLists.txt | 69 # To get private includes like net_shell.h
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | Kconfig | 50 of security certificates and private keys
|
/Zephyr-latest/subsys/lorawan/ |
D | Kconfig | 45 Disable for private LoRaWAN networks.
|