Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dplatform_util.c104 struct tm *tm_buf ) 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()
122 memcpy( tm_buf, lt, sizeof( struct tm ) ); in mbedtls_platform_gmtime_r()
130 return( ( lt == NULL ) ? NULL : tm_buf ); in mbedtls_platform_gmtime_r()
A Dx509.c908 struct tm *lt, tm_buf; in x509_get_current_time() local
913 lt = mbedtls_platform_gmtime_r( &tt, &tm_buf ); in x509_get_current_time()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dplatform_util.h276 struct tm *tm_buf );

Completed in 4 milliseconds