Home
last modified time | relevance | path

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

1234

/third_party/boost/libs/locale/doc/html/
Dresize.js25 function writeCookie(cookie, val, expiration) argument
28 if (expiration == null)
32 expiration = date.toGMTString();
34 …document.cookie = cookie_namespace + "_" + cookie + "=" + val + "; expires=" + expiration+"; path=…
/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/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.c954 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()
Dpmksa_cache_auth.h22 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/grpc/src/core/lib/security/credentials/jwt/
Djson_token.cc170 gpr_timespec expiration = gpr_time_add(now, token_lifetime); in encoded_jwt_claim() local
173 expiration = gpr_time_add(now, grpc_max_auth_token_lifetime()); in encoded_jwt_claim()
180 {"exp", expiration.tv_sec}, in encoded_jwt_claim()
/third_party/grpc/test/core/security/
Djson_token_test.cc269 gpr_timespec expiration = gpr_time_0(GPR_CLOCK_REALTIME); in check_jwt_claim() local
272 expiration.tv_sec = strtol(value.string_value().c_str(), nullptr, 10); in check_jwt_claim()
279 gpr_timespec parsed_lifetime = gpr_time_sub(expiration, issue_time); in check_jwt_claim()
/third_party/boost/libs/hof/doc/html/_static/
Dwebsupport.js412 var expiration = new Date();
413 expiration.setDate(expiration.getDate() + 365);
415 ';expires=' + expiration.toUTCString();
/third_party/boost/libs/gil/doc/html/_static/
Dwebsupport.js412 var expiration = new Date();
413 expiration.setDate(expiration.getDate() + 365);
415 ';expires=' + expiration.toUTCString();
/third_party/boost/libs/python/doc/html/numpy/_static/
Dwebsupport.js412 var expiration = new Date();
413 expiration.setDate(expiration.getDate() + 365);
415 ';expires=' + expiration.toUTCString();
/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/iptables/extensions/
Dlibxt_conntrack.txlate38 nft add rule ip filter INPUT ct expiration 3 counter accept
44 …n original ct original protocol 6 ct state new ct status seen-reply ct expiration 10 ct original s…
/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/tzdata/
Dleap-seconds.list186 # 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/flutter/skia/third_party/externals/sdl/src/events/
DSDL_events.c430 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/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)

1234