Home
last modified time | relevance | path

Searched refs:mon (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/drivers/
H A Drtc.h25 #define RTC_TIME(year, mon, mday, wday, hour, min, sec, ms) \ argument
28 .tm_mon = (mon), \
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_crl.c616 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 Dx509.c570 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 Dx509_crt.c1791 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 Dx509.h247 int year, mon, day; /**< Date. */ member
/optee_os/core/arch/arm/dts/
H A Dfsl-lx2160a.dtsi539 sec_mon: sec-mon@1e90000 {
540 compatible = "fsl,lx2160a-sec-mon";