Searched refs:mon (Results 1 – 6 of 6) 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 28 .tm_mon = (mon), \
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | x509_crl.c | 616 crl->this_update.year, crl->this_update.mon, in mbedtls_x509_crl_info() 623 crl->next_update.year, crl->next_update.mon, in mbedtls_x509_crl_info() 644 entry->revocation_date.year, entry->revocation_date.mon, in mbedtls_x509_crl_info()
|
| H A D | x509.c | 570 switch (t->mon) { in x509_date_is_valid() 635 tm->mon = x509_parse2_int(p + 2); 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() 1062 now->mon = tm.tm_mon + 1; in mbedtls_x509_time_gmtime()
|
| H A D | x509_crt.c | 1791 crt->valid_from.year, crt->valid_from.mon, in mbedtls_x509_crt_info() 1798 crt->valid_to.year, crt->valid_to.mon, in mbedtls_x509_crt_info()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | x509.h | 247 int year, mon, day; /**< Date. */ member
|
| /optee_os/core/arch/arm/dts/ |
| H A D | fsl-lx2160a.dtsi | 539 sec_mon: sec-mon@1e90000 { 540 compatible = "fsl,lx2160a-sec-mon";
|