Home
last modified time | relevance | path

Searched refs:date (Results 1 – 8 of 8) sorted by relevance

/optee_os/mk/
H A Dmacros.mk26 date-opts = -d @$(SOURCE_DATE_EPOCH)
28 DATE_STR = `LC_ALL=C date -u $(date-opts)`
/optee_os/core/drivers/
H A Datmel_rtc.c112 uint32_t date = 0; in atmel_decode_date() local
117 date = atmel_rtc_read(cal_reg); in atmel_decode_date()
119 (date != atmel_rtc_read(cal_reg))); in atmel_decode_date()
121 tm->tm_wday = bcd_decode(RTC_VAL(CAL_DAY, date)) - 1; in atmel_decode_date()
122 tm->tm_mday = bcd_decode(RTC_VAL(CAL_DATE, date)); in atmel_decode_date()
123 tm->tm_mon = bcd_decode(RTC_VAL(CAL_MONTH, date)) - 1; in atmel_decode_date()
124 tm->tm_year = bcd_decode(RTC_VAL(CAL_CENT, date)) * 100; in atmel_decode_date()
125 tm->tm_year += bcd_decode(RTC_VAL(CAL_YEAR, date)); in atmel_decode_date()
/optee_os/lib/libmbedtls/mbedtls/
H A DLICENSE95 as of the date such litigation is filed.
310 stating that you changed the files and the date of any change.
H A DREADME.md41 …pment are CMake and GNU Make. Those systems are always complete and up-to-date. The others should …
H A DChangeLog1 Mbed TLS ChangeLog (Sorted per branch, date)
4480 * Fix check for validity of date when parsing in mbedtls_x509_get_time().
5271 * The notAfter date of some certificates was no longer checked since 1.3.5.
5274 it is not affected (ie, its notAfter date is properly checked).
6183 the existing date check
/optee_os/lib/libutils/compiler-rt/
H A DLICENSE.TXT91 as of the date such litigation is filed.
/optee_os/core/lib/qcbor/
H A DREADME.md483 have no tags. "Borrowed" tag content formats (e.g. an epoch-based date
/optee_os/
H A DCHANGELOG.md512 # OP-TEE - version 3.14.0 (target date: 2021-07-16)