Searched refs:os_mktime (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.7.0/components/wpa_supplicant/port/include/ |
D | os.h | 100 int os_mktime(int year, int month, int day, int hour, int min, int sec,
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/utils/ |
D | common.c | 500 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() function
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/tls/ |
D | x509v3.c | 669 if (os_mktime(year, month, day, hour, min, sec, val) < 0) { in x509_parse_time()
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 4774 if (os_mktime(year, month, day, hour, min, sec, &utime) < 0) { in dpp_key_expired()
|