Home
last modified time | relevance | path

Searched refs:hour (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/include/drivers/
H A Drtc.h25 #define RTC_TIME(year, mon, mday, wday, hour, min, sec, ms) \ argument
31 .tm_hour = (hour), \
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_crl.c617 crl->this_update.day, crl->this_update.hour, in mbedtls_x509_crl_info()
624 crl->next_update.day, crl->next_update.hour, in mbedtls_x509_crl_info()
645 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
H A Dx509.c590 (unsigned int) t->hour > 23 || /* (0 - 23) */ in x509_date_is_valid()
637 tm->hour = x509_parse2_int(p + 6); in x509_parse_time()
1047 x = (((t1->hour << 12) | (t1->min << 6) | (t1->sec)) - in mbedtls_x509_time_cmp()
1048 ((t2->hour << 12) | (t2->min << 6) | (t2->sec))); in mbedtls_x509_time_cmp()
1064 now->hour = tm.tm_hour; in mbedtls_x509_time_gmtime()
H A Dx509_crt.c1792 crt->valid_from.day, crt->valid_from.hour, in mbedtls_x509_crt_info()
1799 crt->valid_to.day, crt->valid_to.hour, in mbedtls_x509_crt_info()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509.h248 int hour, min, sec; /**< Time. */ member