Searched refs:enc_octet_len (Results 1 – 1 of 1) sorted by relevance
1693 int enc_octet_len = 0; /* number of octets in encrypted portion */ in srtp_protect_aead() local1740 enc_octet_len = in srtp_protect_aead()1742 if (enc_octet_len < 0) in srtp_protect_aead()1813 (unsigned int *)&enc_octet_len); in srtp_protect_aead()1823 (uint8_t *)enc_start + enc_octet_len, &tag_len); in srtp_protect_aead()1858 unsigned int enc_octet_len = 0; /* number of octets in encrypted portion */ in srtp_unprotect_aead() local1916 enc_octet_len = (unsigned int)(*pkt_octet_len - mki_size - in srtp_unprotect_aead()1924 if (enc_octet_len < (unsigned int)tag_len) { in srtp_unprotect_aead()1959 &enc_octet_len); in srtp_unprotect_aead()2052 int enc_octet_len = 0; /* number of octets in encrypted portion */ in srtp_protect_mki() local[all …]