HomeSort by relevance Sort by last modified time
    Searched refs:sec (Results 1 - 25 of 271) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium/net/third_party/nss/ssl/
sslsecur.c 259 ssl_ResetSecurityInfo(&ss->sec, PR_TRUE);
830 ss->sec.blockSize = 1;
831 ss->sec.blockShift = 0;
834 status = sslBuffer_Grow(&ss->sec.writeBuf, 4096);
843 ss->sec.send = os->sec.send;
844 ss->sec.isServer = os->sec.isServer;
845 ss->sec.keyBits = os->sec.keyBits
1081 sslSecurityInfo *sec; local
    [all...]
sslauth.c 56 if (ss->opt.useSecurity && ss->sec.peerCert) {
57 return CERT_DupCertificate(ss->sec.peerCert);
75 if (ss->sec.localCert) {
76 return CERT_DupCertificate(ss->sec.localCert);
78 if (ss->sec.ci.sid && ss->sec.ci.sid->localCert) {
79 return CERT_DupCertificate(ss->sec.ci.sid->localCert);
115 cipherName = ssl_cipherName[ss->sec.cipherType];
117 cipherName = ssl3_cipherName[ss->sec.cipherType];
129 *kp0 = ss->sec.keyBits
    [all...]
sslgathr.c 53 ** and is to be called multiple times until ss->sec.recordLen != 0.
109 PORT_Assert(ss->sec.hash != 0);
230 - ss->sec.hash->length;
259 if (gs->count & (ss->sec.blockSize - 1)) {
263 ss->sec.blockSize));
278 rv = (*ss->sec.dec)(ss->sec.readcx, pBuf, &nout, gs->offset,
289 macLen = ss->sec.hash->length;
291 PRUint32 sequenceNumber = ss->sec.rcvSequence++;
299 (*ss->sec.hash->begin)(ss->sec.hashcx)
    [all...]
sslcon.c 461 ssl2_CreateMAC(sslSecurityInfo *sec, SECItem *readKey, SECItem *writeKey,
472 sec->hash = HASH_GetHashObject(HASH_AlgMD5);
473 SECITEM_CopyItem(0, &sec->sendSecret, writeKey);
474 SECITEM_CopyItem(0, &sec->rcvSecret, readKey);
481 sec->hashcx = (*sec->hash->create)();
482 if (sec->hashcx == NULL)
503 if (len > ss->sec.ci.sendBuf.space) {
504 rv = sslBuffer_Grow(&ss->sec.ci.sendBuf, len);
544 rv = (*ss->sec.send)(ss, msg, sizeof(msg), 0)
    [all...]
sslreveal.c 60 if (sslsocket && sslsocket->sec.peerCert)
61 cert = CERT_DupCertificate(sslsocket->sec.peerCert);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
spray.x 44 unsigned int sec;
  /external/skia/src/core/
SkBitmapProcState.h 120 #define PACK_TWO_SHORTS(pri, sec) ((pri) << 16 | (sec))
124 #define PACK_TWO_SHORTS(pri, sec) ((pri) | ((sec) << 16))
130 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) {
132 SkASSERT((uint16_t)sec == sec);
133 return PACK_TWO_SHORTS(pri, sec);
136 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec)
    [all...]
  /external/iproute2/examples/
cbqinit.eth1 21 # est 1sec 8sec means, that kernel will evaluate average rate
22 # on this class with period 1sec and time constant 8sec.
25 $TC class add dev $DEVICE parent 1:0 classid :1 est 1sec 8sec cbq \
35 $TC class add dev $DEVICE parent 1:1 classid :2 est 1sec 8sec cbq \
47 $TC class add dev $DEVICE parent 1:1 classid :3 est 2sec 16sec cbq
    [all...]
  /external/tcpdump/
print-timed.c 51 long sec, usec; local
89 sec = EXTRACT_32BITS(&tsp->tsp_time.tv_sec);
95 if (sec < 0 && usec != 0) {
96 sec++;
97 if (sec == 0)
101 printf("%ld.%06ld", sec, usec);
  /external/wpa_supplicant/
os_win32.c 21 void os_sleep(os_time_t sec, os_time_t usec)
23 if (sec)
24 Sleep(sec * 1000);
48 t->sec = (os_time_t) (tt / 1000000);
55 int os_mktime(int year, int month, int day, int hour, int min, int sec,
63 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
64 sec > 60)
73 tm.tm_sec = sec;
  /external/qemu/distrib/sdl-1.2.12/src/thread/pth/
SDL_syscond.c 126 int sec; local
135 sec = ms/1000;
136 ev = pth_event(PTH_EVENT_TIME, pth_timeout(sec,(ms-sec*1000)*1000));
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_time.h 50 uint16_t sec; member in struct:__db_system_time_
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_common.h 48 #define TIME_SET(time, sec, microsec) time = sec
80 #define TIME_SET(time, sec, microsec) \
81 ((time).tv_sec = (sec)), ((time).tv_usec = (microsec))
  /bionic/libc/kernel/common/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon282::__anon283
25 s32 nsec, sec;
  /dalvik/tests/048-server-socket/src/
Main.java 11 private static void snooze(int sec) {
13 Thread.sleep(sec * 1000);
  /development/ndk/platforms/android-3/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon920::__anon921
25 s32 nsec, sec;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
Android.mk 20 $(SEC_OMX_INC)/sec \
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
Android.mk 12 $(SEC_OMX_INC)/sec \
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
Android.mk 12 $(SEC_OMX_INC)/sec \
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
Android.mk 20 $(SEC_OMX_INC)/sec \
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
Android.mk 26 $(SEC_OMX_INC)/sec \
  /external/chromium/third_party/icu/source/test/cintltst/
ccaltst.h 71 int32_t hr, int32_t min, int32_t sec, int32_t ms,
80 int32_t hour, int32_t min, int32_t sec, int32_t am_pm);
  /external/chromium/third_party/icu/source/test/intltest/
caltztst.h 40 UDate date(int32_t y, int32_t m, int32_t d, int32_t hr=0, int32_t min=0, int32_t sec=0);
44 // Date utcDate(int y, int m, int d, int hr=0, int min=0, int sec=0);
47 void dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec);
  /external/icu4c/test/cintltst/
ccaltst.h 75 int32_t hr, int32_t min, int32_t sec, int32_t ms,
84 int32_t hour, int32_t min, int32_t sec, int32_t am_pm);
  /external/icu4c/test/intltest/
caltztst.h 40 UDate date(int32_t y, int32_t m, int32_t d, int32_t hr=0, int32_t min=0, int32_t sec=0);
44 // Date utcDate(int y, int m, int d, int hr=0, int min=0, int sec=0);
47 void dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec);

Completed in 593 milliseconds

1 2 3 4 5 6 7 8 91011