Home
last modified time | relevance | path

Searched refs:sec (Results 951 - 975 of 1492) sorted by relevance

1...<<31323334353637383940>>...60

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_teap.c260 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) { in eap_teap_session_ticket_cb()
263 lifetime, now.sec); in eap_teap_session_ticket_cb()
273 } else if (lifetime - now.sec < data->pac_key_refresh_time) { in eap_teap_session_ticket_cb()
750 WPA_PUT_BE32(pos, now.sec + data->pac_key_lifetime); in eap_teap_build_pac()
820 wpabuf_put_be32(buf, now.sec + data->pac_key_lifetime); in eap_teap_build_pac()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.c237 * @sec: Number of seconds after which to time out authentication
244 int sec, int usec) in wpa_supplicant_req_auth_timeout()
250 wpa_dbg(wpa_s, MSG_DEBUG, "Setting authentication timeout: %d sec " in wpa_supplicant_req_auth_timeout()
251 "%d usec", sec, usec); in wpa_supplicant_req_auth_timeout()
253 wpa_s->last_auth_timeout_sec = sec; in wpa_supplicant_req_auth_timeout()
254 eloop_register_timeout(sec, usec, wpa_supplicant_timeout, wpa_s, NULL); in wpa_supplicant_req_auth_timeout()
269 "Authentication timeout restart: %d sec", new_sec); in wpas_auth_timeout_restart()
864 wpa_s->roam_start.sec = 0; in wpa_supplicant_set_state()
871 wpa_s->roam_start.sec = 0; in wpa_supplicant_set_state()
873 wpa_s->roam_time.sec in wpa_supplicant_set_state()
243 wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s, int sec, int usec) wpa_supplicant_req_auth_timeout() argument
7481 wpa_bss_tmp_disallow(struct wpa_supplicant *wpa_s, const u8 *bssid, unsigned int sec, int rssi_threshold) global() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant.c281 * @sec: Number of seconds after which to time out authentication
288 int sec, int usec) in wpa_supplicant_req_auth_timeout()
294 wpa_dbg(wpa_s, MSG_DEBUG, "Setting authentication timeout: %d sec " in wpa_supplicant_req_auth_timeout()
295 "%d usec", sec, usec); in wpa_supplicant_req_auth_timeout()
297 wpa_s->last_auth_timeout_sec = sec; in wpa_supplicant_req_auth_timeout()
298 eloop_register_timeout(sec, usec, wpa_supplicant_timeout, wpa_s, NULL); in wpa_supplicant_req_auth_timeout()
313 "Authentication timeout restart: %d sec", new_sec); in wpas_auth_timeout_restart()
1002 wpa_s->roam_start.sec = 0; in wpa_supplicant_set_state()
1009 wpa_s->roam_start.sec = 0; in wpa_supplicant_set_state()
1011 wpa_s->roam_time.sec in wpa_supplicant_set_state()
287 wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s, int sec, int usec) wpa_supplicant_req_auth_timeout() argument
8987 wpa_bss_tmp_disallow(struct wpa_supplicant *wpa_s, const u8 *bssid, unsigned int sec, int rssi_threshold) global() argument
[all...]
/drivers/hdf_core/framework/model/sensor/driver/ppg/
H A Dsensor_ppg_driver.c55 event.timestamp = time.sec * SENSOR_SECOND_CONVERT_NANOSECOND + time.usec * SENSOR_CONVERT_UNIT; in ReportPpgData()
/drivers/hdf_core/framework/model/sensor/driver/accel/
H A Dsensor_gravity_driver.c68 event.timestamp = time.sec * SENSOR_SECOND_CONVERT_NANOSECOND + time.usec * SENSOR_CONVERT_UNIT; in GravityDataWorkEntry()
/kernel/linux/linux-5.10/arch/arm/mach-tegra/
H A Dreset-handler.S100 .arch_extension sec
/kernel/linux/linux-5.10/arch/arm/xen/
H A Denlighten.c83 now.tv_sec = ((uint64_t)wall_clock->sec_hi << 32) | wall_clock->sec; in xen_read_wallclock()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H A Digc_hw.h230 u64 sec; member
/kernel/linux/linux-6.6/arch/arm/mach-tegra/
H A Dreset-handler.S102 .arch_extension sec
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h148 * @sec: security information.
153 struct brcmf_cfg80211_security sec; member
/kernel/linux/linux-5.10/include/xen/interface/
H A Dplatform.h151 uint8_t sec; member
/kernel/linux/linux-5.10/include/linux/
H A Darm-smccc.h225 #include <asm/opcodes-sec.h>
/kernel/linux/linux-6.6/include/linux/
H A Darm-smccc.h397 #include <asm/opcodes-sec.h>
H A Dfs.h1539 time64_t sec, long nsec) in inode_set_atime()
1541 struct timespec64 ts = { .tv_sec = sec, in inode_set_atime()
1569 time64_t sec, long nsec) in inode_set_mtime()
1571 struct timespec64 ts = { .tv_sec = sec, in inode_set_mtime()
1601 * @sec: tv_sec value to set
1604 * Set the ctime in @inode to { @sec, @nsec }
1607 time64_t sec, long nsec) in inode_set_ctime()
1609 struct timespec64 ts = { .tv_sec = sec, in inode_set_ctime()
1538 inode_set_atime(struct inode *inode, time64_t sec, long nsec) inode_set_atime() argument
1568 inode_set_mtime(struct inode *inode, time64_t sec, long nsec) inode_set_mtime() argument
1606 inode_set_ctime(struct inode *inode, time64_t sec, long nsec) inode_set_ctime() argument
/kernel/linux/linux-6.6/include/xen/interface/
H A Dplatform.h134 uint8_t sec; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H A Digc_hw.h218 u64 sec; member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h148 * @sec: security information.
153 struct brcmf_cfg80211_security sec; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol.h150 bool filename__has_section(const char *filename, const char *sec);
H A Dsymbol-minimal.c389 bool filename__has_section(const char *filename __maybe_unused, const char *sec __maybe_unused) in filename__has_section()
/third_party/node/lib/internal/debugger/
H A Dinspect_client.js333 validateHandshake(requestKey, res.headers['sec-websocket-accept']);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dtzfmt.h915 * @param sec receives the second offset field
919 UVector* patternItems, UBool forceSingleHourDigit, int32_t& hour, int32_t& min, int32_t& sec) const;
1029 * Initialize localized GMT format offset hour/min/sec patterns.
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h915 * @param sec receives the second offset field
919 UVector* patternItems, UBool forceSingleHourDigit, int32_t& hour, int32_t& min, int32_t& sec) const;
1029 * Initialize localized GMT format offset hour/min/sec patterns.
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dtzfmt.h915 * @param sec receives the second offset field
919 UVector* patternItems, UBool forceSingleHourDigit, int32_t& hour, int32_t& min, int32_t& sec) const;
1029 * Initialize localized GMT format offset hour/min/sec patterns.
/kernel/linux/linux-6.6/kernel/module/
H A Dmain.c209 unsigned int sec = find_sec(info, name); in section_objs() local
212 *num = info->sechdrs[sec].sh_size / object_size; in section_objs()
213 return (void *)info->sechdrs[sec].sh_addr; in section_objs()
238 unsigned int sec = find_any_sec(info, name); in any_section_objs() local
241 *num = info->sechdrs[sec].sh_size / object_size; in any_section_objs()
242 return (void *)info->sechdrs[sec].sh_addr; in any_section_objs()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vfy.c1074 int day, sec; in get_crl_sk() local
1076 if (ASN1_TIME_diff(&day, &sec, X509_CRL_get0_lastUpdate(best_crl), in get_crl_sk()
1081 * and |sec|. in get_crl_sk()
1083 if (day <= 0 && sec <= 0) in get_crl_sk()
1861 int i, day, sec, ret = 0; in X509_cmp_time() local
1912 if (ASN1_TIME_diff(&day, &sec, ctm, asn1_cmp_time) == 0) in X509_cmp_time()
1919 ret = (day >= 0 && sec >= 0) ? -1 : 1; in X509_cmp_time()

Completed in 40 milliseconds

1...<<31323334353637383940>>...60