Searched defs:tim (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_rand.c123 time_t tim; local
143 time(&tim);
144 RAND_add(&tim,sizeof(tim),0.0);
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc120 time_t tim = time(NULL); local
121 struct tm * now = localtime(&tim);
/external/openssl/crypto/ocsp/
H A Docsp_ext.c424 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim) argument
440 if (tim)
443 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
474 X509_EXTENSION *OCSP_archive_cutoff_new(char* tim) argument
480 if (!(ASN1_GENERALIZEDTIME_set_string(gt, tim))) goto err;
/external/tcpdump/
H A Dprint-802_11.c664 struct tim_t tim; local
833 memcpy(&tim, p + offset, 2);
840 memcpy(&tim.count, p + offset, 3);
844 if (tim.length <= 3)
846 if (tim.length - 3 > (int)sizeof tim.bitmap)
848 if (!TTEST2(*(p + offset), tim.length - 3))
850 if (length < (u_int)(tim.length - 3))
852 memcpy(tim.bitmap, p + (tim
[all...]
H A Dieee802_11.h248 struct tim_t tim; member in struct:mgmt_body_t
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_input.c2629 uint32_t tim; local
2643 tim = (now.tv_sec - time_expires.tv_sec) * 1000000;
2645 if (tim == 0)
2646 tim = now.tv_usec - cookie->time_entered.tv_usec;
2647 scm->time_usec = htonl(tim);

Completed in 238 milliseconds