Searched refs:tt (Results 1 – 3 of 3) sorted by relevance
103 struct tm *mbedtls_platform_gmtime_r( const mbedtls_time_t *tt, in mbedtls_platform_gmtime_r() argument107 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()
904 mbedtls_time_t tt; in x509_get_current_time() local907 tt = mbedtls_time( NULL ); in x509_get_current_time()908 lt = mbedtls_platform_gmtime_r( &tt, &tm_buf ); in x509_get_current_time()
199 struct tm *mbedtls_platform_gmtime_r( const mbedtls_time_t *tt,
Completed in 4 milliseconds