Home
last modified time | relevance | path

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

/external/libsrtp2/include/
Dsrtp.h1752 #define SRTCP_E_BYTE_BIT 0x80 macro
/external/libsrtp2/srtp/
Dsrtp.c3710 if (*((unsigned char *)trailer_p) & SRTCP_E_BYTE_BIT) { in srtp_unprotect_rtcp_aead()
4223 (*((unsigned char *)trailer_p) & SRTCP_E_BYTE_BIT) == SRTCP_E_BYTE_BIT; in srtp_unprotect_rtcp_mki()