HomeSort by relevance Sort by last modified time
    Searched refs:GetAesNonce (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/cast/transport/utility/
transport_encryption_handler.cc 46 if (!encryptor_->SetCounter(GetAesNonce(frame_id, iv_mask_))) {
63 if (!encryptor_->SetCounter(transport::GetAesNonce(frame_id, iv_mask_))) {
  /external/chromium_org/media/cast/transport/
cast_transport_defines.h 42 inline std::string GetAesNonce(uint32 frame_id, const std::string& iv_mask) {

Completed in 642 milliseconds