Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 15 of 15) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md18 …n file (`mbedtls_config.h`). This mechanism is based on two main sets of symbols: `MBEDTLS_xxx_C` …
24symbols are somewhat inconsistent, and in particular do not work well for asymmetric cryptography.…
52symbols of the form `PSA_WANT_xxx` where `xxx` describes the feature that the symbol enables. The
56 …ncludes support for specific mechanisms conditionally based on the existing `MBEDTLS_xxx_` symbols.
59 ### PSA Crypto configuration symbols
71 …ion determines whether a feature is available through the PSA API. These symbols should be used in…
81 #### Configuration symbols for key types argument
96 #### Configuration symbols for elliptic curves argument
102 #### Configuration symbols for Diffie-Hellman groups argument
104 There are no configuration symbols for Diffie-Hellman groups (`PSA_DH_GROUP_xxx`).
[all …]
/openthread-latest/src/posix/platform/
Dbacktrace.cpp117 char **symbols; in dumpStack() local
121 symbols = backtrace_symbols(stack, depth); in dumpStack()
122 VerifyOrExit(symbols != nullptr); in dumpStack()
126 demangleSymbol(i, symbols[i]); in dumpStack()
129 free(symbols); in dumpStack()
DFindExampleVendorDeps.cmake73 The path to the library containing symbols for dependency 0
77 The path to the library containing symbols for dependency 1
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Ddepends.py312 def __init__(self, symbols, commands, exclude): argument
320 def __init__(self, symbols, commands, exclude=None): argument
327 super().__init__(symbols, commands, exclude)
329 for symbol in symbols:
331 for symbol in symbols:
348 def __init__(self, symbols, commands, exclude=None): argument
352 super().__init__(symbols, commands, exclude)
353 for symbol in symbols:
Dcheck_names.py276 symbols = self.parse_symbols()
295 self.log.debug(" {:4} Exported Symbols".format(len(symbols)))
303 "symbols": symbols,
673 symbols = []
707 symbols = self.parse_symbols_from_nm([
729 return symbols
746 symbols = []
763 symbols.append(symbol.group("symbol"))
767 return symbols
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md81 …test/drivers/crypto_config_test_driver_extension.h` — [Preprocessor symbols](#preprocessor-symbols)
82 * Occasionally `library/check_crypto_config.h` — [Preprocessor symbols](#preprocessor-symbols)
83 * [ ] `include/mbedtls/config_psa.h` — [Preprocessor symbols](#preprocessor-symbols)
123 ### Preprocessor symbols
127 … to applications when the preprocessor symbol `PSA_WANT_ttt_xxx` is defined. These symbols are set:
129 …ith code in `include/mbedtls/config_psa.h` deducing the necessary underlying `MBEDTLS_xxx` symbols.
131 …est/drivers/crypto_config_test_driver_extension.h` sets additional `MBEDTLS_PSA_ACCEL_xxx` symbols.
/openthread-latest/third_party/mbedtls/repo/scripts/
Dcommon.make51 ## Remove the preprocessor symbols that are set in the current configuration
85 # If the call to remove_enabled_options returns "control", the symbols
/openthread-latest/tools/spi-hdlc-adapter/
DREADME.md33 …t` is specified, the HDLC client can trigger an MCU reset by sending the symbols `0x7E 0x13 0x11 0…
/openthread-latest/third_party/mbedtls/repo/docs/
Ddriver-only-builds.md391 (i.e. `PSA_WANT_xxx`) symbols is not always 1:1. For example:
401 whereas in PSA there are 2 different symbols: `PSA_WANT_ALG_CCM_STAR_NO_TAG`
Dpsa-transition.md180 …(similar to `MBEDTLS_CONFIG_FILE` and `MBEDTLS_USER_CONFIG_FILE` for legacy configuration symbols).
200 Note that all `PSA_WANT_xxx` symbols must be set to a non-zero value. In particular, setting `PSA_W…
221 …he PSA API need to explicitly enable both the `PSA_WANT_xxx` symbols and the `MBEDTLS_xxx` symbols.
647 …y sources configured through the legacy interface (`MBEDTLS_ENTROPY_xxx` symbols). Its set of sour…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md64 …AES-CBC, etc. In code that uses the PSA interfaces, this needs to change to `PSA_WANT_xxx` symbols.
228 * The available cryptographic implementations, based on preprocessor symbols (`MBEDTLS_xxx_C`, `PSA…
269 …celerator but no software implementation, we don't want the preprocessor symbols to indicate that …
288 …y supported (users are not supposed to manually define PSA configuration symbols when `MBEDTLS_PSA…
/openthread-latest/
DSTYLE_GUIDE.md133 - C preprocessor symbols should be all uppercase.
/openthread-latest/doc/
DDoxyfile.in423 # cache is used to resolve symbols given their name and scope. Since this can be
425 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
429 # symbols. At the end of a run doxygen will report the cache usage and suggest
1456 # external symbols imported via tag files in a separate window.
/openthread-latest/src/cli/
DREADME.md1130 The CSL period MUST be a multiple 160 microseconds which is 802.15.4 "ten symbols time".
2350 - Period (in unit of 10-symbols-time)
/openthread-latest/third_party/mbedtls/repo/
DChangeLog388 * New symbols PSA_WANT_KEY_TYPE_xxx_KEY_PAIR_yyy and
546 * Fix undefined symbols in some builds using TLS 1.3 with a custom
1161 pattern for PSA_WANT_xxx symbols. Previously you had to specify
3288 * Fix "no symbols" warning issued by ranlib when building on Mac OS X. Fix