NCBI C++ ToolKit
|
Mbed TLS Platform time abstraction. More...
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | mbedtls_time time |
Typedefs | |
typedef time_t | mbedtls_time_t |
typedef int64_t | mbedtls_ms_time_t |
Functions | |
mbedtls_ms_time_t | mbedtls_ms_time (void) |
Get time in milliseconds. More... | |
Mbed TLS Platform time abstraction.
Definition in file platform_time.h.
#define mbedtls_time time |
Definition at line 71 of file platform_time.h.
typedef int64_t mbedtls_ms_time_t |
Definition at line 35 of file platform_time.h.
typedef time_t mbedtls_time_t |
Definition at line 27 of file platform_time.h.
mbedtls_ms_time_t mbedtls_ms_time | ( | void | ) |
Get time in milliseconds.