Searched refs:enc_start (Results 1 – 1 of 1) sorted by relevance
1692 uint32_t *enc_start; /* pointer to start of encrypted portion */ in srtp_protect_aead() local1732 enc_start = (uint32_t *)hdr + uint32s_in_rtp_header + hdr->cc; in srtp_protect_aead()1734 xtn_hdr = (srtp_hdr_xtnd_t *)enc_start; in srtp_protect_aead()1735 enc_start += (ntohs(xtn_hdr->length) + 1); in srtp_protect_aead()1738 if (!((uint8_t *)enc_start <= (uint8_t *)hdr + *pkt_octet_len)) in srtp_protect_aead()1741 (int)(*pkt_octet_len - ((uint8_t *)enc_start - (uint8_t *)hdr)); in srtp_protect_aead()1804 aad_len = (uint8_t *)enc_start - (uint8_t *)hdr; in srtp_protect_aead()1812 status = srtp_cipher_encrypt(session_keys->rtp_cipher, (uint8_t *)enc_start, in srtp_protect_aead()1823 (uint8_t *)enc_start + enc_octet_len, &tag_len); in srtp_protect_aead()1857 uint32_t *enc_start; /* pointer to start of encrypted portion */ in srtp_unprotect_aead() local[all …]