Lines Matching refs:time
30 …ures with a significant impact on the code size or attack surface should have a compile-time guard.
36 … depend on `MBEDTLS_TEST_HOOKS` (see [“rules for compile-time options”](#rules-for-compile-time-op…
49 > # and not expected to be raised any time soon) is less than the maximum
53 ### Rules for compile-time options
55 …e following rules. For more information, see the [rationale](#guidelines-for-compile-time-options).
67 … can be replaced at compile time to support alternative platforms, the test code should be compati…
180 …tation is that the test-only interfaces must not be hidden at link time (but link-time hiding is n…
207 ### Compile-time options
209 …e in the product for testing, but not in production, we can add a compile-time option to enable it…
221 #### Guidelines for compile-time options
223 * **Minimize the number of compile-time options.**<br>
225 * **Merely enabling the compile-time option should not change the behavior.**<br>
235 * We can inject external libraries at link time. This can be a way to make system functions fail.
350 …s, so the tests should be exhaustive. This probably requires some compile-time analysis (perhaps t…
358 Solution ([compile-time option](#compile-time-options)): replace entropy initialization functions b…