HomeSort by relevance Sort by last modified time
    Searched defs:GenerateNonce (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_utils.cc 23 void CryptoUtils::GenerateNonce(QuicWallTime now,
crypto_server_test.cc 42 const string nonce_str = GenerateNonce();
109 string GenerateNonce() {
111 CryptoUtils::GenerateNonce(
  /external/chromium/net/http/
http_auth_handler_digest.cc 57 std::string HttpAuthHandlerDigest::DynamicNonceGenerator::GenerateNonce()
73 std::string HttpAuthHandlerDigest::FixedNonceGenerator::GenerateNonce() const {
145 std::string cnonce = nonce_generator_->GenerateNonce();
  /external/chromium_org/net/http/
http_auth_handler_digest.cc 58 std::string HttpAuthHandlerDigest::DynamicNonceGenerator::GenerateNonce()
74 std::string HttpAuthHandlerDigest::FixedNonceGenerator::GenerateNonce() const {
143 std::string cnonce = nonce_generator_->GenerateNonce();
  /external/chromium_org/google_apis/gaia/
oauth_request_signer.cc 110 std::string GenerateNonce() {
245 (*parameters)[kOAuthNonceLabel] = GenerateNonce();
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.cc 475 std::string TurnServer::GenerateNonce() const {
548 STUN_ATTR_NONCE, GenerateNonce())));
    [all...]

Completed in 83 milliseconds