Home
last modified time | relevance | path

Searched refs:tt (Results 1 – 3 of 3) sorted by relevance

/mbedtls-development/library/
A Dplatform_util.c103 struct tm *mbedtls_platform_gmtime_r( const mbedtls_time_t *tt, in mbedtls_platform_gmtime_r() argument
107 return( ( gmtime_s( tm_buf, tt ) == 0 ) ? tm_buf : NULL ); in mbedtls_platform_gmtime_r()
109 return( gmtime_r( tt, tm_buf ) ); in mbedtls_platform_gmtime_r()
118 lt = gmtime( tt ); in mbedtls_platform_gmtime_r()
A Dx509.c904 mbedtls_time_t tt; in x509_get_current_time() local
907 tt = mbedtls_time( NULL ); in x509_get_current_time()
908 lt = mbedtls_platform_gmtime_r( &tt, &tm_buf ); in x509_get_current_time()
/mbedtls-development/include/mbedtls/
A Dplatform_util.h199 struct tm *mbedtls_platform_gmtime_r( const mbedtls_time_t *tt,

Completed in 4 milliseconds