Searched refs:tt (Results 1 – 2 of 2) 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()
114 struct tm *mbedtls_platform_gmtime_r( const mbedtls_time_t *tt,