HomeSort by relevance Sort by last modified time
    Searched refs:sec (Results 276 - 300 of 321) sorted by null

<<111213

  /external/openssl/include/openssl/
ocsp.h 454 long sec, long maxsec);
ts.h 492 the sec and usec variables allocated by the caller.
494 typedef int (*TS_time_cb)(struct TS_resp_ctx *, void *, long *sec, long *usec);
566 '0' means sec, '3' msec, '6' usec, and so on. Default is 0. */
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client_write.c 59 WPA_PUT_BE32(conn->client_random, now.sec);
tlsv1_server_write.c 60 WPA_PUT_BE32(conn->server_random, now.sec);
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 636 void p2p_set_timeout(struct p2p_data *p2p, unsigned int sec,
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_write.c 60 WPA_PUT_BE32(conn->client_random, now.sec);
tlsv1_server_write.c 61 WPA_PUT_BE32(conn->server_random, now.sec);
  /external/wpa_supplicant_8/src/wps/
wps_common.c 250 val = os_random() ^ now.sec ^ now.usec;
wps_registrar.c 301 if (now.sec > pbc->timestamp.sec + WPS_PBC_WALK_TIME) {
363 if (now.sec > pbc->timestamp.sec + WPS_PBC_WALK_TIME) {
687 p->expiration.sec += timeout;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 1083 long sec; member in struct:__anon21562
    [all...]
  /bootable/recovery/updater/
install.c 307 int sec = strtol(sec_str, NULL, 10); local
310 fprintf(ui->cmd_pipe, "progress %f %d\n", frac, sec);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 1151 uptime = (now.sec - data->start_time.sec) * 100 +
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
peerkey.c 587 peerkey->expiration = now.sec + lifetime;
770 peerkey->expiration = now.sec + lifetime;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 1325 void WpaGui::showTrayMessage(QSystemTrayIcon::MessageIcon type, int sec,
1334 tray_icon->showMessage(qAppName(), msg, type, sec * 1000);
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 588 peerkey->expiration = now.sec + lifetime;
773 peerkey->expiration = now.sec + lifetime;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 1343 void WpaGui::showTrayMessage(QSystemTrayIcon::MessageIcon type, int sec,
1352 tray_icon->showMessage(qAppName(), msg, type, sec * 1000);
    [all...]
  /external/netperf/
netlib.c 1051 fprintf(where,"setting the interval timer to %d sec %d usec ",
3020 int sec, local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 218 * @sec: Number of seconds after which to time out authentication
225 int sec, int usec)
231 wpa_dbg(wpa_s, MSG_DEBUG, "Setting authentication timeout: %d sec "
232 "%d usec", sec, usec);
234 eloop_register_timeout(sec, usec, wpa_supplicant_timeout, wpa_s, NULL);
    [all...]
  /frameworks/base/core/java/android/content/
SyncManager.java 1383 final long sec = diff % 3600; local
    [all...]
  /external/libvpx/mkvparser/
mkvparser.cpp 2114 const long long sec = (ns + 999999999LL) \/ 1000000000LL; local
2190 const long long sec = (ns + 999999999LL) \/ 1000000000LL; local
2982 const long long sec = (ns + 999999999LL) \/ 1000000000LL; local
    [all...]
  /external/svox/pico/lib/
picoos.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 204 tu = (passed.sec * 1000000 + passed.usec) / 1024;
255 os_memcpy(key, &now.sec, 4);
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/sec/
SECNamedCurves.java 1 package org.bouncycastle.asn1.sec;
    [all...]
  /external/libxslt/libxslt/
xsltInternals.h 1727 void * sec; \/* the security preferences if any *\/ member in struct:_xsltTransformContext
    [all...]

Completed in 1692 milliseconds

<<111213