Home
last modified time | relevance | path

Searched refs:anonymous (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/modules/
DKconfig.tinycrypt44 bool "ECC_DH anonymous key agreement protocol"
47 Diffie-Hellman anonymous key agreement protocol.
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst220 supports anonymous unions only as a member of an enclosing ``struct`` or
224 When initializing anonymous members, the expression can be enclosed in
226 portability, when initializing *anonymous unions*:
236 in this particular case of initializing anonymous unions with bare
239 Some pre-C11 GCC versions support some form of anonymous unions. They
/Zephyr-latest/kernel/
DKconfig.vm75 such as VSDO pages, memory mapped thread stacks, and anonymous memory
161 all page frames via anonymous memory mappings.
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
DREADME.rst72 --hawkbit.server.ddi.security.authentication.anonymous.enabled=true
218 hawkbit.server.ddi.security.authentication.anonymous.enabled=true
/Zephyr-latest/doc/
Dzephyr.doxyfile.in574 # If this flag is set to YES, the members of anonymous namespaces will be
577 # the file that contains the anonymous namespace. By default anonymous namespace
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst185 the data space available via anonymous memory mappings.
187 physical anonymous memory remaining.
Drelease-notes-2.6.rst174 * Added :c:func:`k_mem_unmap()` so anonymous memory mapped via :c:func:`k_mem_map()`
Drelease-notes-3.2.rst43 * Changed :c:struct:`spi_cs_control` to remove anonymous struct.