Searched defs:enc_start (Results 1 - 1 of 1) sorted by relevance

/external/srtp/srtp/
H A Dsrtp.c599 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; /* pointe 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 74 milliseconds