Home
last modified time | relevance | path

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

/external/srtp/srtp/
Dsrtp.c599 uint32_t *enc_start; /* pointer to start of encrypted portion */ in srtp_protect() local
695 enc_start = (uint32_t *)hdr + uint32s_in_rtp_header + hdr->cc; in srtp_protect()
697 srtp_hdr_xtnd_t *xtn_hdr = (srtp_hdr_xtnd_t *)enc_start; in srtp_protect()
698 enc_start += (ntohs(xtn_hdr->length) + 1); in srtp_protect()
701 - ((enc_start - (uint32_t *)hdr) << 2)); in srtp_protect()
703 enc_start = NULL; in srtp_protect()
797 if (enc_start) { in srtp_protect()
799 (uint8_t *)enc_start, &enc_octet_len); in srtp_protect()
842 uint32_t *enc_start; /* pointer to start of encrypted portion */ in srtp_unprotect() local
964 enc_start = (uint32_t *)hdr + uint32s_in_rtp_header + hdr->cc; in srtp_unprotect()
[all …]
/external/srtp/googlepatches/
Dgoogle-7-srtp-security-fix.patch69 - enc_start = (uint32_t *)hdr + uint32s_in_rtcp_header;
75 + enc_start = (uint32_t *)hdr + uint32s_in_rtcp_header;
78 enc_start = NULL; /* this indicates that there's no encryption */