HomeSort by relevance Sort by last modified time
    Searched refs:wbuf (Results 26 - 48 of 48) sorted by null

12

  /external/openssl/ssl/
s2_pkt.c 607 s->s2->mac_data= &(s->s2->wbuf[3]);
608 s->s2->wact_data= &(s->s2->wbuf[3+mac_size]);
609 /* we copy the data into s->s2->wbuf */
s3_pkt.c 641 SSL3_BUFFER *wb=&(s->s3->wbuf);
858 /* if s->s3->wbuf.left != 0, we need to call this */
863 SSL3_BUFFER *wb=&(s->s3->wbuf);
    [all...]
s3_lib.c     [all...]
d1_pkt.c     [all...]
ssl3.h 428 SSL3_BUFFER wbuf; /* write IO goes into here */ member in struct:ssl3_state_st
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl3.h 428 SSL3_BUFFER wbuf; /* write IO goes into here */ member in struct:ssl3_state_st
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl3.h 428 SSL3_BUFFER wbuf; /* write IO goes into here */ member in struct:ssl3_state_st
s3_pkt.c 641 SSL3_BUFFER *wb=&(s->s3->wbuf);
858 /* if s->s3->wbuf.left != 0, we need to call this */
863 SSL3_BUFFER *wb=&(s->s3->wbuf);
    [all...]
s3_lib.c     [all...]
d1_pkt.c     [all...]
  /external/v8/test/cctest/
test-api.cc 5567 uint16_t wbuf[100]; local
    [all...]
  /external/mksh/src/
edit.c 951 static char *wbuf[2]; /* window buffers */ variable
    [all...]
  /external/openssl/include/openssl/
ssl3.h 428 SSL3_BUFFER wbuf; /* write IO goes into here */ member in struct:ssl3_state_st
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 581 unsigned char wbuf[WF_MAX_WRITE]; /* bytes written to card */ member in struct:wavefront_control
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 581 unsigned char wbuf[WF_MAX_WRITE]; /* bytes written to card */ member in struct:wavefront_control
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 1556 struct wpabuf *wbuf; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 7118 uint16_t wbuf[100]; local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 333 unsigned short wbuf[255]; local
334 MultiByteToWideChar(CP_ACP, 0, name + 7, -1, wbuf, 255);
338 wbuf, NULL);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 365 extern ulong wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong abuflen);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1032 wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong abuflen)
1046 *abuf++ = (char) *wbuf++;
    [all...]
  /external/opencv/ml/include/
ml.h 1233 CvMat* wbuf; member in class:CvANN_MLP
    [all...]
  /bionic/libc/
Android.mk 45 stdio/wbuf.c \
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 2064 milliseconds

12