HomeSort by relevance Sort by last modified time
    Searched refs:reassembly (Results 1 - 12 of 12) sorted by null

  /external/boringssl/src/ssl/
d1_both.cc 150 OPENSSL_free(frag->reassembly);
186 /* If the handshake message is empty, |frag->reassembly| is NULL. */
188 /* Initialize reassembly bitmask. */
194 frag->reassembly = (uint8_t *)OPENSSL_malloc(bitmask_len);
195 if (frag->reassembly == NULL) {
199 OPENSSL_memset(frag->reassembly, 0, bitmask_len);
217 * |frag->reassembly|. The range must be within the bounds of |frag|'s message
218 * and |frag->reassembly| must not be NULL. */
223 if (frag->reassembly == NULL || start > end || end > msg_len) {
227 /* A zero-length message will never have a pending reassembly. *
    [all...]
internal.h 1857 uint8_t *reassembly; member in struct:hm_fragment_st
    [all...]
  /system/bt/hci/test/
packet_fragmenter_test.cc 34 non_acl_passthrough_fragmentation, no_reassembly, reassembly,
246 DURING(reassembly) AT_CALL(0) {
381 reset_for(reassembly);
  /system/nfc/src/nfc/int/
nfc_int.h 158 /* data Reassembly error (in NFC_HDR.layer_specific) */
203 bool reassembly; /* Reassemble fragmented data pkt */ member in struct:__anon115098
  /system/nfc/src/nfc/nfc/
nfc_main.c 725 nfc_cb.reassembly = true;
    [all...]
nfc_ncif.cc     [all...]
  /system/nfc/src/nfc/include/
nfc_api.h     [all...]
  /system/nfc/src/nfc/nci/
nci_hmsgs.c 437 nfc_cb.reassembly = true;
  /prebuilts/go/darwin-x86/src/bytes/
bytes_test.go 1015 // can only test reassembly if we didn't lose information
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings_test.go 1007 // can only test reassembly if we didn't lose information
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
bytes_test.go 1015 // can only test reassembly if we didn't lose information
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings_test.go 1007 // can only test reassembly if we didn't lose information
    [all...]

Completed in 332 milliseconds