Home
last modified time | relevance | path

Searched defs:GenerateNonce (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_handler_digest.cc64 std::string HttpAuthHandlerDigest::DynamicNonceGenerator::GenerateNonce() in GenerateNonce() function in net::HttpAuthHandlerDigest::DynamicNonceGenerator
80 std::string HttpAuthHandlerDigest::FixedNonceGenerator::GenerateNonce() const { in GenerateNonce() function in net::HttpAuthHandlerDigest::FixedNonceGenerator
/aosp_15_r20/external/openthread/src/core/crypto/
H A Daes_ccm.cpp278 void AesCcm::GenerateNonce(const Mac::ExtAddress &aAddress, in GenerateNonce() function in ot::Crypto::AesCcm
/aosp_15_r20/external/openscreen/cast/sender/channel/
H A Dcast_auth_util.cc87 void GenerateNonce() { in GenerateNonce() function in openscreen::cast::__anond23f76670111::CastNonce
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcrypto_utils.cc378 void CryptoUtils::GenerateNonce(QuicWallTime now, QuicRandom* random_generator, in GenerateNonce() function in quic::CryptoUtils
H A Dcrypto_server_test.cc305 std::string GenerateNonce() { in GenerateNonce() function in quic::test::CryptoServerTest
/aosp_15_r20/external/webrtc/p2p/base/
H A Dturn_server.cc377 std::string TurnServer::GenerateNonce(int64_t now) const { in GenerateNonce() function in cricket::TurnServer