Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dplatform_util.c103 struct tm *mbedtls_platform_gmtime_r( const mbedtls_time_t *tt, in mbedtls_platform_gmtime_r()
104 struct tm *tm_buf ) in mbedtls_platform_gmtime_r()
111 struct tm *lt; in mbedtls_platform_gmtime_r()
122 memcpy( tm_buf, lt, sizeof( struct tm ) ); in mbedtls_platform_gmtime_r()
A Dx509.c552 if ( tm->year < 50 ) in x509_parse_time()
553 tm->year += 100; in x509_parse_time()
555 tm->year += 1900; in x509_parse_time()
558 CHECK( x509_parse_int( p, 2, &tm->mon ) ); in x509_parse_time()
559 CHECK( x509_parse_int( p, 2, &tm->day ) ); in x509_parse_time()
560 CHECK( x509_parse_int( p, 2, &tm->hour ) ); in x509_parse_time()
561 CHECK( x509_parse_int( p, 2, &tm->min ) ); in x509_parse_time()
568 CHECK( x509_parse_int( p, 2, &tm->sec ) ); in x509_parse_time()
589 CHECK( x509_date_is_valid( tm ) ); in x509_parse_time()
600 mbedtls_x509_time *tm ) in mbedtls_x509_get_time() argument
[all …]
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dplatform_util.h186 struct tm *mbedtls_platform_gmtime_r( const mbedtls_time_t *tt,
187 struct tm *tm_buf );
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dplatform_util.h186 struct tm *mbedtls_platform_gmtime_r( const mbedtls_time_t *tt,
187 struct tm *tm_buf );
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dplatform_util.h186 struct tm *mbedtls_platform_gmtime_r( const mbedtls_time_t *tt,
187 struct tm *tm_buf );
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dplatform_util.h186 struct tm *mbedtls_platform_gmtime_r( const mbedtls_time_t *tt,
187 struct tm *tm_buf );
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dplatform_util.h186 struct tm *mbedtls_platform_gmtime_r( const mbedtls_time_t *tt,
187 struct tm *tm_buf );

Completed in 7 milliseconds