Lines Matching refs:symbol
24 …raphy. For example, many parts of the ECC code have no `MBEDTLS_xxx_ALT` symbol, so a platform wit…
52 …ls of the form `PSA_WANT_xxx` where `xxx` describes the feature that the symbol enables. The symbo…
54 The symbol `MBEDTLS_PSA_CRYPTO_CONFIG` in `mbedtls/mbedtls_config.h` determines whether `psa/crypto…
61 #### Configuration symbol syntax
63 A PSA Crypto configuration symbol is a C preprocessor symbol whose name starts with `PSA_WANT_`.
65 * If the symbol is not defined, the corresponding feature is not included.
66 * If the symbol is defined to a preprocessor expression with the value `1`, the corresponding featu…
67 * If the symbol is defined with a different value, the behavior is currently undefined and reserved…
69 #### Configuration symbol usage
71 The presence of a symbol `PSA_WANT_xxx` in the Mbed TLS configuration determines whether a feature …
77 #### Configuration symbol semantics
83 For most constant or constructor macros of the form `PSA_KEY_TYPE_xxx`, the symbol **`PSA_WANT_KEY_…
98 …s, only the specified curves are included. To include a curve, include a symbol of the form **`PSA…
100 …e general principle that `PSA_ECC_FAMILY_xxx` would have a corresponding symbol `PSA_WANT_ECC_FAMI…
110 For each constant or constructor macro of the form `PSA_ALG_xxx`, the symbol **`PSA_WANT_ALG_xxx`**…
112 …symbol indicates whether the base mechanism is supported. Parameters must themselves be included t…
131 ### Architecture of symbol definitions
153 * (U) indicates a symbol that is defined by the user (application).
154 * (D) indicates a symbol that is deduced from other symbols by code that ships with Mbed TLS.
155 * (G) indicates a symbol that is generated from driver descriptions.
177 #### Automatic generation of preprocessor symbol manipulations
179 A lot of the preprocessor symbol manipulation is systematic calculations that analyze the configura…
203 The JSON capability language can be translated approximately to the boolean symbol mechanism propos…
205 The boolean symbol mechanism proposed here can be translated to a list of JSON capabilities: for ea…