Searched full:provider (Results 1 – 25 of 53) sorted by relevance
123
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig.its_transform | 61 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/ |
D | CMakeLists.txt | 14 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/ |
D | Kconfig.nrf5 | 34 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/ |
D | Kconfig.quectel-bg9x | 38 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
|
D | Kconfig.ublox-sara-r4 | 61 the network provider and may need to be changed. 81 the network provider and may need to be changed if auto is not
|
D | Kconfig.simcom-sim7080 | 49 context. This value is specific to the network provider and may
|
/Zephyr-latest/cmake/ide/ |
D | eclipse_cdt4_generator_amendment.cmake | 110 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/ |
D | dai-params-intel-ipc3.h | 27 #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/ |
D | Kconfig.tbs | 100 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/ |
D | renesas,ra-usb.yaml | 16 description: PHY provider specifier
|
/Zephyr-latest/dts/bindings/phy/ |
D | phy-controller.yaml | 13 Number of cells in a PHY provider. The meaning those
|
/Zephyr-latest/dts/bindings/clock/ |
D | fixed-clock.yaml | 4 description: Generic fixed-rate clock provider
|
D | fixed-factor-clock.yaml | 4 description: Generic fixed factor clock provider
|
/Zephyr-latest/dts/bindings/usb/ |
D | st,stm32-otgfs.yaml | 32 description: PHY provider specifier
|
D | st,stm32-otghs.yaml | 32 description: PHY provider specifier
|
D | st,stm32-usb.yaml | 32 description: PHY provider specifier
|
/Zephyr-latest/scripts/generate_usb_vif/constants/ |
D | other_constants.py | 18 "source": ("3", "Provider Only"),
|
/Zephyr-latest/subsys/secure_storage/src/its/transform/ |
D | aead_get.c | 60 #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/ |
D | sensor-threat.rst | 64 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/ |
D | secure_storage.rst | 62 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/ |
D | README.rst | 30 You can use them to build the sample, depending on the PSA ITS provider, as follows:
|
/Zephyr-latest/samples/psa/persistent_key/ |
D | README.rst | 28 You can use them to build the sample, depending on the PSA ITS provider, as follows:
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | tbs_test.c | 125 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/ |
D | dai.h | 52 /**< codec BLCK provider, codec FSYNC provider */ 54 /**< codec BCLK consumer, codec FSYNC provider */ 56 /**< codec BCLK provider, codec FSYNC consumer */
|
/Zephyr-latest/modules/mbedtls/ |
D | create_psa_files.py | 31 Promptless symbol to state that there is a PSA crypto API provider
|
123