OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enc_start
(Results
1 - 2
of
2
) 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/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 81 milliseconds