Searched refs:tt (Results 1 – 4 of 4) sorted by relevance
176 struct tm *mbedtls_platform_gmtime_r(const mbedtls_time_t *tt, in mbedtls_platform_gmtime_r() argument181 return (gmtime_s(tt, tm_buf) == 0) ? NULL : tm_buf; in mbedtls_platform_gmtime_r()184 return (gmtime_s(tm_buf, tt) == 0) ? tm_buf : NULL; in mbedtls_platform_gmtime_r()187 return gmtime_r(tt, tm_buf); in mbedtls_platform_gmtime_r()197 lt = gmtime(tt); in mbedtls_platform_gmtime_r()
1053 int mbedtls_x509_time_gmtime(mbedtls_time_t tt, mbedtls_x509_time *now) in mbedtls_x509_time_gmtime() argument1057 if (mbedtls_platform_gmtime_r(&tt, &tm) == NULL) { in mbedtls_x509_time_gmtime()
189 struct tm *mbedtls_platform_gmtime_r(const mbedtls_time_t *tt,
397 int mbedtls_x509_time_gmtime(mbedtls_time_t tt, mbedtls_x509_time *now);