Searched refs:reassembly (Results 1 - 7 of 7) sorted by relevance

/external/boringssl/src/ssl/
H A Dd1_both.c148 static hm_fragment *dtls1_hm_fragment_new(size_t frag_len, int reassembly) { argument
156 /* If the handshake message is empty, |frag->fragment| and |frag->reassembly|
165 if (reassembly) {
166 /* Initialize reassembly bitmask. */
172 frag->reassembly = OPENSSL_malloc(bitmask_len);
173 if (frag->reassembly == NULL) {
177 memset(frag->reassembly, 0, bitmask_len);
193 OPENSSL_free(frag->reassembly);
209 * |frag->reassembly|. The range must be within the bounds of |frag|'s message
210 * and |frag->reassembly| mus
[all...]
H A Dinternal.h904 * outgoing messages. |fragment| and |reassembly| are only used in the former
909 uint8_t *reassembly; member in struct:hm_fragment_st
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c753 nfc_cb.reassembly = TRUE;
1075 ** NFC_DATA_CEVT with status NFC_STATUS_OK based on reassembly
1076 ** configuration and reassembly buffer size
1078 ** Parameters reassembly - flag to indicate if nfc may reassemble or not
1083 void NFC_SetReassemblyFlag (BOOLEAN reassembly) argument
1085 nfc_cb.reassembly = reassembly;
H A Dnfc_ncif.c1421 ||(nfc_cb.reassembly) )
1423 /* If not rf connection or If rf connection and reassembly requested,
1439 nfc_cb.reassembly = TRUE;
/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h188 BOOLEAN reassembly; /* Reassemble fragmented data pkt */ member in struct:__anon10409
/external/libnfc-nci/src/nfc/include/
H A Dnfc_api.h1088 ** NFC_DATA_CEVT with status NFC_STATUS_OK based on reassembly
1089 ** configuration and reassembly buffer size
1091 ** Parameters reassembly - flag to indicate if nfc may reassemble or not
1096 NFC_API extern void NFC_SetReassemblyFlag (BOOLEAN reassembly);
/external/libnfc-nci/src/nfc/nci/
H A Dnci_hmsgs.c420 nfc_cb.reassembly = TRUE;

Completed in 1091 milliseconds