Searched refs:hour (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/include/drivers/ |
| H A D | rtc.h | 25 #define RTC_TIME(year, mon, mday, wday, hour, min, sec, ms) \ argument 31 .tm_hour = (hour), \
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | x509_crl.c | 617 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 D | x509.c | 590 (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 D | x509_crt.c | 1792 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 D | x509.h | 248 int hour, min, sec; /**< Time. */ member
|