Home
last modified time | relevance | path

Searched refs:e_bit_in_packet (Results 1 – 2 of 2) sorted by relevance

/external/srtp/googlepatches/
Dgoogle-7-srtp-security-fix.patch47 + int e_bit_in_packet; /* whether the E-bit was found in the packet */
70 + e_bit_in_packet = (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) == SRTCP_E_BYTE_BIT;
71 + if (e_bit_in_packet != sec_serv_confidentiality) {
/external/srtp/srtp/
Dsrtp.c1644 int e_bit_in_packet; /* whether the E-bit was found in the packet */ in srtp_unprotect_rtcp() local
1706 e_bit_in_packet = (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) == SRTCP_E_BYTE_BIT; in srtp_unprotect_rtcp()
1707 if (e_bit_in_packet != sec_serv_confidentiality) { in srtp_unprotect_rtcp()