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

  /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 58 milliseconds