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 149 OPENSSL_free(reassembly);
182 // If the handshake message is empty, |frag->reassembly| is NULL.
184 // Initialize reassembly bitmask.
190 frag->reassembly = (uint8_t *)OPENSSL_malloc(bitmask_len);
191 if (frag->reassembly == NULL) {
195 OPENSSL_memset(frag->reassembly, 0, bitmask_len);
209 // |frag->reassembly|. The range must be within the bounds of |frag|'s message
210 // and |frag->reassembly| must not be NULL.
215 if (frag->reassembly == NULL || start > end || end > msg_len) {
219 // A zero-length message will never have a pending reassembly
    [all...]
internal.h 2420 uint8_t *reassembly = nullptr; member in struct:bssl::hm_fragment
    [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/include/
nfc_int.h 153 /* data Reassembly error (in NFC_HDR.layer_specific) */
198 bool reassembly; /* Reassemble fragmented data pkt */ member in struct:__anon3625
nfc_api.h     [all...]
  /system/nfc/src/nfc/nfc/
nfc_main.cc 740 nfc_cb.reassembly = true;
    [all...]
nfc_ncif.cc     [all...]
  /system/nfc/src/nfc/nci/
nci_hmsgs.cc 439 nfc_cb.reassembly = true;
  /prebuilts/go/darwin-x86/src/bytes/
bytes_test.go 1169 // can only test reassembly if we didn't lose information
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings_test.go 1058 // can only test reassembly if we didn't lose information
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
bytes_test.go 1169 // can only test reassembly if we didn't lose information
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings_test.go 1058 // can only test reassembly if we didn't lose information
    [all...]

Completed in 361 milliseconds