Home
last modified time | relevance | path

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

/optee_os/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.c901 struct tm *lt, tm_buf; in x509_get_current_time() local
906 lt = mbedtls_platform_gmtime_r( &tt, &tm_buf ); in x509_get_current_time()
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dplatform_util.h187 struct tm *tm_buf );
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dplatform_util.h187 struct tm *tm_buf );
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dplatform_util.h187 struct tm *tm_buf );
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dplatform_util.h187 struct tm *tm_buf );
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dplatform_util.h187 struct tm *tm_buf );

Completed in 10 milliseconds