/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | pmksa_cache_auth.c | 115 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()
|
D | ctrl_iface_ap.c | 901 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()
|
D | pmksa_cache_auth.h | 22 os_time_t expiration; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | pmksa_cache_auth.c | 115 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()
|
D | ctrl_iface_ap.c | 954 int akmp = 0, expiration = 0; in hostapd_ctrl_iface_pmksa_add() local 987 if (sscanf(pos, "%d %d", &expiration, &akmp) != 2) in hostapd_ctrl_iface_pmksa_add() 991 pmkid, expiration, akmp); in hostapd_ctrl_iface_pmksa_add() 1011 int expiration; in hostapd_ctrl_iface_pmksa_create_entry() local 1042 if (sscanf(pos, "%d", &expiration) != 1) in hostapd_ctrl_iface_pmksa_create_entry() 1045 return wpa_auth_pmksa_create_entry(aa, spa, pmk, pmkid, expiration); in hostapd_ctrl_iface_pmksa_create_entry()
|
D | pmksa_cache_auth.h | 22 os_time_t expiration; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ptksa_cache.c | 48 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()
|
D | ptksa_cache.h | 23 os_time_t expiration; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | pmksa_cache.c | 66 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()
|
D | pmksa_cache.h | 20 os_time_t expiration; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | pmksa_cache.c | 62 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()
|
D | pmksa_cache.h | 20 os_time_t expiration; member
|
/third_party/rust/crates/nix/src/sys/ |
D | timer.rs | 130 expiration: Expiration, in set() 133 let timerspec: TimerSpec = expiration.into(); in set()
|
D | timerfd.rs | 142 expiration: Expiration, in set() 145 let timerspec: TimerSpec = expiration.into(); in set()
|
/third_party/rust/crates/nix/test/ |
D | test_timer.rs | 53 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/ |
D | plan.txt | 73 - 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/ |
D | tzfile.5.txt | 103 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.
|
D | leap-seconds.list | 186 # The following entry specifies the expiration date of the data 188 # 1 January 1900, 00:00:00. This expiration date will be changed 194 # leap seconds.) This expiration date will be identified by a 202 # scheduled, then only the expiration date of the file will 250 # expiration time of the file, but not the
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | sessions.inc | 9 adding an expiration time to the cookie. The server creates a fresh session cookie whenever 43 @heading Remark: Session expiration
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_events.c | 430 Uint32 expiration = 0; in SDL_WaitEventTimeout() local 433 expiration = SDL_GetTicks() + timeout; in SDL_WaitEventTimeout() 445 if (timeout > 0 && SDL_TICKS_PASSED(SDL_GetTicks(), expiration)) { in SDL_WaitEventTimeout()
|
/third_party/mesa3d/.gitlab-ci/b2c/ |
D | b2c.yml.jinja2.jinja2 | 56 …{% for excl in job_volume_exclusions %},exclude={{ excl }}{% endfor %},expiration=pipeline_end,pre…
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_flush_sessions.pod | 29 expiration test, in most cases the actual time given by time(0)
|
D | SSL_CTX_sess_set_cache_size.pod | 38 expiration of sessions.
|
/third_party/mesa3d/.gitlab/issue_templates/ |
D | Bug Report.md | 6 …//gitlab.freedesktop.org/-/snippets/new, attachments, or a pastebin with a long expiration instead.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | lto.h | 880 unsigned expiration);
|