Searched refs:mbedtls_platform_gmtime_r (Results 1 – 5 of 5) sorted by relevance
106 struct tm *mbedtls_platform_gmtime_r( const mbedtls_time_t *tt, in mbedtls_platform_gmtime_r() function
901 lt = mbedtls_platform_gmtime_r( &tt, &tm_buf ); in x509_get_current_time()
177 struct tm *mbedtls_platform_gmtime_r( const mbedtls_time_t *tt,
141 * mbedtls_platform_gmtime_r() (see below).148 * \note mbedtls_platform_gmtime_r() is an abstraction in platform_util.h that150 * the documentation for mbedtls_platform_gmtime_r() for more information.153 * mbedtls_platform_gmtime_r() at compile-time by using the macro3244 * mbedtls_platform_gmtime_r(). This replaces the default implementation in3250 * system, the implementation of mbedtls_platform_gmtime_r() will default to3256 * unconditionally use the implementation for mbedtls_platform_gmtime_r()
214 * Extend the platform module with an abstraction mbedtls_platform_gmtime_r()
Completed in 14 milliseconds