Home
last modified time | relevance | path

Searched refs:expiration (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dpmksa_cache_auth.c115 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { in pmksa_cache_expire()
134 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration()
232 if (pos->expiration > entry->expiration) in pmksa_cache_link_entry()
343 entry->expiration = now.sec; in pmksa_cache_auth_create_entry()
345 entry->expiration += session_timeout; in pmksa_cache_auth_create_entry()
347 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_create_entry()
406 entry->expiration = old_entry->expiration; in pmksa_cache_add_okc()
654 (int) (entry->expiration - now.sec), in pmksa_cache_auth_list()
719 (int) (entry->expiration - now.sec)); in pmksa_cache_auth_list_mesh()
Dctrl_iface_ap.c901 int akmp = 0, expiration = 0; in hostapd_ctrl_iface_pmksa_add() local
934 if (sscanf(pos, "%d %d", &expiration, &akmp) != 2) in hostapd_ctrl_iface_pmksa_add()
938 pmkid, expiration, akmp); in hostapd_ctrl_iface_pmksa_add()
958 int expiration; in hostapd_ctrl_iface_pmksa_create_entry() local
989 if (sscanf(pos, "%d", &expiration) != 1) in hostapd_ctrl_iface_pmksa_create_entry()
992 return wpa_auth_pmksa_create_entry(aa, spa, pmk, pmkid, expiration); in hostapd_ctrl_iface_pmksa_create_entry()
Dpmksa_cache_auth.h22 os_time_t expiration; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dpmksa_cache_auth.c115 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { in pmksa_cache_expire()
134 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration()
232 if (pos->expiration > entry->expiration) in pmksa_cache_link_entry()
343 entry->expiration = now.sec; in pmksa_cache_auth_create_entry()
345 entry->expiration += session_timeout; in pmksa_cache_auth_create_entry()
347 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_create_entry()
406 entry->expiration = old_entry->expiration; in pmksa_cache_add_okc()
660 (int) (entry->expiration - now.sec), in pmksa_cache_auth_list()
725 (int) (entry->expiration - now.sec)); in pmksa_cache_auth_list_mesh()
Dctrl_iface_ap.c958 int akmp = 0, expiration = 0; in hostapd_ctrl_iface_pmksa_add() local
991 if (sscanf(pos, "%d %d", &expiration, &akmp) != 2) in hostapd_ctrl_iface_pmksa_add()
995 pmkid, expiration, akmp); in hostapd_ctrl_iface_pmksa_add()
1015 int expiration; in hostapd_ctrl_iface_pmksa_create_entry() local
1046 if (sscanf(pos, "%d", &expiration) != 1) in hostapd_ctrl_iface_pmksa_create_entry()
1049 return wpa_auth_pmksa_create_entry(aa, spa, pmk, pmkid, expiration); in hostapd_ctrl_iface_pmksa_create_entry()
Dpmksa_cache_auth.h22 os_time_t expiration; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dptksa_cache.c48 if (e->expiration > now.sec) in ptksa_cache_expire()
77 sec = e->expiration - now.sec; in ptksa_cache_set_expiration()
187 e->expiration - now.sec); in ptksa_cache_list()
296 entry->expiration = now.sec + life_time; in ptksa_cache_add()
299 if (tmp->expiration > entry->expiration) { in ptksa_cache_add()
Dptksa_cache.h23 os_time_t expiration; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dpmksa_cache.c66 while (entry && entry->expiration <= now.sec) { in pmksa_cache_expire()
116 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration()
128 sec = entry->expiration - now.sec; in pmksa_cache_set_expiration()
201 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime; in pmksa_cache_add()
294 if (pos->expiration > entry->expiration) in pmksa_cache_add_entry()
422 os_time_t old_expiration = old_entry->expiration; in pmksa_cache_clone_entry()
439 new_entry->expiration = old_expiration; in pmksa_cache_clone_entry()
659 (int) (entry->expiration - now.sec), in pmksa_cache_list()
729 if (entry->expiration - now.sec < 1 || in pmksa_cache_reconfig()
733 life_time = entry->expiration - now.sec; in pmksa_cache_reconfig()
Dpmksa_cache.h20 os_time_t expiration; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dpmksa_cache.c62 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { in pmksa_cache_expire()
93 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration()
159 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime; in pmksa_cache_add()
251 if (pos->expiration > entry->expiration) in pmksa_cache_add_entry()
373 os_time_t old_expiration = old_entry->expiration; in pmksa_cache_clone_entry()
385 new_entry->expiration = old_expiration; in pmksa_cache_clone_entry()
573 (int) (entry->expiration - now.sec), in pmksa_cache_list()
Dpmksa_cache.h20 os_time_t expiration; member
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
DMessageFormat2Test.java51 Date expiration = new Date(2022 - 1900, java.util.Calendar.OCTOBER, 27); in testDateFormat() local
57 mf2.formatToString(Args.of("exp", expiration))); in testDateFormat()
64 mf2.formatToString(Args.of("exp", expiration))); in testDateFormat()
70 mf2.formatToString(Args.of("exp", expiration))); in testDateFormat()
76 mf2.formatToString(Args.of("exp", expiration))); in testDateFormat()
82 mf2.formatToString(Args.of("exp", expiration))); in testDateFormat()
98 mf2.formatToString(Args.of("exp", expiration))); in testDateFormat()
/third_party/node/deps/v8/infra/testing/
Dbuilders.pyl857 'expiration': 14400,
1283 'expiration': 14400,
1296 'expiration': 14400,
1423 'expiration': 14400,
1537 'expiration': 14400,
1553 'expiration': 14400,
1568 'expiration': 14400,
1583 'expiration': 14400,
1675 'expiration': 21600,
1704 'expiration': 21600,
[all …]
/third_party/rust/crates/nix/src/sys/
Dtimer.rs130 expiration: Expiration, in set()
133 let timerspec: TimerSpec = expiration.into(); in set()
Dtimerfd.rs142 expiration: Expiration, in set()
145 let timerspec: TimerSpec = expiration.into(); in set()
/third_party/rust/crates/nix/test/
Dtest_timer.rs53 let expiration = Expiration::Interval(TIMER_PERIOD.into()); in alarm_fires() localVariable
55 timer.set(expiration, flags).expect("could not set timer"); in alarm_fires()
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt73 - Set timer expiration to: 0, a large number, all the dates that were
83 expiration time.)
84 - Test out all the various events that can be sent for a timer expiration.
/third_party/tzdata/
Dtzfile.5.txt103 pair denotes the leap second table's expiration time. Each leap
177 the last entry denotes the expiration of the leap second table instead
178 of a leap second; timestamps after this expiration are unreliable in
180 expiration, and the added leap seconds will change how post-expiration
206 When a TZif file contains a leap second table expiration time, TZif
207 readers should either refuse to process post-expiration timestamps, or
208 process them as if the expiration time did not exist (possibly with an
280 tables are truncated at the start or that end in expiration times.
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dsessions.inc9 adding an expiration time to the cookie. The server creates a fresh session cookie whenever
43 @heading Remark: Session expiration
/third_party/curl/docs/
DALTSVC.md32 7. The expiration date and time of this entry within double quotes. The date format is "YYYYMMDD HH…
/third_party/openssl/doc/man3/
DSSL_CTX_flush_sessions.pod29 expiration test, in most cases the actual time given by time(0)
DSSL_CTX_sess_set_cache_size.pod38 expiration of sessions.
/third_party/mesa3d/.gitlab-ci/b2c/
Db2c.yml.jinja2.jinja256 …{% for excl in job_volume_exclusions %},exclude={{ excl }}{% endfor %},expiration=pipeline_end,pre…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
Dlto.h880 unsigned expiration);

1234