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

  /external/webrtc/webrtc/p2p/base/
turnserver.cc 120 nonce_key_(rtc::CreateRandomString(kNonceKeySize)),
396 // Generate a nonce of the form hex(now + HMAC-MD5(nonce_key_, now))
400 nonce += rtc::ComputeHmac(rtc::DIGEST_MD5, nonce_key_, input);
422 rtc::DIGEST_MD5, nonce_key_, std::string(p, sizeof(then)))) {
turnserver.h 255 std::string nonce_key_; member in class:cricket::TurnServer

Completed in 64 milliseconds