Searched refs:day (Results 1 – 4 of 4) sorted by relevance
| /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 | 587 if ((unsigned int) (t->day - 1) >= month_days || /* (1 - days in month) */ in x509_date_is_valid() 636 tm->day = x509_parse2_int(p + 4); in x509_parse_time() 1041 x = (((t1->year << 9) | (t1->mon << 5) | (t1->day)) - in mbedtls_x509_time_cmp() 1042 ((t2->year << 9) | (t2->mon << 5) | (t2->day))); in mbedtls_x509_time_cmp() 1063 now->day = tm.tm_mday; 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 | 247 int year, mon, day; /**< Date. */ member
|