Home
last modified time | relevance | path

Searched full:provider (Results 1 – 25 of 53) sorted by relevance

123

/Zephyr-latest/subsys/secure_storage/
DKconfig.its_transform61 prompt "AEAD ITS transform module encryption key provider"
70 This key provider generates keys by hashing the following:
82 This key provider generates keys by hashing the UID of the ITS entry for which it is
85 Use a secure key provider if possible.
88 bool "Custom key provider"
108 prompt "AEAD ITS transform module nonce provider"
111 bool "Default nonce provider"
113 The default nonce provider generates a random number for the first nonce with
118 bool "Custom nonce provider"
/Zephyr-latest/subsys/secure_storage/src/its/
DCMakeLists.txt14 The PSA ITS encryption key provider in use generates keys by hashing the device ID
20 The PSA ITS encryption key provider in use is not secure.
23 Use a secure key provider if possible.")
/Zephyr-latest/drivers/ieee802154/
DKconfig.nrf534 radio IRQ provider. When radio IRQs are managed by an external
35 provider, the driver shall not configure radio IRQs.
37 Enable this option when external radio IRQ provider is enabled in
38 the system. One example of external radio IRQ provider could be
/Zephyr-latest/drivers/modem/
DKconfig.quectel-bg9x38 context. This value is specific to the network provider and may
46 context. This value is specific to the network provider and may
54 context. This value is specific to the network provider and may
DKconfig.ublox-sara-r461 the network provider and may need to be changed.
81 the network provider and may need to be changed if auto is not
DKconfig.simcom-sim708049 context. This value is specific to the network provider and may
/Zephyr-latest/cmake/ide/
Declipse_cdt4_generator_amendment.cmake110 message(" to 'CDT cross GCC Built-in Compiler Settings' provider command definition")
124 …file(APPEND ${OUTPUT_FILE} "\t\t\t<provider copy-of=\"extension\" id=\"org.eclipse.cdt.ui.UserLang…
125 …OUTPUT_FILE} "\t\t\t<provider-reference id=\"org.eclipse.cdt.core.ReferencedProjectsLanguageSettin…
126 …UTPUT_FILE} "\t\t\t<provider-reference id=\"org.eclipse.cdt.core.PathEntryScannerInfoLanguageSetti…
128 …file(APPEND ${OUTPUT_FILE} "\t\t\t<provider class=\"org.eclipse.cdt.managedbuilder.language.settin…
130 …file(APPEND ${OUTPUT_FILE} "\t\t\t<provider class=\"org.eclipse.cdt.managedbuilder.language.settin…
134 file(APPEND ${OUTPUT_FILE} "\t\t\t</provider>\n")
/Zephyr-latest/drivers/dai/intel/ssp/
Ddai-params-intel-ipc3.h27 #define DAI_INTEL_IPC3_SSP_FMT_CBP_CFP (0 << 12) /**< codec bclk provider & frame provider */
28 #define DAI_INTEL_IPC3_SSP_FMT_CBC_CFP (2 << 12) /**< codec bclk consumer & frame provider */
29 #define DAI_INTEL_IPC3_SSP_FMT_CBP_CFC (3 << 12) /**< codec bclk provider & frame consumer */
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.tbs100 bool "Support reading Bearer Provider Name"
103 This option enables support for reading Bearer Provider Name.
251 int "The maximum length of the bearer provider name"
255 Sets the maximum length of the bearer provider name.
/Zephyr-latest/dts/bindings/usb/renesas/
Drenesas,ra-usb.yaml16 description: PHY provider specifier
/Zephyr-latest/dts/bindings/phy/
Dphy-controller.yaml13 Number of cells in a PHY provider. The meaning those
/Zephyr-latest/dts/bindings/clock/
Dfixed-clock.yaml4 description: Generic fixed-rate clock provider
Dfixed-factor-clock.yaml4 description: Generic fixed factor clock provider
/Zephyr-latest/dts/bindings/usb/
Dst,stm32-otgfs.yaml32 description: PHY provider specifier
Dst,stm32-otghs.yaml32 description: PHY provider specifier
Dst,stm32-usb.yaml32 description: PHY provider specifier
/Zephyr-latest/scripts/generate_usb_vif/constants/
Dother_constants.py18 "source": ("3", "Provider Only"),
/Zephyr-latest/subsys/secure_storage/src/its/transform/
Daead_get.c60 #define WARNING "Using a potentially insecure PSA ITS encryption key provider."
92 #define WARNING "Using an insecure PSA ITS encryption key provider."
/Zephyr-latest/doc/security/
Dsensor-threat.rst64 are allowed to sign the certificate on the server. For cloud-provider
66 provider. Because the root certificates can expire, and possibly be
77 This secret is generally generated by the service provider, or by
249 mandated by the particular service provider being used
255 certificates will be stored within the service provider. These
257 service provider maintains a list of valid certificates
383 The device shall authenticate itself with the cloud provider using
/Zephyr-latest/doc/services/
Dsecure_storage.rst62 It requires a random entropy source and especially a secure encryption key provider
106 It's especially recommended to implement a custom encryption key provider
/Zephyr-latest/samples/psa/its/
DREADME.rst30 You can use them to build the sample, depending on the PSA ITS provider, as follows:
/Zephyr-latest/samples/psa/persistent_key/
DREADME.rst28 You can use them to build the sample, depending on the PSA ITS provider, as follows:
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_test.c125 FAIL("Could not set bearer provider name: %d\n", err); in test_provider_name()
129 printk("Set bearer provider name test success\n"); in test_provider_name()
141 FAIL("Could not set bearer provider name: %d\n", err); in test_set_signal_strength()
/Zephyr-latest/include/zephyr/drivers/
Ddai.h52 /**< codec BLCK provider, codec FSYNC provider */
54 /**< codec BCLK consumer, codec FSYNC provider */
56 /**< codec BCLK provider, codec FSYNC consumer */
/Zephyr-latest/modules/mbedtls/
Dcreate_psa_files.py31 Promptless symbol to state that there is a PSA crypto API provider

123