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 47 const string nonce_str = GenerateNonce();
170 string GenerateNonce() {
172 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 59 std::string HttpAuthHandlerDigest::DynamicNonceGenerator::GenerateNonce()
75 std::string HttpAuthHandlerDigest::FixedNonceGenerator::GenerateNonce() const {
144 std::string cnonce = nonce_generator_->GenerateNonce();
  /external/chromium_org/google_apis/gaia/
oauth_request_signer.cc 108 std::string GenerateNonce() {
245 (*parameters)[kOAuthNonceLabel] = GenerateNonce();
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.cc 477 std::string TurnServer::GenerateNonce() const {
550 STUN_ATTR_NONCE, GenerateNonce())));
    [all...]

Completed in 1066 milliseconds