Home
last modified time | relevance | path

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

1234

/Zephyr-latest/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-latest/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-latest/samples/net/cloud/aws_iot_mqtt/src/creds/
D.gitignore2 *-private.pem.key
/Zephyr-latest/lib/posix/options/
Dmmap.c28 bool private = (pflags & MAP_PRIVATE) != 0; in p2z() local
30 if (!(shared ^ private)) { in p2z()
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy.h26 void bt_mesh_proxy_identity_start(struct bt_mesh_subnet *sub, bool private);
Dbeacon.c62 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()
Dproxy_srv.c48 #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/
DCMakeLists.txt11 # Include the INA23x driver path and unit-test path for private header inclusion
/Zephyr-latest/tests/drivers/sensor/ina230/
DCMakeLists.txt11 # Include the INA23x driver path and unit-test path for private header inclusion
/Zephyr-latest/samples/net/mqtt_sn_publisher/compose/
Dgateway.conf79 DtlsPrivKey=/etc/ssl/private/privkey.pem
/Zephyr-latest/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-latest/modules/thrift/src/thrift/server/
DTConnectedClient.h103 private:
DTSimpleServer.h90 private:
DTServerFramework.h164 private:
/Zephyr-latest/samples/tfm_integration/
Dtfm_integration.rst17 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/
DCMakeLists.txt28 # we reuse the same certificate / private key for client
/Zephyr-latest/
DCODE_OF_CONDUCT.md33 * 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/
DTServerSocket.h153 private:
DTSSLSocket.h189 private:
347 private:
/Zephyr-latest/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-latest/tests/net/lib/http_server/tls/
DCMakeLists.txt31 # we reuse the same certificate / private key for client
/Zephyr-latest/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-latest/subsys/net/ip/
DCMakeLists.txt69 # To get private includes like net_shell.h
/Zephyr-latest/subsys/net/lib/tls_credentials/
DKconfig50 of security certificates and private keys
/Zephyr-latest/subsys/lorawan/
DKconfig45 Disable for private LoRaWAN networks.

1234