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

/external/boringssl/src/ssl/
H A Dd1_both.c151 int reassembly) {
174 /* Initialize reassembly bitmask if necessary */
175 if (reassembly && frag_len > 0) {
193 frag->reassembly = bitmask;
203 OPENSSL_free(frag->reassembly);
219 * |frag->reassembly|. The range must be within the bounds of |frag|'s message
220 * and |frag->reassembly| must not be NULL. */
226 if (frag->reassembly == NULL || start > end || end > msg_len) {
230 /* A zero-length message will never have a pending reassembly. */
234 frag->reassembly[star
150 dtls1_hm_fragment_new(unsigned long frag_len, int reassembly) argument
[all...]
H A Dinternal.h726 * outgoing messages. |fragment| and |reassembly| are only used in the former
731 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.c1422 ||(nfc_cb.reassembly) )
1424 /* If not rf connection or If rf connection and reassembly requested,
1440 nfc_cb.reassembly = TRUE;
/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h188 BOOLEAN reassembly; /* Reassemble fragmented data pkt */ member in struct:__anon8823
/external/libnfc-nci/src/nfc/include/
H A Dnfc_api.h1087 ** NFC_DATA_CEVT with status NFC_STATUS_OK based on reassembly
1088 ** configuration and reassembly buffer size
1090 ** Parameters reassembly - flag to indicate if nfc may reassemble or not
1095 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 145 milliseconds