/external/boringssl/src/ssl/ |
d1_both.c | 214 size_t msg_len = frag->msg_header.msg_len; 421 assert(ssl->d1->handshake_read_seq <= frag->msg_header.seq); 423 return ssl->d1->handshake_read_seq == frag->msg_header.seq && 465 memcpy(&frag->msg_header, msg_hdr, sizeof(*msg_hdr)); 477 assert(frag->msg_header.seq == msg_hdr->seq); 478 if (frag->msg_header.type != msg_hdr->type || 479 frag->msg_header.msg_len != msg_hdr->msg_len) { 549 assert(frag->msg_header.msg_len == msg_len); 614 assert(ssl->d1->handshake_read_seq == frag->msg_header.seq); 617 if (frag->msg_header.msg_len > (size_t)max) [all...] |
internal.h | 907 struct hm_header_st msg_header; member in struct:hm_fragment_st [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_Generic.c | 854 msg_type = (uint8_t) GET_BITS8( message->msg_header, 913 instruction = (uint8_t) GET_BITS8( message->msg_header, [all...] |
phHciNfc_AdminMgmt.c | [all...] |
phHciNfc_Emulation.c | [all...] |
phHciNfc_NfcIPMgmt.c | 444 instruction = (uint8_t) GET_BITS8( message->msg_header, 645 instruction = (uint8_t) GET_BITS8( message->msg_header, 764 instruction = (uint8_t) GET_BITS8( message->msg_header, [all...] |
phHciNfc_CE_A.c | 641 instruction = (uint8_t) GET_BITS8( message->msg_header,
|
phHciNfc_CE_B.c | 639 instruction = (uint8_t) GET_BITS8( message->msg_header,
|
phHciNfc_ISO15693.c | 592 instruction = (uint8_t) GET_BITS8( message->msg_header,
|
phHciNfc_Jewel.c | 665 instruction = (uint8_t) GET_BITS8( message->msg_header,
|
phHciNfc_PollingLoop.c | 703 instruction = (uint8_t) GET_BITS8( message->msg_header,
|
phHciNfc_RFReaderB.c | 641 instruction = (uint8_t) GET_BITS8( message->msg_header, [all...] |
phHciNfc_SWP.c | 618 EventType = (uint8_t) GET_BITS8( message->msg_header,
|
phHciNfc_WI.c | 683 EventType = (uint8_t) GET_BITS8( message->msg_header,
|
phHciNfc_DevMgmt.c | [all...] |
phHciNfc_Felica.c | 782 instruction = (uint8_t) GET_BITS8( message->msg_header, [all...] |
phHciNfc_Generic.h | 522 uint8_t msg_header; member in struct:phHciNfc_HCP_Message [all...] |
phHciNfc_RFReaderA.c | 832 instruction = (uint8_t) GET_BITS8( message->msg_header, [all...] |