Searched refs:GetAesNonce (Results 1 – 5 of 5) sorted by relevance
143 inline std::string GetAesNonce(uint32 frame_id, const std::string& iv_mask) { in GetAesNonce() function
173 if (!decryptor_->SetCounter(GetAesNonce(rtp_header.frame_id, iv_mask_))) { in IncomingParsedRtpPacket()418 if (!decryptor_->SetCounter(GetAesNonce((*audio_frame)->frame_id, in DecryptAudioFrame()
161 if (!encryptor_->SetCounter(GetAesNonce(audio_frame.frame_id, iv_mask_))) { in EncryptAudioFrame()
165 if (!encryptor_->SetCounter(GetAesNonce(video_frame.frame_id, iv_mask_))) { in EncryptVideoFrame()
191 if (!decryptor_->SetCounter(GetAesNonce((*video_frame)->frame_id, in DecryptVideoFrame()