Lines Matching refs:alternative
12 …MBEDTLS_PLATFORM_XXX_ALT` and [register an alternative implementation during the platform setup](#…
16 For timing functions, you can [declare an alternative implementation of the timing module](#module-…
18 On multithreaded platforms, [declare an alternative implementation of the threading module](#module…
22 For networking, the `net_sockets` module does not currently support alternative implementations. If…
24 …alternative implementation of the corresponding module(s)](#module-alternative-implementations) or…
32 ## Module alternative implementations
34 …d modules (threading, timing). Such custom implementations are called “alternative implementations…
36 The general principle of an alternative implementation is:
45 Generally, alternative implementations can define their context types to any C type except incomple…
47 …nd modifications to it do not need to be supported. For example, if an alternative implementation …
66 ## Function alternative implementations
68 … set of functions instead of [providing an alternative implementation of the whole module](#module…
72 …entation of the function will not be compiled, and you must provide an alternative implementation …
78 …alternative implementations of individual functions cooperate with the built-in implementation of …
85 …ation of your application, set the global variable `mbedtls_xxx` to an alternative implementation …