Home
last modified time | relevance | path

Searched refs:msg_header (Results 1 – 18 of 18) sorted by relevance

/external/boringssl/src/ssl/
Dd1_both.c214 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 …]
Dinternal.h907 struct hm_header_st msg_header; member
/external/libnfc-nxp/src/
DphHciNfc_Generic.c854 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()
DphHciNfc_Emulation.c1191 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()
DphHciNfc_AdminMgmt.c989 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()
DphHciNfc_Generic.h522 uint8_t msg_header; member
DphHciNfc_CE_B.c639 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_CE_B_Event()
DphHciNfc_CE_A.c641 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_CE_A_Event()
DphHciNfc_NfcIPMgmt.c444 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()
DphHciNfc_PollingLoop.c703 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_PollLoop_Event()
DphHciNfc_WI.c683 EventType = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_WI_Event()
DphHciNfc_ISO15693.c592 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ISO15693_Event()
DphHciNfc_Jewel.c665 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Jewel_Event()
DphHciNfc_SWP.c618 EventType = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_SWP_Event()
DphHciNfc_RFReaderB.c641 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ReaderB_Event()
DphHciNfc_Felica.c782 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Felica_Event()
DphHciNfc_RFReaderA.c832 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ReaderA_Event()
DphHciNfc_DevMgmt.c1336 event = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_DevMgmt_Event()