HomeSort by relevance Sort by last modified time
    Searched defs:rbuf (Results 26 - 28 of 28) sorted by null

12

  /external/openssl/ssl/
ssl3.h 415 SSL3_BUFFER rbuf; /* read IO goes into here */ member in struct:ssl3_state_st
  /external/wpa_supplicant/
wpa.c 986 u8 bssid[ETH_ALEN], *rbuf; local
999 rbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL,
1001 if (rbuf == NULL)
1025 rbuf, rlen, key_info & WPA_KEY_INFO_MIC ?
1045 u8 bssid[ETH_ALEN], *rbuf, *pos, *count_pos; local
1119 rbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL,
1122 if (rbuf == NULL) {
1139 os_free(rbuf);
1445 u8 *rbuf; local
1973 u8 *rbuf; local
2139 u8 *rbuf, *pos; local
2203 u8 *rbuf, *pos; local
3083 u8 *rbuf; local
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 797 int[] rbuf = new int[16]; local
800 rbuf[0] = 0;
806 if ((size>>2) >= rbuf.length) {
807 rbuf = new int[(size + 3) >> 2]
    [all...]

Completed in 961 milliseconds

12