HomeSort by relevance Sort by last modified time
    Searched full:enc_start (Results 1 - 3 of 3) sorted by null

  /external/srtp/googlepatches/
google-7-srtp-security-fix.patch 69 - 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 */
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 742 uint32_t *enc_start; /* pointer to start of encrypted portion */ local
836 * if we're not providing confidentiality, set enc_start to NULL
839 enc_start = (uint32_t *)hdr + uint32s_in_rtp_header + hdr->cc;
841 srtp_hdr_xtnd_t *xtn_hdr = (srtp_hdr_xtnd_t *)enc_start;
842 enc_start += (ntohs(xtn_hdr->length) + 1);
845 - ((enc_start - (uint32_t *)hdr) << 2));
847 enc_start = NULL;
941 if (enc_start) {
943 (uint8_t *)enc_start, &enc_octet_len);
986 uint32_t *enc_start; /* pointer to start of encrypted portion * local
1651 uint32_t *enc_start; \/* pointer to start of encrypted portion *\/ local
1834 uint32_t *enc_start; \/* pointer to start of encrypted portion *\/ local
    [all...]
  /external/srtp/srtp/
srtp.c 599 uint32_t *enc_start; /* pointer to start of encrypted portion */ local
692 * if we're not providing confidentiality, set enc_start to NULL
695 enc_start = (uint32_t *)hdr + uint32s_in_rtp_header + hdr->cc;
697 srtp_hdr_xtnd_t *xtn_hdr = (srtp_hdr_xtnd_t *)enc_start;
698 enc_start += (ntohs(xtn_hdr->length) + 1);
701 - ((enc_start - (uint32_t *)hdr) << 2));
703 enc_start = NULL;
797 if (enc_start) {
799 (uint8_t *)enc_start, &enc_octet_len);
842 uint32_t *enc_start; /* pointer to start of encrypted portion * local
1448 uint32_t *enc_start; \/* pointer to start of encrypted portion *\/ local
1631 uint32_t *enc_start; \/* pointer to start of encrypted portion *\/ local
    [all...]

Completed in 213 milliseconds