Searched refs:enc_octet_len (Results 1 – 2 of 2) sorted by relevance
601 unsigned enc_octet_len = 0; /* number of octets in encrypted portion */ in srtp_protect() local700 enc_octet_len = (unsigned int)(*pkt_octet_len in srtp_protect()799 (uint8_t *)enc_start, &enc_octet_len); in srtp_protect()844 unsigned enc_octet_len = 0;/* number of octets in encrypted portion */ in srtp_unprotect() local969 enc_octet_len = (uint32_t)(*pkt_octet_len - tag_len in srtp_unprotect()1054 (uint8_t *)enc_start, &enc_octet_len); in srtp_unprotect()1451 unsigned enc_octet_len = 0;/* number of octets in encrypted portion */ in srtp_protect_rtcp() local1512 enc_octet_len = *pkt_octet_len - octets_in_rtcp_header; in srtp_protect_rtcp()1519 trailer = (uint32_t *) ((char *)enc_start + enc_octet_len); in srtp_protect_rtcp()1525 enc_octet_len = 0; in srtp_protect_rtcp()[all …]
77 enc_octet_len = 0;