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

/external/srtp/srtp/
H A Dsrtp.c601 unsigned enc_octet_len = 0; /* number of octets in encrypted portion */ local
700 enc_octet_len = (unsigned int)(*pkt_octet_len
799 (uint8_t *)enc_start, &enc_octet_len);
844 unsigned enc_octet_len = 0;/* number of octets in encrypted portion */ local
969 enc_octet_len = (uint32_t)(*pkt_octet_len - tag_len
1054 (uint8_t *)enc_start, &enc_octet_len);
1451 unsigned enc_octet_len = 0;/* number of octets in encrypted portion */ local
1512 enc_octet_len = *pkt_octet_len - octets_in_rtcp_header;
1519 trailer = (uint32_t *) ((char *)enc_start + enc_octet_len);
1525 enc_octet_len
1634 unsigned enc_octet_len = 0;/* number of octets in encrypted portion */ local
[all...]

Completed in 41 milliseconds