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

1 2 3 4 5 6 78 91011>>

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/util/
PrivateKeyFactory.java 23 import org.bouncycastle.asn1.sec.ECPrivateKeyStructure;
24 import org.bouncycastle.asn1.sec.SECNamedCurves;
  /external/wpa_supplicant_6/wpa_supplicant/
events.c 917 if (age.sec == 0 && age.usec < 100000 &&
998 t.sec - wpa_s->last_michael_mic_error <= 60) ||
1049 int sec; local
1052 sec = os_random() % 60;
1054 sec = WPA_GET_BE32(rval) % 60;
1056 "seconds", sec);
1063 sec, os_random() % 1000000,
1073 wpa_s->last_michael_mic_error = t.sec;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.c 69 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
73 printf("%ld.%06u: ", (long) tv.sec, (unsigned int) tv.usec);
eloop_win.c 254 timeout->time.sec += secs;
257 timeout->time.sec++;
466 tv.sec = tv.usec = 0;
484 timeout = tv.sec * 1000 + tv.usec / 1000;
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 519 ABFD, SEC and VALUE identify the value to add to the set. */
522 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
531 bfd *abfd, asection *sec, bfd_vma value);
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 519 ABFD, SEC and VALUE identify the value to add to the set. */
522 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
531 bfd *abfd, asection *sec, bfd_vma value);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 493 ABFD, SEC and VALUE identify the value to add to the set. */
496 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
505 bfd *abfd, asection *sec, bfd_vma value);
bfd.h 359 /* Find the address one past the end of SEC. */
360 #define bfd_get_section_limit(bfd, sec) \
361 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
GcEventContainer.java 56 GcEventContainer(int tag, int pid, int tid, int sec, int nsec, Object data) {
57 super(tag, pid, tid, sec, nsec, data);
EventLogParser.java 308 int sec = (int)Math.floor(cal.getTimeInMillis()/1000); local
337 event = new GcEventContainer(tagValue, pid, -1 /* tid */, sec, nsec, data);
339 event = new EventContainer(tagValue, pid, -1 /* tid */, sec, nsec, data);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySyncPerf.java 166 long endTime = event.sec * 1000L + (event.nsec / 1000000L);
183 long endTime = event.sec * 1000L + (event.nsec / 1000000L);
  /external/icu4c/test/cintltst/
ccaltst.c 796 int32_t y,m,d,hr,min,sec,ms; local
    [all...]
  /external/wpa_supplicant/
tls_gnutls.c 793 security_parameters_st *sec; local
802 sec = &conn->session->security_parameters;
803 keys->master_key = sec->master_secret;
805 keys->client_random = sec->client_random;
806 keys->server_random = sec->server_random;
916 if (gnutls_x509_crt_get_expiration_time(cert) < now.sec ||
917 gnutls_x509_crt_get_activation_time(cert) > now.sec) {
    [all...]
eloop_win.c 254 timeout->time.sec += secs;
257 timeout->time.sec++;
471 tv.sec = tv.usec = 0;
485 timeout = tv.sec * 1000 + tv.usec / 1000;
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_gnutls.c 821 security_parameters_st *sec; local
830 sec = &conn->session->security_parameters;
831 keys->master_key = sec->master_secret;
833 keys->client_random = sec->client_random;
834 keys->server_random = sec->server_random;
965 if (gnutls_x509_crt_get_expiration_time(cert) < now.sec ||
966 gnutls_x509_crt_get_activation_time(cert) > now.sec) {
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_gnutls.c 817 security_parameters_st *sec; local
826 sec = &conn->session->security_parameters;
827 keys->master_key = sec->master_secret;
829 keys->client_random = sec->client_random;
830 keys->server_random = sec->server_random;
961 if (gnutls_x509_crt_get_expiration_time(cert) < now.sec ||
962 gnutls_x509_crt_get_activation_time(cert) > now.sec) {
    [all...]
  /system/core/toolbox/
newfs_msdos.c 117 u_int8_t sec[2]; /* total sectors */ member in struct:bsbpb
161 u_int sec; /* total sectors */ member in struct:bpb
399 bpb.bsec = bpb.sec;
400 bpb.sec = 0;
607 bpb.sec = bpb.bsec;
647 mk2(bsbpb->sec, bpb.sec);
915 if (bpb->sec)
916 printf(" sec=%u", bpb->sec);
    [all...]
  /external/qemu/elff/
elf_file.cc 447 for (Elf_Half sec = 0; sec < sec_count_; sec++) {
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 81 if (now.sec - entry->timestamp > RADIUS_ACL_TIMEOUT)
374 hostapd_acl_expire_cache(hapd, now.sec);
375 hostapd_acl_expire_queries(hapd, now.sec);
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 447 for (Elf_Half sec = 0; sec < sec_count_; sec++) {
  /external/icu4c/common/
rbbicst.pl 228 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
  /external/svox/pico/lib/
picopal.h 281 extern void picopal_get_timer(picopal_uint32 * sec, picopal_uint32 * usec);
  /external/tcpdump/
print-ospf6.c 102 register time_t sec = us % 60; local
109 (u_int32_t) hour, (u_int32_t) mins, (u_int32_t) sec);
111 printf("%u:%02u", (u_int32_t) mins, (u_int32_t) sec);
113 printf("%u", (u_int32_t) sec);
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c 580 if (now.sec > data->last_bgscan.sec + 1)
595 if (now.sec > data->last_bgscan.sec + 10)
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 669 int &sec,
687 sec = (int) floor(tmp);
690 if( sec >= ( GPS_SEC_DIV * GPS_SEC_ACCURACY ) ) {
691 sec = 0;

Completed in 889 milliseconds

1 2 3 4 5 6 78 91011>>