|
Mbed TLS v4.0.0
|
Mbed TLS Platform time abstraction. More...
#include "tf-psa-crypto/build_info.h"

Go to the source code of this file.
Typedefs | |
| typedef MBEDTLS_PLATFORM_TIME_TYPE_MACRO | mbedtls_time_t |
| typedef MBEDTLS_PLATFORM_MS_TIME_TYPE_MACRO | mbedtls_ms_time_t |
Functions | |
| mbedtls_ms_time_t | mbedtls_ms_time (void) |
| Get time in milliseconds. More... | |
| int | mbedtls_platform_set_time (mbedtls_time_t(*time_func)(mbedtls_time_t *time)) |
| Set your own time function pointer. More... | |
Variables | |
| mbedtls_time_t(* | mbedtls_time )(mbedtls_time_t *time) |
Mbed TLS Platform time abstraction.
Definition in file platform_time.h.
Definition at line 31 of file platform_time.h.
Definition at line 23 of file platform_time.h.
| mbedtls_ms_time_t mbedtls_ms_time | ( | void | ) |
Get time in milliseconds.
| int mbedtls_platform_set_time | ( | mbedtls_time_t(*)(mbedtls_time_t *time) | time_func | ) |
Set your own time function pointer.
| time_func | the time function implementation |
| mbedtls_time_t(* mbedtls_time)(mbedtls_time_t *time) |
1.8.6