Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/src/ssl/
Dd1_both.c221 if (frag->msg_header.is_ccs) in dtls1_hm_fragment_free()
223 EVP_CIPHER_CTX_free(frag->msg_header.saved_retransmit_state.enc_write_ctx); in dtls1_hm_fragment_free()
224 EVP_MD_CTX_destroy(frag->msg_header.saved_retransmit_state.write_hash); in dtls1_hm_fragment_free()
570 if ( s->d1->handshake_read_seq == frag->msg_header.seq) in dtls1_retrieve_buffered_fragment()
572 unsigned long frag_len = frag->msg_header.frag_len; in dtls1_retrieve_buffered_fragment()
575 al=dtls1_preprocess_fragment(s,&frag->msg_header,max); in dtls1_retrieve_buffered_fragment()
580 memcpy(&p[frag->msg_header.frag_off], in dtls1_retrieve_buffered_fragment()
581 frag->fragment,frag->msg_header.frag_len); in dtls1_retrieve_buffered_fragment()
640 memcpy(&(frag->msg_header), msg_hdr, sizeof(*msg_hdr)); in dtls1_reassemble_fragment()
641 frag->msg_header.frag_len = frag->msg_header.msg_len; in dtls1_reassemble_fragment()
[all …]
Dd1_pkt.c1054 dtls1_get_queue_priority(frag->msg_header.seq, 0), in dtls1_read_bytes()
/external/openssl/ssl/
Dd1_both.c218 if (frag->msg_header.is_ccs) in dtls1_hm_fragment_free()
220 EVP_CIPHER_CTX_free(frag->msg_header.saved_retransmit_state.enc_write_ctx); in dtls1_hm_fragment_free()
221 EVP_MD_CTX_destroy(frag->msg_header.saved_retransmit_state.write_hash); in dtls1_hm_fragment_free()
558 if ( s->d1->handshake_read_seq == frag->msg_header.seq) in dtls1_retrieve_buffered_fragment()
560 unsigned long frag_len = frag->msg_header.frag_len; in dtls1_retrieve_buffered_fragment()
563 al=dtls1_preprocess_fragment(s,&frag->msg_header,max); in dtls1_retrieve_buffered_fragment()
568 memcpy(&p[frag->msg_header.frag_off], in dtls1_retrieve_buffered_fragment()
569 frag->fragment,frag->msg_header.frag_len); in dtls1_retrieve_buffered_fragment()
628 memcpy(&(frag->msg_header), msg_hdr, sizeof(*msg_hdr)); in dtls1_reassemble_fragment()
629 frag->msg_header.frag_len = frag->msg_header.msg_len; in dtls1_reassemble_fragment()
[all …]
Ddtls1.h179 struct hm_header_st msg_header; member
Dd1_pkt.c1157 dtls1_get_queue_priority(frag->msg_header.seq, 0), in dtls1_read_bytes()
/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_Generic.h522 uint8_t msg_header; member
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_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_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_PollingLoop.c703 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_PollLoop_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_ISO15693.c592 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ISO15693_Event()
DphHciNfc_WI.c683 EventType = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_WI_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()
/external/chromium_org/third_party/boringssl/src/include/openssl/
Ddtls1.h167 struct hm_header_st msg_header; member
/external/openssl/include/openssl/
Ddtls1.h179 struct hm_header_st msg_header; member
/external/qemu/android/
Dsdk-controller-socket.c938 SDKCtlMessageHeader* const msg_header = (SDKCtlMessageHeader*)msg; in sdkctl_init_message_header() local
940 msg_header->packet.signature = _sdkctl_packet_sig; in sdkctl_init_message_header()
941 msg_header->packet.size = sizeof(SDKCtlMessageHeader) + msg_size; in sdkctl_init_message_header()
942 msg_header->packet.type = SDKCTL_PACKET_MESSAGE; in sdkctl_init_message_header()
943 msg_header->msg_type = msg_type; in sdkctl_init_message_header()