Searched refs:public (Results 76 – 100 of 131) sorted by relevance
123456
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.csip | 30 (if encrypted) using public sample data.
|
/Zephyr-latest/doc/services/tfm/ |
D | build.rst | 61 is validated by the bootloader during updates using the corresponding public 73 To generate a new public/private key pair, run the following commands:
|
D | overview.rst | 93 thanks to the public signing key(s) built into it. As the name implies, 131 communicate with them through public APIs exposed by the PRoT services. 234 new private key itself, and the public key for that can be requested during
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 37 - Display the public key based on the private key data above 40 - Verify the signature using the public key 306 [00:00:02.458,000] <inf> app: Retrieving public key for key #1 361 [00:00:06.938,000] <inf> app: Retrieving public key for key #1
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
D | README.rst | 43 (to connect to the public Mosquitto broker). 91 - The application will then attempt to connect to the public Mosquitto broker
|
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/doc/ |
D | index.rst | 119 https://www.silabs.com/documents/public/user-guides/ug554-brd2602a-user-guide.pdf
|
/Zephyr-latest/samples/net/dns_resolve/ |
D | README.rst | 72 The default project configurations settings for this sample uses the public
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | zephyr_common_config.ecl | 10 -config=MC3R1.R2.5,reports+={hide, "any_area(macro(loc(top(public()||kind(pseudo)))))"}
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 259 bool "Prefer public preferred address over temporary one" 261 Prefer public addresses over temporary addresses.
|
/Zephyr-latest/doc/kernel/usermode/ |
D | kernelobjects.rst | 130 initialization state and whether an object is public or not. 173 * Supervisor threads may declare a particular kernel object to be a public
|
/Zephyr-latest/doc/develop/api/ |
D | api_lifecycle.rst | 49 When introducing an API (public header file with documentation) for a new 96 - Complete documentation in code. All public interfaces shall be documented
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 43 The file contains a key pair whose public half is verified 70 The file contains the public key that is used to encrypt the
|
/Zephyr-latest/doc/security/standards/ |
D | etsi-303645.rst | 115 * - public security parameter 116 - security related public information whose modification can compromise the security of a 130 - critical security parameters and public security parameters.
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 233 :kconfig:option:`CONFIG_BT_HCI_SET_PUBLIC_ADDR` if they support setting the controller's public 541 * The CoAP public API has some minor changes to take into account. The 551 * The CoAP public API function :c:func:`coap_pending_init` has changed. The parameter 557 * The CoAP public API functions :c:func:`coap_service_send` and :c:func:`coap_resource_send` have
|
/Zephyr-latest/modules/trusted-firmware-m/ |
D | CMakeLists.txt | 402 # Configure which format (full or hash) to include the public key in 434 --public-key-format ${TFM_PUBLIC_KEY_FORMAT}
|
/Zephyr-latest/boards/ezurio/bt510/doc/ |
D | bt510.rst | 218 .. _Silabs 7055 datasheet: https://www.silabs.com/documents/public/data-sheets/Si7050-1-3-4-5-A20.p…
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci.txt | 413 This command writes the BD_ADDR (Bluetooth public device address) value 562 Note: If no public address is provided and a static address is available, then 564 command. In case a public address is provided, then it is recommended to use 625 public device address or a static random address generated by the host. It 631 important that it only gets assigned to a single address (either public or
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gap.rst | 94 :code:`bt disconnect <address: XX:XX:XX:XX:XX:XX> <type: (public|random)>` command. 332 remove a paired device using :code:`bt clear <address: XX:XX:XX:XX:XX:XX> <type: (public|random)>`
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig.tls-generic | 444 bool "The generic public (asymmetric) key writer" 446 Enable generic public key write functions.
|
/Zephyr-latest/doc/security/ |
D | reporting.rst | 106 Security sensitive vulnerabilities shall be made public after an
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | tbs.rst | 215 uart:~$ bt connect xx:xx:xx:xx:xx:xx public
|
/Zephyr-latest/boards/st/nucleo_wl55jc/doc/ |
D | nucleo_wl55jc.rst | 87 - Hardware public key accelerator (PKA)
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 18 The :c:func:`cbprintf` public APIs convert C99 format strings and
|
/Zephyr-latest/boards/st/nucleo_wb55rg/doc/ |
D | nucleo_wb55rg.rst | 119 - HW public key authority (PKA)
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 498 If the controller has a public address (HCI_Read_BD_ADDR), that becomes 504 If the controller does not have a public address, the Host will try 671 predefined Diffie-Hellman private/public key pair is used as described 707 is using the predefined Diffie-Hellman private/public key pair as
|
123456