Lines Matching full:implementations
1 Alternative implementations of Mbed TLS functionality
12 …n alternative implementation during the platform setup](#alternative-implementations-of-platform-f…
16 … [declare an alternative implementation of the timing module](#module-alternative-implementations).
18 …eclare an alternative implementation of the threading module](#module-alternative-implementations).
22 For networking, the `net_sockets` module does not currently support alternative implementations. If…
24 …ding module(s)](#module-alternative-implementations) or [of specific functions](#function-alternat…
32 ## Module alternative implementations
34 …es (threading, timing). Such custom implementations are called “alternative implementations”, or “…
45 Generally, alternative implementations can define their context types to any C type except incomple…
64 …f a context does not remain valid across function calls. Alternative implementations do not need t…
66 ## Function alternative implementations
68 …[providing an alternative implementation of the whole module](#module-alternative-implementations).
70 ### Alternative implementations of cryptographic functions argument
78 …implementations of individual functions cooperate with the built-in implementation of other functi…
80 ### Alternative implementations of platform functions argument