Searched refs:tseq (Results 1 – 2 of 2) sorted by relevance
290 mutable Sequential<T> tseq; member293 using RealT = decltype(tseq());313 while (ti >= ts.size()) ts.push_back(tseq()); in get_t()
3508 uint32_t tseq; in srtp_protect_rtcp_aead() local3602 tseq = trailer; in srtp_protect_rtcp_aead()3603 status = srtp_cipher_set_aad(session_keys->rtcp_cipher, (uint8_t *)&tseq, in srtp_protect_rtcp_aead()3680 uint32_t tseq; in srtp_unprotect_rtcp_aead() local3771 tseq = trailer; in srtp_unprotect_rtcp_aead()3772 status = srtp_cipher_set_aad(session_keys->rtcp_cipher, (uint8_t *)&tseq, in srtp_unprotect_rtcp_aead()