• Home
  • Raw
  • Download

Lines Matching refs:mechanism

1 Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS
18 …edtls_config.h`). This mechanism is based on two main sets of symbols: `MBEDTLS_xxx_C` controls th…
22 …ryptographic mechanism (or, with **fallback**, the built-in implementation is tried if the driver …
24 …nd `ecdsa` modules. Also the availability of a transparent driver for a mechanism does not transla…
30 [Req.inclusion] If the application does not require a mechanism, a suitably configured Mbed TLS bui…
34 [Req.c] The configuration mechanism consists of C preprocessor definitions, and the build does not …
36 [Req.adaptability] The implementation of the mechanism must be adaptable with future evolution of t…
40 [Limitation.matrix] If a mechanism is defined by a combination of algorithms and key types, for exa…
46 …rform an operation, for example single-part and multi-part, there is no mechanism to select only o…
71 …es conditional compilation based on the availability of a cryptographic mechanism through the PSA …
103mechanism is supported. Parameters must themselves be included through their own `PSA_WANT_ALG_xx…
134 …sizes.h`, and application code that's specific to a given cryptographic mechanism. In Mbed TLS its…
164 A mechanism similar to `mbedtls/check_config.h` detects errors such as enabling ECDSA but no curve.
178 #### Conditional inclusion of mechanism-specific code
184 ### JSON configuration mechanism
186 At the time of writing, the preferred configuration mechanism for a PSA service is in JSON syntax. …
188mechanism would be similar to capability specifications of transparent drivers. The same JSON prop…
192 The JSON capability language allows a more fine-grained selection than the C mechanism proposed her…
194 The JSON capability language can be translated approximately to the boolean symbol mechanism propos…
196 The boolean symbol mechanism proposed here can be translated to a list of JSON capabilities: for ea…
226 If a mechanism should only be supported in an opaque driver, what does the core need to know about …
228 This is especially relevant to suppress a mechanism completely if there is no matching algorithm. F…