Searched refs:msg_header (Results 1 – 18 of 18) sorted by relevance
/external/boringssl/src/ssl/ |
D | d1_both.c | 214 size_t msg_len = frag->msg_header.msg_len; in dtls1_hm_fragment_mark() 421 assert(ssl->d1->handshake_read_seq <= frag->msg_header.seq); in dtls1_is_next_message_complete() 423 return ssl->d1->handshake_read_seq == frag->msg_header.seq && in dtls1_is_next_message_complete() 465 memcpy(&frag->msg_header, msg_hdr, sizeof(*msg_hdr)); in dtls1_get_buffered_message() 477 assert(frag->msg_header.seq == msg_hdr->seq); in dtls1_get_buffered_message() 478 if (frag->msg_header.type != msg_hdr->type || in dtls1_get_buffered_message() 479 frag->msg_header.msg_len != msg_hdr->msg_len) { in dtls1_get_buffered_message() 549 assert(frag->msg_header.msg_len == msg_len); in dtls1_process_fragment() 614 assert(ssl->d1->handshake_read_seq == frag->msg_header.seq); in dtls1_get_message() 617 if (frag->msg_header.msg_len > (size_t)max) { in dtls1_get_message() [all …]
|
D | internal.h | 907 struct hm_header_st msg_header; member
|
/external/libnfc-nxp/src/ |
D | phHciNfc_Generic.c | 854 msg_type = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Process_HCP() 913 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Process_Response() 996 instruction = (uint8_t) GET_BITS8(message->msg_header, in phHciNfc_Error_Response() 1020 message->msg_header); in phHciNfc_Error_Response() 1038 status = PHNFCSTVAL( CID_NFC_HCI, message->msg_header); in phHciNfc_Error_Response() 1078 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Process_Event() 1197 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Process_Command() 1263 hcp_message->msg_header = (uint8_t) SET_BITS8(hcp_message->msg_header,HCP_MSG_TYPE_OFFSET, in phHciNfc_Build_HCPMessage() 1266 … hcp_message->msg_header = (uint8_t) SET_BITS8(hcp_message->msg_header,HCP_MSG_INSTRUCTION_OFFSET, in phHciNfc_Build_HCPMessage()
|
D | phHciNfc_Emulation.c | 1191 cmd = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_Uicc_Cmd() 1285 event = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_Uicc_Event()
|
D | phHciNfc_AdminMgmt.c | 989 cmd = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_Admin_Cmd() 1117 event = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_Admin_Event()
|
D | phHciNfc_Generic.h | 522 uint8_t msg_header; member
|
D | phHciNfc_CE_B.c | 639 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_CE_B_Event()
|
D | phHciNfc_CE_A.c | 641 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_CE_A_Event()
|
D | phHciNfc_NfcIPMgmt.c | 444 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Initiator_Event() 645 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Target_Event() 764 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_NfcIP_Event()
|
D | phHciNfc_PollingLoop.c | 703 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_PollLoop_Event()
|
D | phHciNfc_WI.c | 683 EventType = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_WI_Event()
|
D | phHciNfc_ISO15693.c | 592 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ISO15693_Event()
|
D | phHciNfc_Jewel.c | 665 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Jewel_Event()
|
D | phHciNfc_SWP.c | 618 EventType = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_SWP_Event()
|
D | phHciNfc_RFReaderB.c | 641 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ReaderB_Event()
|
D | phHciNfc_Felica.c | 782 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Felica_Event()
|
D | phHciNfc_RFReaderA.c | 832 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ReaderA_Event()
|
D | phHciNfc_DevMgmt.c | 1336 event = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_DevMgmt_Event()
|