HomeSort by relevance Sort by last modified time
    Searched refs:sec (Results 376 - 400 of 520) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/third_party/nss/ssl/
sslsock.c 436 ssl_DestroySecurityInfo(&ss->sec);
    [all...]
sslimpl.h 818 * until a session structure (the sec.ci.sid of an sslSocket) is setup
820 * (in sec.ci.sid.u.ssl3.signedCertTimestamps).
1216 sslSecurityInfo sec; \/* not a pointer any more *\/ member in struct:sslSocketStr
    [all...]
  /external/elfutils/src/
ar.c 826 time_t sec; member in struct:armem
1142 newp->sec = arhdr->ar_date;
1259 && found[cnt]->sec > st.st_mtime)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 240 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) {
242 "(lifetime=%ld now=%ld)", lifetime, now.sec);
252 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
712 WPA_PUT_BE32(pos, now.sec + data->pac_key_lifetime);
782 wpabuf_put_be32(buf, now.sec + data->pac_key_lifetime);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp 673 int32_t sec = cal->get(UCAL_SECOND, status); local
675 double firstMillisInDay = hr * 3600000 + min * 60000 + sec * 1000 + msec;
684 sec = cal->get(UCAL_SECOND, status);
686 double millisInDay = hr * 3600000.0 + min * 60000.0 + sec * 1000.0 + msec;
815 int32_t sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; local
851 cal3->set(year, month, day, hr, min, sec);
    [all...]
caltest.cpp 944 int32_t y = 1997, m = UCAL_FEBRUARY, d = 1, hr = 1, min = 1, sec = 0, ms = 0; local
    [all...]
tzbdtest.cpp 167 int32_t y, m, day, h, min, sec; local
168 dateToFields(d, y, m, day, h, min, sec);
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
player_testapi.js 158 * Go back. Will restart the current track if the current position is > 5 sec
  /external/icu4c/test/intltest/
tzbdtest.cpp 167 int32_t y, m, day, h, min, sec; local
168 dateToFields(d, y, m, day, h, min, sec);
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 76 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
80 printf("%ld.%06u: ", (long) tv.sec, (unsigned int) tv.usec);
  /system/core/liblog/
logprint.c 353 entry->tv_sec = buf->sec;
607 entry->tv_sec = buf->sec;
  /system/core/logcat/
logcat.cpp 48 int n = a->entry.sec - b->entry.sec;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyPairGeneratorSpi.java 14 import org.bouncycastle.asn1.sec.SECNamedCurves;
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_enc.c 152 static int tls1_P_hash(const EVP_MD *md, const unsigned char *sec,
176 mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sec, sec_len);
252 const unsigned char *sec, int slen,
262 /* Count number of digests and partition sec evenly */
270 S1=sec;
    [all...]
  /external/icu4c/i18n/unicode/
tzfmt.h     [all...]
  /external/openssl/ssl/
t1_enc.c 152 static int tls1_P_hash(const EVP_MD *md, const unsigned char *sec,
176 mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sec, sec_len);
252 const unsigned char *sec, int slen,
262 /* Count number of digests and partition sec evenly */
270 S1=sec;
1044 printf("sec=");
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 1188 unsigned int timeout, sec, usec; local
    [all...]
  /bionic/libc/netbsd/resolv/
res_send.c 161 socklen_t salen, int sec);
729 __libc_format_log(ANDROID_LOG_DEBUG, "libc", "using timeout of %d sec\n", timeout);
944 connect_with_timeout(int sock, const struct sockaddr *nsap, socklen_t salen, int sec)
960 timeout = evConsTime((long)sec, 0L);
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 912 int sec; local
931 sec = timeout / 1000;
939 abstime.tv_sec += sec;
    [all...]
  /external/chromium/base/
process_util_posix.cc 792 time_t sec = static_cast<time_t>(wait_milliseconds / 1000); local
793 wait_milliseconds = wait_milliseconds - (sec * 1000);
794 spec.tv_sec = sec;
    [all...]
  /external/chromium_org/sql/
connection_unittest.cc 238 sql::ScopedErrorCallback sec(
265 sql::ScopedErrorCallback sec(
275 sql::ScopedErrorCallback sec(
  /external/chromium_org/third_party/icu/source/i18n/
olsontz.cpp 469 double sec = uprv_floor(date / U_MILLIS_PER_SECOND); local
470 if (!local && sec < transitionTimeInSeconds(0)) {
523 if (sec >= transition) {
    [all...]
  /external/chromium_org/v8/src/
platform-win32.cc 240 Win32Time(int year, int mon, int day, int hour, int min, int sec);
329 Win32Time::Win32Time(int year, int mon, int day, int hour, int min, int sec) {
336 st.wSecond = sec;
    [all...]
  /external/icu4c/i18n/
olsontz.cpp 479 double sec = uprv_floor(date / U_MILLIS_PER_SECOND); local
480 if (!local && sec < transitionTimeInSeconds(0)) {
533 if (sec >= transition) {
    [all...]

Completed in 627 milliseconds

<<11121314151617181920>>