Home
last modified time | relevance | path

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

/mcuboot-3.7.0/ext/mbedtls-asn1/src/
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()
/mcuboot-3.7.0/ext/mbedtls-asn1/include/mbedtls/
Dplatform_util.h114 struct tm *mbedtls_platform_gmtime_r( const mbedtls_time_t *tt,